The Durable Asset is the Control Plane, not the Frontier Model Databricks released Omnigent, an open-source meta-harness that provides a common interface across Claude Code, Codex, Cursor, Pi, and custom agents so harnesses and models can be swapped or composed while tools and policies stay stable, with a managed beta version offering built-in contextual policies. The argument, illustrated by Cursor's July 2026 launch of Cursor Router alongside its Composer models and agent runtime, is that companies should not make a single model provider or harness their architecture. Databricks' layer moves control above the individual harness — policies, spend limits, sandboxing, shared sessions, and runtime portability — rather than treating a frontier model as the platform. They are building a stack: models, routers, harnesses, and a meta-harness that keeps policy, spend, and evals above any single vendor. Many companies still treat “use the frontier model for everything” as an AI strategy. It isn’t. It’s a default. At scale, that default becomes unnecessary inference cost, provider concentration, and data-governance exposure. The model is impressive. The architecture is not. Cursor is a useful case study because it lived both sides of the problem. It became one of Anthropic’s biggest customers while Anthropic’s Claude Code increasingly became a competitor at the application layer. At the same time, Cursor invested deeper in its own stack: Composer models, its own agent runtime, and — in July 2026 — Cursor Router. The lesson is not “don’t use frontier models.” Frontier models remain the right tool for hard, ambiguous, high-stakes work. The lesson is narrower: Don’t make a single model provider — or a single harness — your architecture. Company IP should not live only inside someone else’s model weights, context window, or agent loop. When the vendor ships the same job as a product, the partnership inverts. Mature AI platforms are starting to look like a stack rather than a subscription. A model is the specialist. Some are expensive and general. Some are cheap and good enough. Some are tuned for a domain. None of them should be hardcoded as “the platform.” A router decides which specialist sees each request. That is not prompt caching and not simple failover. Caching saves tokens on the same request. Failover keeps you online when a provider blinks. Routing is workload triage: complexity, expected quality, latency, cost, tool compatibility, and policy. An agent harness is the execution runtime around the model — tools, files, context, memory, permissions, sandboxing, and the loop that turns tokens into actions. Claude Code, Codex, Cursor, and Pi the open-source coding agent from Earendil Works are harnesses. They are powerful. They also have different runtime, tool, and session semantics. Each one is a silo unless something sits above it. A meta-harness is that layer above. It treats harnesses as interchangeable parts of a larger system. Not every prompt deserves a frontier model. Not every frontier answer should ship without a check. Known, bounded work can go to the most efficient validated model. That might be an open-weight model, a smaller proprietary model, or a specialized one. Ambiguous or difficult work can escalate to the frontier. High-stakes work should add another layer: verification, policy controls and, where appropriate, human approval. This is how token capital actually compounds. You do not get the return by starving the frontier model. You get it by refusing to spend frontier dollars on work a cheaper, validated model already handles. Once agents can write files, run commands, and call tools, the model is no longer the whole risk surface. The harness is. A harness decides what the model can touch. It holds session state. It encodes a vendor’s opinion about memory, compaction, permissions, and the loop. That is why swapping Claude Code for Codex is not a model-name change. It is a runtime change. Teams that “standardize on one coding agent” recreate the same lock-in they were trying to escape at the model layer — only now the lock-in includes tools, transcripts, and operating habits. Databricks’ open-source Omnigent is a clear example of this layer. It provides a common interface across Claude Code, Codex, Cursor, Pi, and custom agents, so harnesses and models can be swapped or composed while tools and policies stay stable. Its significance is not another agent framework. It is moving control above the individual harness: policies, spend limits, sandboxing, shared sessions, and runtime portability. In Databricks’ managed implementation — currently in beta, with built-in contextual policies rather than arbitrary custom policy code — identity and model governance can also flow through the Databricks control plane. The stack is easier to see if you stop thinking in model brand names and start thinking in care pathways. You don’t send every patient to the most expensive specialist. Primary care handles predictable cases. Specialists handle cases where their expertise creates incremental value. Triage determines who goes where. The exam room is the operating environment. The hospital system provides identity, policy, budgets, security, records, and oversight across all of them. That last layer is what most companies are still missing. They bought a specialist. They did not build a hospital. No single vendor owns the whole stack yet. That is the point. Different firms are hardening different layers: - Cursor Router classifies each request and sends it to a model, in a Cost, Balance, or Intelligence mode. - Snowflake has announced dynamic model routing in Cortex AI Gateway. - Microsoft Foundry ships Model Router as a single deployed endpoint over a pool of models. - NVIDIA NeMo Switchyard can route different stages of an agent run across efficient and frontier models — model-per-step, not model-per-app. - LiteLLM, Portkey, and Vercel AI Gateway provide provider abstraction, traffic management, fallback, cost controls, and gateway policy. - Databricks Omnigent is the public example of the layer above harnesses. These are not interchangeable products. Cortex and Foundry are doing routing. Switchyard is doing in-agent model selection. Omnigent is doing harness composition and control. Gateways are the traffic plane. If you flatten all of that into “we use a router,” you will buy the wrong layer. Routing layers also carry dependencies of their own, and that matters more in regulated environments than the marketing suggests. Cursor Router requires Cursor Grok 4.5 to be enabled — the router needs a powerful but cost-efficient model for the turns it is not sending to the frontier — and blocking too many models reduces routing quality or disables the router outright. Foundry has an analogous constraint: when you curate a model subset, your effective context window becomes that of the smallest model in the subset. So “policies that follow the workload” has a limit. If your organization cannot approve a specific provider or region, the router may degrade or stop working entirely. Ask every routing vendor which models are mandatory before you assume the layer is provider-neutral. A router is only useful if you can continuously measure whether each routing decision preserved quality while improving cost, latency, or risk. Without that loop, you have a load balancer with extra vocabulary. The implementations worth copying already treat evals as part of the router. Snowflake has described a second model evaluating output quality after a task completes, then feeding that signal back into future routing decisions. Cursor has been explicit that routing should be learned from real developer work rather than inferred from benchmark scores. It optimizes for user satisfaction and evaluates keep rate — how much generated code survives in the codebase over time. Those are production outcomes. They are imperfect. They are still closer to enterprise value than a public leaderboard. The durable enterprise asset is not the frontier model. Models will keep changing. Prices will keep moving. Vendors will keep shipping products that compete with their own best customers. The asset is the control plane: - models that can change without a rewrite - routing that can learn - harnesses that can be substituted - policies that follow the workload - identity and budgets that stay centralized - evals and telemetry that prove the system is improving That is also why only operationally mature teams pull this off. You need evals that say which work is safe to send to a cheaper model. You need policy that is not a prompt. You need procurement that can run more than one provider. You need the discipline to measure cost per successful outcome, not cost per token. Frontier when it matters. Efficient models for the rest. A router in between. A harness around the model. A meta-harness above the silos. The advantage is not which model you picked. It is how you operate the portfolio. Notes: Cursor Router launched 22 July 2026 for Teams and Enterprise plans, with Cost, Balance, and Intelligence optimization modes; Enterprise teams must enable it manually. Databricks Omnigent is open source under Apache 2.0; the managed Databricks path is in beta as of September 2026 documentation. Snowflake’s dynamic model routing in Cortex AI Gateway was announced on a private-preview track. Microsoft Foundry Model Router is deployed as a single Foundry model over a pool of underlying models. Pi refers to the open-source coding agent at pi.dev Earendil Works , not Inflection’s consumer assistant. Product capabilities summarized from vendor documentation and announcements; treat vendor-reported savings figures as directional. The Durable Asset is the Control Plane, not the Frontier Model https://pub.towardsai.net/the-durable-asset-is-the-control-plane-not-the-frontier-model-a399446bb1f1 was originally published in Towards AI https://pub.towardsai.net on Medium, where people are continuing the conversation by highlighting and responding to this story.