Claude Code 2 and the hidden cost of slow coding assistants: context switching(coding-with-ai.dev)
coding-with-ai.dev
Claude Code 2 and the hidden cost of slow coding assistants: context switching
https://coding-with-ai.dev/posts/context-switching/
https://coding-with-ai.dev/posts/context-switching/
It allows me to monitor the progress, pauze/stop the changes, maybe undo a bad change, and instruct it to fix or add context.
Having a LLM that is ultra fast sounds great, until you need to undo a ton of bad changes. Programming even with a LLM, is still about understanding the changes being done to the code base.
If you only program in non-attenuative mode, and act on the total sum of the changes, you need to be darn sure that your start prompt is very detailed to anticipate the LLMs behavior.