Designing agentic loops

Last updated:

AIAGENTIC-CODING

Designing agentic loops by Simon Willison

One way to think about coding agents is that they are brute force tools for finding solutions to coding problems. If you can reduce your problem to a clear goal and a set of tools that can iterate towards that goal a coding agent can often brute force its way to an effective solution.

This is an interesting idea. I need to try it out.