Because it can't, and may never be able to. The lack of progress on making LLMs actually useful is not encouraging for future prospects of advancement, but we shall see I guess.
Show HN: Why write code if the LLM can just do the thing? (web app experiment)
11–20 of 332 posts
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#12I'm using a similar approach in an app I'm building. Seeing how well it works, I now really believe that in the coming years we'll see a lot of "just-in-time generation" for software.
If you haven't already, you should try using qwen-coder on Cerebras (or kimi-k2 on Groq). They are _really_ fast, and they might make the whole thing actually viable in terms of speed.
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#13Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#14Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#15Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#16Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#17I think part of the issue is that most frameworks really suck. Web programming isn't that complicated at its core, the overengineering is mind boggling at times.
Thinking in the limit, if you have to define some type of logic unambiguously, would you want to do it in English?
Anyway, I'm just thinking out loud, it's pretty cool that this works at all, interesting project!
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#18When the god rectangle fails, there is literally nobody on earth who can even diagnose the problem, let alone fix it. Reasoning about the system is effectively impossible. And the vulnerability of the system is almost limitless, since it’s possible to coax LLMs into approximations of anything you like: from an admin dashboard to a sentient potato.
“zero UI consistency” is probably the least of your worries, but object permanence is kind of fundamental to how humans perceive the world. Being able to maintain that illusion is table stakes.
Despite all that, it’s a fun experiment.
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#19Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#20Am I wrong to think that the answer is obvious? I mean, who wants web apps to behave differently every time you interact with them?