On Programming with Agents
zed.dev
On Programming with Agents
1–3 of 3 posts
Re: On Programming with Agents
#2Regarding the second and third rules, I like to work with two terminals. One is for my agent, isolated in a container, and the other one I use for `git`. This way, I can assess whether my changes are moving in the right direction.
The PLAN.md files have also proven to be a good approach. I'm still trying to figure out the best way to keep them aligned with the application without polluting the context, but they hold significant value for documentation purposes.
Re: On Programming with Agents
#3The first rule covers it best: it is crucial that you know what you are doing in order to benefit from these tools. Regarding the second and third rules, I like to work with two terminals. One is for my agent, isolated in a container, and the other one I use for `git`. This way, I can assess whether my changes are moving in the right direction. The PLAN.md files have also proven to be a good approach. I'm still tryin…