Rendered at 21:07:08 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
the_sleaze_ 18 hours ago [-]
Truman looked down the street where an explosion occurred, then a shadowy figure came out of the smoke, approached down the road, ran into truman and then past him and accosted an indian man in a turban. They threw blows until an identical clone of the indian in a turban tackled the shadowy man to the rear of the frame. The first Indian man was handed a white monster energy drink. He took a sip. He immediately tranformed into Truman with glowing blue eyes. Truman was visibly confused and started saying garbled words like "what did you givrm." "I can feel the mermegh"
Then hugged to death.
userbinator 17 hours ago [-]
"Now I am become HN, the Destroyer of Websites."
pooloo 28 minutes ago [-]
Struggles to not be Jim Carrey from The Truman Show
Ajakks 16 hours ago [-]
This is really something. Well done. This is the future, albeit a bit rudimentary, but you just made me realize a few things.
In 10 years, the world will be very different, in 20 - unrecognizable.
superxpro12 3 hours ago [-]
what is reality except what we perceive of it?
drayfield 2 hours ago [-]
What a horrible thing this is.
treetalker 18 hours ago [-]
the upvoting will continue until bandwidth improves
SpikeyCoder 15 hours ago [-]
Looks jenky and cannot handle the traffic. Neat idea having a public-facing AI-agent observability panel wrapped around participatory improv fiction
stevage 18 hours ago [-]
How does this work? I couldn't find an about page?
vunderba 16 hours ago [-]
As avaer already mentioned it seems to be a thin wrapper around H3 Max Director, which generates real-time video and takes “natural language directions” that are then relatively seamlessly incorporated into the continuous video stream.
It's like a Choose-Your-Own-Adventure dialed up to 11.
I played around with it briefly on Fal.ai generating a cartoon, but it’s more of a technical curiosity for the time being since I don’t have a Scrooge McDuck vault of gold coins.
avaer 18 hours ago [-]
The models used are mentioned on the page; primarily it's H3 Max Director, Jev, and an agent to manage context and send updates to Director.
stevage 17 hours ago [-]
Yes, I don't want to know what the tools are. What...is it? What's the goal? How is one meant to interact with it?
avaer 16 hours ago [-]
It's not on the page, but the creator (@WillTheRapper_) said on Twitter:
> This is our first experiment in building a persistent Social World Engine — a world that continues to exist, evolve, and remember even when nobody is watching.
The audience is meant to direct the show. There's a crypto token involved in paying for it. Make of that what you will.
Personally I think it's an invitation to a lawsuit. Back in the day people were running AI Spongebob on Twitch and that got killed for copyright infringement. And this isn't a cartoon, it's Jim Carrey.
SwellJoe 2 hours ago [-]
FWIW it doesn't look anything like Jim Carrey at the moment.
yreg 12 hours ago [-]
> There's a crypto token involved in paying for it.
It seems that the viewers pay with USDC, no? There's nothing inherently sketchy about that.
altmanaltman 16 hours ago [-]
It is vibecoded slop, not sure why people are taking this seriously here
margalabargala 16 hours ago [-]
Some people are looking at what it is, rather than how it was made.
jader201 18 hours ago [-]
Hugged :(
esseph 18 hours ago [-]
Error proxying request to container: There are more than 4096 concurrent connections inbound to the container, surpassing the limit
TZubiri 17 hours ago [-]
Do you
A) remove container, use raw process
B) 4096 concurrent connections is plenty, start dropping them and filtering more aggressively
C) Slap that cloudflare thingy and call it a day (same error rate, but users get told they are robots so it's their fault)
D) Just restart the server, the problem is no longer there, anyways
dwroberts 15 hours ago [-]
The correct answer is E, you run more containers
avaer 16 hours ago [-]
Dunno how this page is implemented, but the only thing that can't be trivially infinitely scaled is the streaming; the correct solution is probably to farm that out to a service. LiveKit or something fatter. 4096 connections is not necessarily enough for a livestream of anything.
vavooom 3 hours ago [-]
Truman did a kick flip!
aogaili 18 hours ago [-]
This is really an interesting experiment.
gregjw 17 hours ago [-]
what is this garbage
downrightmike 16 hours ago [-]
Trying to get money to play
avaer 18 hours ago [-]
The star of the show is H3 Max Director [1], which lets you get a pseudo realtime WebRTC video feed which you can control with JSON messages.
The model is quite impressive, though obviously it depends a lot on what you're doing. But you can literally just type whatever you want and it will reasonably happen a few seconds later. Logical continuity is not included; attempting to maintain continuity is probably the bulk of the work for this experiment.
If you want to try your own version, you can vibe code an interface on top of the fal API in a few minutes, it is coding agent friendly.
Keep in mind it's super expensive; per list pricing (at least on fal), it costs $5/min to run, and the minimum is 1 minute.
If you opened page and haven't seen video, the page malfunctioned, try reloading it.
On the page there is streamed real time video that is generated by ai. The setting is similar to the movie Truman show with Jim Carrey where he was main character whose life was streamed 24/7. With the limitations of current technology, it is inconsistent slop, the consistency is at most 5-10s, they probably just generate first and last frame of a 10s "scene" and make 2 videos and then stich them together. There is some monetization scheme where users can steer what's happening on screen by paid prompts.
weezing 2 hours ago [-]
Live slop generator
rvz 16 hours ago [-]
Carelessly vibe coded and crashed under light load from a HN hug of death. The lowest bar in reliability.
Complete slop this is.
akersten 17 hours ago [-]
[dead]
totallymike 16 hours ago [-]
Couldn’t even tell what was happening here, and the moment the page loaded it made a bunch of loud noise at me so I closed it immediately. Comments indicate it’s slop anyway.
God damn I wish titles would tell you even a little about what a page is
Then hugged to death.
In 10 years, the world will be very different, in 20 - unrecognizable.
It's like a Choose-Your-Own-Adventure dialed up to 11.
I played around with it briefly on Fal.ai generating a cartoon, but it’s more of a technical curiosity for the time being since I don’t have a Scrooge McDuck vault of gold coins.
> This is our first experiment in building a persistent Social World Engine — a world that continues to exist, evolve, and remember even when nobody is watching.
The audience is meant to direct the show. There's a crypto token involved in paying for it. Make of that what you will.
Personally I think it's an invitation to a lawsuit. Back in the day people were running AI Spongebob on Twitch and that got killed for copyright infringement. And this isn't a cartoon, it's Jim Carrey.
It seems that the viewers pay with USDC, no? There's nothing inherently sketchy about that.
A) remove container, use raw process
B) 4096 concurrent connections is plenty, start dropping them and filtering more aggressively
C) Slap that cloudflare thingy and call it a day (same error rate, but users get told they are robots so it's their fault)
D) Just restart the server, the problem is no longer there, anyways
The model is quite impressive, though obviously it depends a lot on what you're doing. But you can literally just type whatever you want and it will reasonably happen a few seconds later. Logical continuity is not included; attempting to maintain continuity is probably the bulk of the work for this experiment.
If you want to try your own version, you can vibe code an interface on top of the fal API in a few minutes, it is coding agent friendly.
Keep in mind it's super expensive; per list pricing (at least on fal), it costs $5/min to run, and the minimum is 1 minute.
[1] https://fal.ai/models/minimax/h3-max/director
On the page there is streamed real time video that is generated by ai. The setting is similar to the movie Truman show with Jim Carrey where he was main character whose life was streamed 24/7. With the limitations of current technology, it is inconsistent slop, the consistency is at most 5-10s, they probably just generate first and last frame of a 10s "scene" and make 2 videos and then stich them together. There is some monetization scheme where users can steer what's happening on screen by paid prompts.
Complete slop this is.
God damn I wish titles would tell you even a little about what a page is