Kore.ai built a compiled language for AI agents. The question is whether the enterprise is ready for it.
Every AI agent vendor claims their product is governed. Kore.ai is trying to make that word mean something.
The San Mateo company launched Artemis this week, a new generation of its enterprise agent platform with three architectural claims that go beyond the usual guardrails marketing. The most substantive: a compiled, declarative language called Agent Blueprint Language (ABL) that defines, validates, and governs multi-agent systems. The language compiles YAML into production-ready agent blueprints that enterprises can version-control in GitHub, audit in CI/CD pipelines, and review alongside business stakeholders before a single model call runs.
ABL is real and documented. The full specification including data types, flow control, six orchestration patterns (supervisor, delegation, handoff, fan-out, escalation, and agent-to-agent federation), guardrails, and multi-agent supervisor coordination is readable at Kore.ai's public documentation portal without a login. File extensions are .agent.abl and .tools.abl. This is not marketing dressed in technical language; it is a structured spec a developer team could read and understand what the platform expects.
What differentiates it from YAML config with a wrapper is the compilation step and guardrails-as-language-construct. Guardrails in ABL are not prompt instructions injected at runtime; they are first-class language elements the platform enforces before agent execution. Deterministic flow controls operate in parallel with the LLM reasoning layer through shared memory, governed by a single runtime. Two cognitive engines in Kore's Dual-Brain Architecture: one agentic (LLM-powered), one deterministic (rule-based), running simultaneously rather than the model calling shots while the ops team hopes for the best.
"Governance is architectural, not an afterthought," said Arunkumar Ramakrishnan, Director of Enterprise Technology at Blue Cross Blue Shield of Massachusetts. "That is what it takes to get AI approved for the work that actually matters." That is the best independent validation in the launch materials, and it comes from a regulated enterprise in a sector where AI approval has real teeth. It is also a quote from a press release.
The deployment evidence is concrete. One of the largest US pharmacy chains receives approximately 750 million calls from consumers annually across 9,000 stores. The chain signed with Kore.ai at the end of March 2025, had half its stores live within three months, and reached full deployment within six months. A top-2 investment bank deployed the platform to 135,000 employees and contractors, giving more than 30,000 financial advisors conversational access to proprietary research and client portfolio data. These are not pilot numbers dressed up as production; they are operational scale metrics on real enterprise infrastructure.
The platform launched initially on Microsoft Azure, integrates with Microsoft Foundry and Microsoft Agent 365, and Kore.ai is a launch partner for Agent 365. Everest Group positioned Kore.ai as a Leader in its Agentic AI Products PEAK Matrix Assessment for 2026. The company raised $150 million in January 2024 led by FTV Capital with Nvidia participation, bringing total funding to approximately $223 million, and reports ARR exceeding $100 million.
ServiceNow AI Control Tower, Microsoft Agent 365, and Workday Agent System of Record are all positioning themselves as the tollgate for enterprise AI: the layer that decides which agents can act, what they can touch, and who approves when they deviate. The governance-as-architecture argument Kore.ai is making is not unique to them. What is specific to ABL is that governance is encoded in a language rather than configured through a vendor UI.
The open question is whether enterprises want a compiled agent language or whether "governance" will remain a checklist item passed before a compliance officer with no visibility into what the agent actually does. ABL solves the technical half of that problem. The organizational half is not something Kore.ai can ship.
The platform supports 175 different AI models across OpenAI, Anthropic, and open-source providers, and deploys across Azure, AWS, Google Cloud, and on-premises. This multi-model approach means governance travels with the agent rather than being tied to a specific provider. When the next model ships, the agent blueprint does not need to be rewritten; the runtime re-executes the same compiled ABL against the new model layer.
ABL is not open-source infrastructure. The language spec is publicly readable; the parser, compiler, and runtime are not available outside the Kore.ai platform. This matters: ABL's governance model depends on trusting that Kore.ai's compilation and enforcement layers do what the spec says. An enterprise cannot fork the language or audit the runtime independently. For some buyers that is a feature; for others it is a constraint on the trust-through-transparency argument.
The enterprise AI market is entering what CEO Raj Koneru calls a third wave, where governance, observability, and trust define success at scale rather than benchmark scores or model capability. Whether ABL is the language that wave gets built in, or whether it becomes a proof-of-concept that Microsoft or ServiceNow replicates at platform scale, is the actual question this launch raises. The spec is real. The adoption metrics are real. The governance architecture is more sophisticated than most. The enterprise will decide what that is worth.