|
|
|
|
|
by valentinconan
92 days ago
|
|
In my opinion, AI agents are currently just as capable as novice developers. Their main advantage is that they’re much faster than we are when the task involves generating a lot of code. If the task is simple, I spend more time telling it what to do than doing it myself.
But if the task is complex, I use certain skills/commands and create intermediate files (more than necessary) between each step (analysis, planning, design, workflow, and implementation) and clear the context between each of them. The result is fairly accurate, but not perfect. My take is, we remain the architects of our code, and AI agents are an excellent tool that we need to master. |
|