Agents compiled into ABL, and the runtime bottleneck Kore.ai is targeting
Kore.ai Artemis frames enterprise agents as compiled ABL artifacts controlled by runtime governance, not loose prompt bundles.
- What happened: Kore.ai announced the
Artemisedition of its Agent Platform on May 21, 2026.- The core package combines Agent Blueprint Language, Arch, and a Dual-Brain Architecture for enterprise agent runtime control.
- Why it matters: Agent competition is moving from model capability to deployable artifacts, governance, and observability.
- Watch: Azure-first launch plans and a non-standalone runtime leave real portability questions behind the neutrality message.
Kore.ai announced the next generation of its Agent Platform, the Artemis edition, on May 21, 2026. At first glance, this looks like another enterprise agent platform launch. The more interesting point is not which model it uses. It is how an agent is defined as an operational artifact, and who controls the runtime when that artifact starts changing real workflows.
Kore.ai is putting three ideas at the center. The first is Agent Blueprint Language, or ABL. The second is Arch, an AI architect that turns business goals into ABL and then reads production traces to suggest improvements. The third is a Dual-Brain Architecture that places LLM reasoning beside deterministic business flows. Together, they frame an agent not as a loose bundle of prompts, function calls, and workflow settings, but as something that can be compiled, reviewed, governed, deployed, and observed as an operating unit.

That matters for developers because the enterprise agent conversation has changed over the past year. The early debate was about how long a model could think, how many tools it could call, and how much context it could hold. Enterprise buyers are now asking more operational questions. Who approves an agent's permissions? Who validates it before deployment? What trace is available after an incident? Does the same agent definition keep working if the model changes? Kore.ai Artemis is an attempt to productize answers to those questions.
The launch centers on ABL
In its official announcement, Kore.ai describes ABL as a "compiled, declarative language" for defining, validating, and governing agents, systems, and workflows. VentureBeat's interview added that the artifact is YAML-based and can be stored in GitHub and versioned through CI/CD pipelines. The language around it feels closer to infrastructure as code or a workflow definition language than to the usual prompt template story.
That distinction matters. Many teams already keep agent configuration in repositories. System prompts, tool schemas, evals, routing rules, and policy files often live in JSON or YAML. Kore.ai's ABL claim goes one step further. It is not merely saying that configuration can be stored in a file. It is saying that before an agent runs in production, the agent system should be represented in a standard language, compiled, and controlled by a platform runtime.
The official announcement says ABL includes six orchestration patterns: supervisor, delegation, handoff, fan-out, escalation, and agent-to-agent federation. Kore.ai's orchestration documentation also separates patterns such as single agent, supervisor, and adaptive network. In that model, a supervisor analyzes the request, breaks it into subtasks, delegates to specialist agents, and coordinates conflicts. So ABL is less about what a single assistant should say and more about the control structure inside which an agent system moves.
| Component | Kore.ai's claim | Developer question |
|---|---|---|
| ABL | A compiled declarative language for defining agents and workflows | Can it become a standard artifact that runs outside one runtime? |
| Arch | An AI architect that turns business goals into ABL and topology | At what granularity can humans review the generated design? |
| Dual-Brain | LLM reasoning and deterministic flows share memory and one runtime | Can auditors see which decisions were forced outside the model? |
| Azure-first launch | Integrations with Microsoft Foundry, Agent 365, Entra ID, and Graph API | Where is the boundary between neutrality and Microsoft optimization? |
Arch is the "AI builds AI" claim
The second pillar in the Artemis announcement is Arch. Kore.ai presents Arch as a system that receives a business goal, designs an agent topology, generates ABL, validates the result, and then uses production traces to propose improvements. The announcement repeatedly uses a structure around "AI building AI", "AI governing AI", and "AI optimizing AI". The phrasing is promotional, but the product direction underneath it is concrete.
Enterprise agent building has been splitting into two paths. On one path, developers assemble agents directly with frameworks and SDKs. That is flexible, but it can be hard for operations, compliance, and business teams to understand. On the other path, business users configure flows, knowledge, and handoffs inside no-code builders. That is faster, but it often struggles to fit into mature software change management. Kore.ai is trying to insert a middle artifact between those two worlds with ABL and Arch.
For that artifact to work, three things have to be true. Humans must be able to read diffs. Tests and approvals must be automatable. Failures in production must feed back into design changes that can be reviewed. Kore.ai says this loop can happen inside the platform. For developers, that can be a useful abstraction. It is also a structure in which the platform owns the build path, runtime, observability layer, and improvement loop.
VentureBeat reported CEO Raj Koneru's explanation that ABL can live in GitHub and be version controlled. The same report also noted a major limitation. ABL can be managed as a YAML-based artifact, but the runtime that executes it is not yet available as an independent component. Koneru said a lighter runtime version is planned for the future, while the initial release prioritizes an integrated enterprise experience. That is why Artemis should be read less as an open standard announcement and more as a platform strategy.
Dual-Brain speaks the language of regulated industries
Dual-Brain Architecture sounds large, but Kore.ai's reason for using the phrase is straightforward. In banking, healthcare, insurance, telecom, and other regulated industries, not every decision can be delegated to an LLM. Users may ask questions in natural language and models may need to reason, but approvals, limits, policies, records, and exceptions need deterministic control.
Kore.ai describes two engines running beside each other. One engine handles agentic reasoning through an LLM. The other handles deterministic business flows and constraints. The two operate with shared memory inside a single runtime. The important claim is that governance is enforced in the platform layer rather than being left inside the model's prompt.
This connects directly to current agent security debates. Prompt injection, excessive tool use, out-of-scope actions, and opaque automation all lead to the same question. As agents become more capable, putting guardrails inside prompts becomes weaker. If the model is the actor, policy interpreter, and exception handler at the same time, control and audit become dependent on the quality of model output. Kore.ai is saying that some of that control should move down into the platform layer.
It is hard to judge the strength of that architecture from public materials alone. The details matter. What policy language defines the deterministic flow? Which tool calls can be blocked before execution? How evidentiary are the traces for regulatory audit? How are live changes approved? The announcement shows the direction, but developers and security teams will need to inspect the lower-level contracts rather than the smoothness of the demo.
Microsoft integration is both strength and question
Artemis launches first on Microsoft Azure. Kore.ai's announcement names Microsoft Foundry, Microsoft Agent 365, Entra ID, Microsoft Graph API, Azure Bot Framework, and Teams channels. Kore.ai also describes itself as an Agent 365 launch partner. The company's May 10, 2026 v1.8.3 release notes separately describe Microsoft Agent 365 integration for its Agent Platform. That update covers exporting or registering agents into a Microsoft 365 tenant, using them in Copilot and Teams, and relying on Agent 365 for central governance and telemetry.
This is a practical choice. Many large enterprises already use Entra ID, Microsoft 365, Teams, and Graph API as the working surface of the organization. An agent platform that ignores those identity, permission, and collaboration channels will struggle to spread inside that environment. From a CISO perspective, it is often better for a new agent tool to enter the existing IAM and audit system than to create another separate control plane.
At the same time, the integration creates tension with Kore.ai's vendor-neutral positioning. VentureBeat reported that Kore.ai supports 175 models, multiple clouds, on-premises deployments, many data sources, and MCP connections. But if the first real product experience is most deeply optimized for Azure and Microsoft Agent 365, the neutrality message may be a long-term direction while the near-term production path is Microsoft-first. That may be perfectly acceptable for many enterprise customers. For developers, it means portability and operational API boundaries need to be tested rather than assumed.
The competition is not just agent builders
Kore.ai is no longer competing only with older chatbot builders. Microsoft Agent 365 and Copilot Studio, Salesforce Agentforce, ServiceNow AI Agents, and Google Vertex AI Agent Builder all look at similar CIO budgets and similar control points. OpenAI, Anthropic, LangGraph-style frameworks, and internal platform teams are also in the picture.
In this market, the differentiator is no longer "can you build an agent?" Most platforms can. The harder difference is the operating layer. Is the agent definition reproducible? Can teams compare state before and after deployment? Can a model change avoid breaking the entire business automation? Can one department's agent be prevented from reaching another department's data? After an incident, can the team trace which policy led to which tool call with which input?
Artemis is interesting because it brings those questions into the center of the product rather than treating them as surrounding features. ABL is about standardizing the definition. Arch is about the generation and improvement loop. Dual-Brain is about control outside the model. Microsoft Agent 365 integration is about entering existing identity and collaboration channels. All four are answers to a different question from whether an agent can produce a good response. They answer how an organization should run agents.
There is a cost to that answer. As a declarative language and platform runtime become more powerful, users place more production knowledge inside a vendor abstraction. Even if ABL is stored in Git, portability is limited if the execution semantics are tied to Kore.ai's runtime. Even if Arch generates designs automatically, organizations still need internal skill to review and test the generated artifacts. Even if Dual-Brain enforces policy, the policy language and logs still need to satisfy internal security teams and external auditors.
What engineering teams should inspect
When engineering teams evaluate a platform like Artemis, they should look at the change management model before the feature list. The first question is whether ABL diffs can be reviewed like code. Agent changes now carry service-like risk. Teams need to see which tools were added, where escalation can happen, which policies were loosened, and which model became the default.
The second question is whether evals and deployment approvals fit into the same pipeline. Kore.ai's references to Import/Export APIs and CI/CD friendliness are promising signals. In real organizations, agent changes need to connect to tickets, security approvals, test data, shadow runs, and rollbacks. The value is not just whether a platform has a builder. It is how far the builder opens the path into existing release governance.
The third question is whether traces explain human responsibility. Agent traces are not just debugging logs. They need to show who approved a change, which policy applied, which tool was called with which input, and which external system changed as a result. In regulated industries, "the model decided that" is not a satisfying answer.
The fourth question is whether the path outside Microsoft is real. Azure-first launch plans are natural, but companies that care about multicloud or on-premises deployments should test whether the same features, policies, and observability work elsewhere. If the independent runtime is not present in the early release, as VentureBeat reported, this question becomes more important rather than less.
This is a market signal before a community signal
This announcement did not create the kind of technical debate that usually lights up Hacker News or GeekNews. The research note found only a low-engagement Reddit link around the VentureBeat article, not a meaningful developer thread. Still, the news is worth watching because this is an area where enterprise buying structures can move before developer community excitement.
Agents may have started in IDEs and chat windows, but inside companies they become account, permission, audit, deployment, cost, and operational responsibility problems. In that setting, the winning platform may not be the one with the smartest demo. It may be the one that leaves an artifact operations teams can understand, lets security teams attach policy, lets developers review diffs, and lets finance teams measure the cost of repeated deployment.
Kore.ai Artemis is aimed directly at that direction. It is too early to know whether ABL becomes a lasting standard. It is also too early to know how good Arch will be at generating production-grade designs, or how strong the Dual-Brain Architecture will look in real incident logs rather than launch materials. But the announcement leaves behind the right question: if agents are software, how long can teams keep treating prompt bundles as the deployment unit?
The answer is becoming clearer. Models will keep changing. Tools will keep changing. Enterprises still want executable definitions, approvable changes, auditable traces, and replaceable model layers. Kore.ai's Artemis is one attempt to productize that demand directly. So the real headline is not simply that a new agent platform launched. It is that the market is starting to ask who owns the agent runtime.