Skip to content
Intuitions by Hamidreza Saghir

← All tags

#design

1 post

agents ·python

The loop is the product

Agent frameworks hide the loop behind agent.run() and a graph DSL. But the loop is where every interesting decision happens: what the model sees, whether a tool call proceeds, when to stop, what to record. What if you owned the loop and the framework just made it composable?

Read →