OpenClaw hit 215k stars. Nobody's writing code anymore.
OpenClaw just crossed 215k GitHub stars and 40k forks. Its creator got hired by OpenAI. Cool story, but here's the actually interesting bit: he didn't write most of the code.
In a recent Max Friedman podcast, Peter Steinberger explained his workflow. He talks to AI agents (Claude, Codex, whatever). They write the code. Multiple agents running in parallel. He burned through so many API credits he had to buy extra accounts.
Welcome to 2026. This is agent orchestration, and it's eating traditional software development.
The workflow that killed copy-paste
Remember 2023? You'd:
- Write a prompt in ChatGPT
- Watch code generate line by line
- Copy-paste into your IDE
- Copy-paste errors back
- Repeat until something worked
That loop is dead.
Modern code agents connect directly to your repo. They read your architecture, modify files, run tests, fix bugs, and commit changes. No copy-paste. No context-switching. They hold entire codebases in memory thanks to massive context windows.
Steinberger runs multiple agents simultaneously. One refactors while another architects a new feature. He only reviews critical components. The rest? "Boring code"—CRUD operations, data transformations, the stuff that fills 80% of most repos.
Language barriers? Gone.
You don't need to be "good at Python" anymore. Programming concepts are universal: variables, loops, conditions. The hard part was always the ecosystem—knowing which library does what, understanding framework quirks, remembering API signatures.
LLMs read all the docs. A JavaScript dev can now ship Python backends, Swift iOS apps, or C++ for microcontrollers. The barrier isn't syntax anymore. It's knowing what to build and how to orchestrate agents to build it.
This is the Code Agent Orchestrator era. You're the conductor, not the musician.
What actually happens next
Developer level
Glass half empty: Your years of syntax mastery just got commoditised.
Glass half full: You can now ship in weeks what used to take teams and months. Solo devs are building products that compete with venture-backed startups.
Market level
Development costs are about to crater. Here's the cascade:
Layoffs and salary corrections. If one dev does the work of five, junior roles evaporate first. Lower barriers to entry mean more competition for remaining positions. Salaries adjust accordingly.
SaaS bloodbath. Enterprise software giants will get swarmed by competitors offering 80% of features at 20% of the price. Custom tooling becomes viable for mid-sized companies that previously bought off-the-shelf solutions.
Commoditisation of custom software. Why adapt your workflow to someone else's SaaS when you can build exactly what you need? In-house tools that fit like gloves instead of enterprise solutions that require contortions.
OpenClaw: The orchestration poster child
OpenClaw unified personal assistants across WhatsApp, Telegram, Discord. Self-hosted. Persistent memory across agents. Proactive tasks via cron jobs. Extensible skills through Clawhub registry.
By Feb 2026: 215k stars, 715 contributors, releases every few weeks adding Android/iOS improvements, Discord subagents, voice features. Developers call it "hackable"—which is dev-speak for "this doesn't try to hide how it works".
It's not just a product. It's proof that agent orchestration frameworks work at scale. LangChain, LangGraph, AutoGen, CrewAI—these tools are the new infrastructure layer. Traditional coding isn't dead, but it's becoming orchestration: connecting tools, defining workflows, securing runtimes.
The weird paradox nobody mentions
We thought AI would automate boring physical labour so humans could do creative work—writing, art, code.
Instead, AI is doing the creative work while humans still clean floors and file invoices.
I've been coding for 20 years. Still love the magic of logic coming alive on screen. But these agentic workflows are different. They don't replace the craft—they amplify the vision. The ceiling for what one developer can build just disappeared.
Are we doomed? Nah. But the job changed. You're not a code monkey anymore. You're an orchestrator. The steam engine moment of software development is here.
What a time to ship things.