The enterprise AI conversation has moved past adoption. A 2026 industry survey finds 79% of enterprises are already running AI agents in production, and 100% of surveyed organisations plan to expand agent deployments this year. Every major Artificial Intelligence (AI) vendor — Anthropic, OpenAI, Google, Microsoft, and Amazon — is now forming formal partnerships with system integrators and consulting firms to help clients actually deploy what they have bought. The volume question has collapsed. The practitioner question has shifted from "do we pilot?" to "how do we avoid building on foundations we cannot replace?"
The capital flows follow the same pattern. Startups that instrument AI systems — observability, governance, agent orchestration — are winning growth-stage rounds when they can tie their product to a measurable business control point. Nexus raised $4.3 million to scale enterprise agent deployment, NeuBird closed $19.3 million for autonomous DevOps and site reliability engineering (SRE) operations, and Auctor took a $20 million Series A led by Sequoia to build an "AI system of action" for enterprise software implementation. Underneath the adoption surge, every buyer is now also asking a second question: which layer of this stack is portable, and which becomes permanent.
Claw Code — a vendor-neutral open-source coding agent framework — drew 72,000 GitHub stars in its first days of public release, a pace that outstrips every prior coding-agent debut including Cursor, Aider, and the early Claude Code beta. The framework runs against any underlying large language model (LLM) backend — Anthropic, OpenAI, Google, local Ollama — with no vendor lock-in on the orchestration layer. The speed of adoption is the data point, not the feature set: when 72K developers star a project inside a week, the signal is demand, not novelty.
The consequence is structural. The coding agent layer — the part that turns a model call into a planned, tested, committed change — is consolidating around open frameworks. Meanwhile the model layer underneath continues to fragment as Anthropic, OpenAI, Google, xAI, and Meta each ship capability updates weekly. Put together, developers get to swap models without rewriting their workflow. Model vendors get to compete on capability without capturing the workflow itself. The middle layer is where the commodity pressure lands first.
- Post-training — when the agent needs a new reasoning capability its base model lacks.
- Memory — when the agent needs to accumulate knowledge about a specific user, project, or domain over time.
- Skills — when the agent needs to follow a repeatable process with consistent quality.
The three mechanisms are complementary, not substitutable; most production-grade agents in 2026 end up using all three.