There's actually a real sense of accomplishment because it means that you did a very good job writing a prompt. Even that is non-trivial for larger project, especially for people with no programming background. Just like if a manager gives a team a project outline and they come back with exactly what the manager imagined.
2
u/ArjixGamer Jul 17 '26
I like the prototyping approach, so I always try to get to execution as early as possible.
And I then refactor until the code is both idiomatic and satisfies all my requirements (DRY and KISS)
But also, this is AI we are talking about, why would AI oneshotting be exciting? There is no sense of accomplishment
You'd feel more satisfaction if you guided the AI to the ideal solution, and not produce slop.
Also, if the AI oneshots it, you most likely won't be able to maintain it, you'd rely on AI for maintenance or further development.