Know thine enemy: A critical engagement with AI-assisted software development

35 points by projectgus


projectgus

I've mostly stopped reading articles about AI-assisted coding (there are so many!) However, I'm personally glad I read this one.

simonw

During implementation, it would interrupt every few seconds to minutes, asking for permissions. [...] This was even worse if I was working on two, three, or more sessions in parallel, with interruptions every minute.

Coding agents running in YOLO mode (where you don't have to approve anything they want to do) are a completely different tool from coding agents in the default ask-for-permission mode.

This is one of the many unintuitive things about these tools which help explain why people have such wildly different experiences in terms of how useful or frustrating they are.

(Thankfully Claude Code has "auto" mode now, which is effectively YOLO mode but less terrifyingly dangerous.)

My preferred starting point for coding agents is still Claude Code for Web, since running them in a container on someone else's computer means they can use YOLO mode by default without anything irreversibly bad happening if something goes wrong.