@zostaff: Walden Yan, co-founder of Cognition (the team behind Devin), in an AI Engineer talk on agent harnesses: "A lot of the m…

X AI KOLs Timeline News

Summary

In an AI Engineer talk, Cognition co-founder Walden Yan recommends against multi-agent systems, saying they are fragile and that the team behind Devin now uses a single agent with coherent context.

Walden Yan, co-founder of Cognition (the team behind Devin), in an AI Engineer talk on agent harnesses: "A lot of the multi-agent systems we've played with can be quite fragile. We've ultimately moved away from them." Not an interview. The man who builds Devin, telling a room of agent builders to stop doing the thing everyone is racing to build. You picture an AI company: one agent per role, all collaborating, a whole org replaced. That is the demo everyone chases. The team that ships real coding agents killed it. They run a single agent, because two agents that can't see each other's context make conflicting decisions and quietly break. The harness that wins is not a swarm. It is one agent that never loses the thread. Multi-agent looks powerful and shatters at scale. One coherent context beats ten clever ones that can't talk.
Original Article
View Cached Full Text

Cached at: 08/09/26, 07:14 AM

Walden Yan, co-founder of Cognition (the team behind Devin), in an AI Engineer talk on agent harnesses:

“A lot of the multi-agent systems we’ve played with can be quite fragile. We’ve ultimately moved away from them.”

Not an interview. The man who builds Devin, telling a room of agent builders to stop doing the thing everyone is racing to build.

You picture an AI company: one agent per role, all collaborating, a whole org replaced. That is the demo everyone chases.

The team that ships real coding agents killed it. They run a single agent, because two agents that can’t see each other’s context make conflicting decisions and quietly break.

The harness that wins is not a swarm. It is one agent that never loses the thread. Multi-agent looks powerful and shatters at scale. One coherent context beats ten clever ones that can’t talk.

Similar Articles

@SuJinyan6: https://x.com/SuJinyan6/status/2073955240349770069

X AI KOLs Timeline

This blog post by SuJinyan6 examines the evolution of AI agents from simple LLM+tool use to context engineering and long-running harnesses, citing Anthropic's recent work and discussing how agent capability is now a system-level property involving multiple components.