this post was submitted on 02 Nov 2025
26 points (68.6% liked)
Programming
23403 readers
91 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah so what I’m getting from the description is that this LLM doesn’t generate code, at all.
This feeds HTTP traffic directly to an LLM that is prompted how to respond to those requests.
This isn’t an LLM being served prompts to write code to create an HTTP server; the model’s output IS the HTTP server. The model itself is being the webserver, instead of being an autocomplete for an IDE.
The author seems to acknowledge that “the future where it’s just us and our LLMs and intent, no code and no apps” is “science fiction” but he wanted to see how close we could get with today’s tech.
Thanks for making this clear. Certainly a fun little experiment, but the shear inefficiency of the whole thing just boggles one's mind. Hopefully this is not the direction tech is going though, it's not like we should curb our energy needs anyway...
ah ok, thanks for explaining that makes sense. yeah I clearly missed it.