01 · the thesis manifesto
Why I Bet on Swarms
By Behzat Aslanoğlu · January 12, 2026 · 9 min read
I'm not betting on a bigger brain. I'm betting on a smarter crowd. That's the wager that organizes everything I build now: intelligence is not a property of a single model — it emerges from structured interaction among many.
This isn't a metaphor I borrowed from a keynote. It's a pattern I've watched happen at three scales. At TÜBİTAK I simulated protein dynamics — the F876L mutation in the androgen receptor that flips a cancer drug from inhibitor to agonist — and saw how a single residue change propagates through a folded molecule. Then in connectomics, I built models that recover the brain's wiring from coarse scans — billions of sparsely connected specialists producing coherent thought. Now, as an LLM & Agentic AI Engineer, I'm building the same pattern at the level of software agents.
“The whole becomes smarter than any one of its parts — I watched it happen at the level of a folded protein, then at the level of a brain graph, and I'm building it now at the level of agents.”
The failure mode of single agents
One agent is one bottleneck, one point of failure, one guess. It holds the whole context, makes the whole decision, and when it's wrong — it's wrong with total confidence. Scaling that means scaling a single failure mode. The industry pattern of “throw a bigger model at the loop” is exactly the dead end: nobody wins by scaling a single bottleneck.
What actually makes a swarm work
- Shared goals — every agent knows what “done” means, so work composes.
- Task decomposition — the swarm splits a problem along its natural seams, not arbitrarily.
- Negotiation — agents don't overwrite each other; they reconcile.
- A verifier — the loop checks that the work actually happened. No verification, no swarm — just parallel hallucination.
Swarms are an engineering discipline, not a vibe. The discipline is: decompose, delegate, verify, iterate — and publish the failures. The emergence everyone hypes is what you get when the coordination layer is boring and correct.
“A single agent is a loop with a purpose. A swarm is a loop with a nervous system.”
So yes — I bet on swarms. Not because they're fashionable, but because resilience, scale, and collective reasoning are the only answers to the single-agent ceiling, and I've seen the pattern hold at every level of intelligence I've studied.