Hacker News new | ask | show | jobs
by t1234s 24 days ago
I feel like the future will be a git repository with text files and a markdown file describing how the site should look and how any endpoints needed for functionality should work and the AI will be the runtime for your site instead of wordpress.
2 comments

I made a framework for this https://github.com/alehlopeh/hallu
already been tried: https://github.com/samrolken/nokode

Maybe LLMs will eventually get to the place where it replaces even the OS kernel

Using an LLM as a live runtime would always be a wildly inefficient and less reliable way to perform routine, deterministic tasks compared to traditional code.