The feature flag is one of the most battle-tested primitives in modern software delivery. Progressive rollout, kill switches, experiment targeting, policy enforcement: enterprises have trusted LaunchDarkly with these controls for years across code deployments. Now LaunchDarkly is making a direct bet that the same control-plane model applies to AI agents, LLMs, and generative workflows in production. The new offering is called AgentControl, and it matters more than the typical "we added AI" product announcement. Here is what shipped, why the framing is genuinely different, and what engineering leaders should do about it before the end of Q3 2026.
What AgentControl Actually Is
The core claim from LaunchDarkly's Head of AI, Marek Poliks, is architectural: AgentControl sits above your agents and models, not inside them. It does not replace your orchestration framework. It does not care whether you are running LangChain, LlamaIndex, a custom Python router, or something built on top of OpenAI's Assistants API. Instead, it inserts a runtime control layer between your production workloads and the agents themselves, managing:
Prompt versioning and routing
treat prompt variants the way you treat feature variants
Model routing
switch between OpenAI, Anthropic, or open-source models via policy, not code deploys
Evals
connect evaluation signals back into the rollout logic
Feedback loops
close the loop between production signals and flag/policy decisions
If you have been doing AI development for more than six months in production, you already recognize these as the four things most teams are solving with duct tape: a custom prompt registry in a database, a hand-rolled model router, a disconnected eval harness, and a Slack channel where someone decides whether to roll back. AgentControl's thesis is that these four problems are just feature management problems in disguise.
Why the "Sits Above" Architecture Is the Right Framing
The competitive framing that is already circulating in analyst coverage compares AgentControl directly with Galileo Agent Control, and the comparison is instructive. Both products use the same architectural language: the control plane sits above the agents, not inside them. That is not marketing copy. It is a meaningful design decision with organizational consequences. If your control logic lives inside your agent framework, you have tightly coupled safety policy to implementation choice. Every team that picks a different framework builds its own guardrails. Every model swap requires code changes. Every experiment requires a new eval pipeline. You end up with fragmented telemetry and inconsistent safety behavior across product teams, which is exactly the failure mode that shows up in regulated industries when something goes wrong. A control plane above the agent layer separates concerns cleanly:
- •Product and feature teams keep framework and model choice
- •Platform and infra teams own runtime policy, rollout gates, and eval standards
- •Security and compliance teams get a single surface for audit, not a dozen agent codebases
This is the same separation of concerns that made centralized feature flag platforms compelling in the first place. It worked for code. The argument that it works for AI is not a stretch.
The Competitive Landscape Is Crowding Fast
Engineering leaders need to understand the field they are making decisions in. The AI runtime control space in 2026 is not empty.
| Platform | Primary Focus | Control Plane Above Agents | Enterprise Procurement Track Record |
|---|---|---|---|
| LaunchDarkly AgentControl | Feature mgmt extended to AI | ✅ | ✅ |
| Galileo Agent Control | AI eval and observability | ✅ | ❌ |
| Arize AI | LLM observability and evals | ❌ | ❌ |
| Weights & Biases | MLOps and experiment tracking | ❌ | ❌ |
| Custom in-house orchestration | Team-specific | ❌ | ❌ |
The critical column is the last one. Galileo, Arize, and Weights and Biases are credible products with strong technical followings. But they are all fighting for new procurement cycles inside enterprises that already have security reviews, data residency requirements, change management processes, and approved vendor lists. LaunchDarkly is already on those lists at a significant portion of the mid-to-large enterprise market. AgentControl does not need to win a greenfield evaluation; it needs to win an extension conversation. That is a fundamentally different sales motion, and it is a genuine competitive advantage in regulated industries where AI infrastructure procurement can take six to twelve months.
The June 24 Workshop Is a Signal, Not Just an Event
LaunchDarkly's "Runtime Labs: Hands-On with AgentControl" workshop on June 24 is worth reading as a product signal beyond its literal content. One-hour, end-to-end labs that walk through prompts, models, evals, and feedback loops in sequence are how mature DevOps tooling gets adopted: show the operational pattern first, let teams replicate it in their own environment second. This is the same motion that made CI/CD practices sticky. Jenkins tutorials did not teach Jenkins; they taught the pipeline mental model. If AgentControl's workshop teaches the runtime-control mental model for AI, the tooling choice becomes secondary. Engineering leaders who have hands-on learners on their platform teams should register for the June 24 session. Even if you are not ready to adopt AgentControl today, watching the end-to-end pattern gives you a concrete vocabulary for evaluating every other control-plane vendor in the same space.
The Organizational Angle Most Coverage Will Miss
Here is the nuance that analyst summaries tend to flatten: AgentControl's real value proposition in large enterprises is not technical, it is organizational. Consider a company with forty product teams, each building AI features. Some use GPT-4o. Some use Claude 4. Some use fine-tuned open-source models. Some are on LangChain, some have custom frameworks. Right now, each of those teams is making independent decisions about:
- •What counts as a "bad" response worthy of rollback
- •How to gate new prompt versions to a subset of users
- •What eval metrics matter before promoting a prompt to production
- •Where model safety guardrails live in their codebase
The result is forty different answers, forty different telemetry pipelines, and forty different blast radiuses when something goes wrong. AgentControl gives a central platform team the lever to standardize rollout gates, eval standards, and safety policies across all forty teams without dictating framework or model choice. That separation of concerns is exactly what responsible AI deployment looks like at scale, and it maps directly to how the best engineering organizations already manage feature risk with flags. In healthcare, financial services, and any regulated industry where the CISO's question is "how do we know all AI interactions meet our safety policy," a centralized control plane with audit logs is not a nice-to-have. It is a procurement prerequisite.
Concrete Recommendations for Engineering Leaders
If your team already runs on LaunchDarkly
This is the clearest case. You already have the governance model, the approval workflows, and the organizational trust in the platform. The decision is not "should we adopt AgentControl" but "how fast should we consolidate our ad hoc AI control logic into the platform we already trust." Register for the June 24 workshop, map your current prompt management and eval workflows against what AgentControl covers, and identify the one AI feature in production that is generating the most operational pain. Start there.
If your team is evaluating AI infrastructure for the first time in 2026
Do not buy an AI-only control plane before you answer this question: does your organization already have a feature management platform? If yes, evaluate whether extending that platform is cheaper, faster to procure, and easier to govern than a standalone AI observability tool. The total cost of ownership for a platform your security team has already approved is almost always lower than the total cost of a net-new vendor relationship.
If your team is heavily invested in MLOps tooling like Weights and Biases or Arize
These tools are not going away, and they solve real problems in the experiment-tracking and observability layer. The question is whether runtime control and progressive rollout for AI features belongs in your MLOps stack or your feature management stack. The honest answer depends on who owns AI features in your organization. If it is data science teams, MLOps tooling may be the right home. If it is product engineering teams, the feature management model is probably a better organizational fit. Most large enterprises will end up running both.
What the Next 12 Months Look Like
The category LaunchDarkly is naming "runtime control for AI" will consolidate. Right now, there are at least a dozen tools claiming some version of this space, including general observability platforms, specialized LLM eval tools, model routers, and feature flag platforms extending into AI. By mid-2027, most enterprises will have made a platform choice, and the vendors that win will be the ones that successfully established the operational pattern first, not just the ones with the best technical specs. LaunchDarkly's position heading into that consolidation is stronger than the feature-flag framing suggests. The company is not pivoting to AI; it is extending a proven governance model into a new domain. That distinction matters because it means the organizational habits, approval processes, and trust that enterprises have built around feature management are transferable assets. You do not have to teach a new operational pattern from scratch. You extend one that already works. The June 24 Runtime Labs workshop is an opportunity to see that extension in concrete terms. After that, the decision calculus becomes straightforward: either your AI features deserve the same runtime discipline as your software features, or they do not. In 2026, the answer should be obvious.
Ready to modernize your feature management?
Join leading enterprises using LaunchDarkly to accelerate releases, minimize outages, and control AI agents in production.

