←back to thread

1013 points QuinnyPig | 1 comments | | HN request time: 0.21s | source
Show context
ArcaneMoose ◴[] No.44561595[source]
This is exactly how I've been building software with AI lately. Getting AI to create a detailed plan with phases, then implement and use a separate AI to review the code. It works quite well! Curious to see how well it works when implemented directly in the IDE
replies(1): >>44561756 #
delfinom ◴[] No.44561756[source]
At what point does the manager fire you and just let the AIs have at it ;)
replies(2): >>44562906 #>>44567974 #
1. NathanKP ◴[] No.44562906[source]
Realistically, none of the models can function fully autonomously at this point. You still need a skilled human at the helm. However, AI tools definitely change how the human works. I find that I spend a lot less time thinking about easy things, and a lot more time thinking about hard things.

Basically, the AI fast forwards through the easy stuff and I just spend all day jumping directly from hard problem to hard problem.