Interactive explanations
Agentic Engineering Patterns > When we lose track of how code written by our agents works we take on cognitive debt. For a lot of things this doesn’t matter: if the code fetches some data from a database and outputs it as JSON the implementation details are likely simple enough that we don’t need to care. We can try out the new feature and make a very solid guess at how it works, then glance over the code […]