Notes from this video.
Motivation: build trust in the agent’s work
- Custom Tools: Ask agents to build tools and ask them to use them. (to prevent duplicate work), and build custom tools that even you can run and verify.
- Code is Memory: Enforce strict patterns so that the agent follow them. (make wrong things hard to do). Dont let a wrong patterns spread (like comments everywhere)
- Architecture: Strict boundaries and conventions about what can run where. Enforce architecture rules strictly. (dont let slow code leak into the hot path)