Comment Faster, no. Multi-tasking yes. (Score 1) 139
As a developer, AI workflows still rub me the wrong way. If I was dedicated to the task, I'd produce better code.
As a human, AI workflows let me have a life. I can let the agents knock out the easy things while I'm working on other tasks. I still need design out what's to be worked on, review the code, fix bone mistakes they make, etc. It's basically like having a junior developer assigned to you.
Which brings up an important point. Junior developers need clear instructions/requirements and so do AIs. I looked at a recent ArsTechnica article comparing coding agents and their prompt was one or two lines to create a clone of minecraft. I just stopped reading at that point. If you're not starting with a prompt that's about half a page or more:
1. You're probably going to get garbage
2. Your subsequent sessions working on the code aren't going to work as well because the new agent session is probably going to infer slightly different requirements (AI "temperature").
Even given a "simple" task like "create a minecraft clone", a senior developer/architect is going to come back with at least a few questions. A junior developer is either going to ask a ton of questions _or_ (worse) they're not going to ask any questions at all.
Take the time to give your AI junior developer clear requirements and you're going to be a lot happier with the results.
As a human, AI workflows let me have a life. I can let the agents knock out the easy things while I'm working on other tasks. I still need design out what's to be worked on, review the code, fix bone mistakes they make, etc. It's basically like having a junior developer assigned to you.
Which brings up an important point. Junior developers need clear instructions/requirements and so do AIs. I looked at a recent ArsTechnica article comparing coding agents and their prompt was one or two lines to create a clone of minecraft. I just stopped reading at that point. If you're not starting with a prompt that's about half a page or more:
1. You're probably going to get garbage
2. Your subsequent sessions working on the code aren't going to work as well because the new agent session is probably going to infer slightly different requirements (AI "temperature").
Even given a "simple" task like "create a minecraft clone", a senior developer/architect is going to come back with at least a few questions. A junior developer is either going to ask a ton of questions _or_ (worse) they're not going to ask any questions at all.
Take the time to give your AI junior developer clear requirements and you're going to be a lot happier with the results.