← Back to thoughts
AI SystemsJuly 2026 · 5 min read

Why Agentic Systems Need Better Environments

Thoughts on why agents do not just need better models, but better worlds to act inside, with clearer feedback loops, memory, and constraints.

Models are only half the story

A lot of conversation around agentic systems stays trapped at the model layer. People compare reasoning quality, tool use, and context length, then wonder why the resulting product still feels brittle. The failure is often not in the model itself. It is in the environment around it.

An agent needs a world that is legible. It needs state that persists in useful ways, feedback that arrives quickly enough to shape behavior, and boundaries that make tradeoffs visible. Without that, even a capable model ends up guessing its way through a poorly designed operating surface.

Good environments create better behavior

When I think about agent design, I increasingly think in terms of environment design. What information is available at each step? What actions are actually meaningful? What memory should survive across tasks? What constraints prevent the system from wandering into expensive or misleading paths?

A better environment reduces ambiguity. It also makes evaluation easier, because you can observe how the agent responds to structured pressure instead of random noise. That is where more trustworthy behavior starts to emerge.

What I want to build more of

I am interested in agent systems that operate inside clearer simulations, clearer product workflows, and clearer collaboration loops with humans. Better agents will come from better scaffolding, not just bigger models.

The real question is not only whether an agent can reason. It is whether we have built a world where good reasoning has a chance to matter.