What if software shipped with a software engineer?
manuel.kiessling.net·19h
Flag this post

A recent experiment made the rounds showing an LLM acting as the whole application: every HTTP request is handled by the model, that designs schemas, renders HTML, and mutates state through tool calls: “Why write code if the LLM can just do the thing?”.

It worked — barely. It was slow, expensive, and visually inconsistent. But it surfaced a useful question: if inference keeps getting cheaper and faster, why generate code at all?

My answer is a middle path, where AI can extend and modify a running application on demand, but in a controlled way.

The third way

The experiment presented on Hacker News shows that we could think about software development and delivery in two extremes:

  • Classical delivery: developers write code, dep…

Similar Posts

Loading similar posts...