Skip to content
Hamidreza Saghir by Hamidreza Saghir

← All tags

#agents

3 posts

agents ·engineering

Your coding agent is under-specified

Coding agents write impressive first drafts. But under the surface, corners are cut, details are missing, and technical debt accumulates with every change. The problem is not the model. It is that what we ask it to do is fundamentally under-specified.

Read →

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 →

security ·agents

The verification asymmetry

Offense asks 'does a bug exist?' Defense asks 'are all bugs gone?' One is an existential claim you can check with a single example. The other is a universal claim nobody can check. This asymmetry, not model capability, is what determines where AI agents work in security.

Read →