←back to thread

123 points mooreds | 1 comments | | HN request time: 0.202s | source
Show context
jmull ◴[] No.45212981[source]
This vision of AI programming is DOA.

The first step is "define the problem clearly".

This would be incredibly useful for software development, period. A 10x factor, all by itself. Yet it happens infrequently, or, at best, in significantly limited ways.

The main problem, I think, is that it assumes you already know what you want at the start, and, implicitly, that what you want actually makes some real sense.

I guess maybe the context is cranking out REST endpoints or some other constrained detail of a larger thing. Then, sure.

replies(4): >>45213325 #>>45213917 #>>45214051 #>>45215057 #
1. Graphon1 ◴[] No.45215057[source]
> is that it assumes you already know what you want at the start, and, implicitly, that what you want actually makes some real sense.

My experience is different. I find that AI-powered coding agents drop the barriers to experimentation drastically, so that ... yes if I don't know what I Want, I can go try things very easily, and learn. Exploration just got soooo much cheaper. Now that may be a different interaction that what is described in this blog post. The exploration may be a precursor to what is happening in this blog post. But once I'm done exploring I can define the problem and ask for solutions.

If it's DOA you'd better tell everyone who is currently doing this, that they're not really doing this.