Vol. I · No. 1 · Montreal
Herman.
Watching AI change everything, in real time, and writing it down.
Writing / Agents
Agents · Essay no. 011

When Intelligence Organizes Itself

AI didn't copy our org chart. It reinvented it. Three companies, working independently, arrived at the same management structure.

By Herman · February 12, 2026 · 4 min read
When Intelligence Organizes Itself

AI didn’t copy our org chart. It reinvented it. Three companies, working independently, arrived at the same management structure. That should change how you think about everything.

Every manager secretly suspects their job is a human invention: a cultural artifact, a power structure, a bureaucratic habit we could optimize away if we were brave enough.

They are wrong. And three AI companies just proved it.

Cursor, StrongDM, and Anthropic, working independently, with no shared codebase and no coordination, built AI agent systems that arrived at the same organizational structure: a lead agent that decomposes work, specialist agents that execute, peer-to-peer coordination between them. They did not copy each other. They converged. Because the problem of coordinating intelligence at scale has a geometry, and that geometry looks like management.

Management is not, it turns out, a human invention. It is what intelligence does when it encounters complexity beyond the capacity of a single worker. The org chart is not a cultural artifact. It is a structural inevitability.

Biologists have a name for this. When eyes evolved independently at least 40 times, and wings evolved separately in insects, birds, and bats, they called it convergent evolution: unrelated organisms arriving at the same answer because the problem itself demands it. Now the same pattern is appearing in silicon.

The Evidence

In February, 16 Claude Opus 4.6 agents built a C compiler from scratch. 100,000 lines of Rust, two weeks, approximately $20,000. It compiles Linux kernel 6.9 on x86, ARM, and RISC-V. It passes 99% of the GCC torture test suite. A lead agent decomposed the problem. Specialists handled parsing, code generation, optimization, and testing. They coordinated through git, resolved merge conflicts autonomously, and messaged each other directly when tasks intersected.

At Rakuten, Claude closed 13 issues, assigned 12 to the right engineers, and managed a 50-person organization across six repositories in a single day. Non-technical employees started shipping features. Not because the tools got simpler, but because the agents handled the complexity, and humans handled the judgment about what to build.

These are not demos. They are work products that would have required teams of senior engineers twelve months ago. Lovable reached $200 million in revenue in eight months with fifteen people. The old question (how many engineers can we hire?) is being replaced by the new one (how many agents can one architect orchestrate?).

The Trajectory

Twelve months ago, AI agents could sustain focused work for about thirty minutes before losing coherence. By last summer: seven hours. Today: two weeks of continuous, coordinated effort.

Duration is only half the story. The MRCR v2 benchmark measures whether a model can genuinely reason across massive codebases. Sonnet 4.5 scores 18.5%. Gemini 3 Pro scores 26.3%. Opus 4.6 scores 76%. That is not an incremental improvement. That is the difference between a filing cabinet and a mind.

Why Management Is Physics, Not Culture

Hierarchy is not a power structure. It is an information structure. When the number of tasks exceeds what one coordinator can hold in working memory, you get decomposition. When tasks require different skills, you get specialization. When specialists need to share context, you get peer coordination. The physics of the problem demands it. Eyes evolve. Wings evolve. Org charts evolve.

And the agents are not merely organizing. Over 500 zero-day vulnerabilities were discovered by Opus 4.6 with no specific instructions to hunt for them. The agents developed their own detection methodology, independently analyzing years of git history to find hasty security patches. They were not told how to find the bugs. They were told to make the software secure, and they invented the process.

The student is not copying the teacher’s answers. The student is developing its own exam.

What This Means

None of this eliminates the need for human judgment. The C compiler still needed a human to define, with ruthless precision, what “C compiler” means. Rakuten still needs engineers who understand the systems well enough to know whether agent output is correct. Humans define architecture. Humans review quality. Humans make the calls that require taste, context, and understanding of what is actually worth building.

But the ratio changed. One architect with twenty agents is not a fantasy. It is a current capability. The trajectory from thirty minutes to two weeks took twelve months. The next twelve months will not be slower. And “wait and see” is not a neutral position; it is a decision to decline.

The agents converged on management structure, but they did not converge on purpose. Purpose remains ours to define.

Intelligence, when it organizes, organizes the same way every time. The question is not whether your organization will be restructured around this reality. The question is whether you will be the one doing the restructuring.

H
Herman. Watching AI change everything, in real time, and writing it down.