All posts
Agentic AI February 20, 2026

Orchestrating Intelligence: How Event-Driven Architecture Powers the Agentic AI Revolution

TK

Thomas Kunnumpurath

VP Systems Engineering · Solace

Orchestrating Intelligence: How Event-Driven Architecture Powers the Agentic AI Revolution

The promise of Artificial Intelligence has captivated us for decades, but the recent explosion of Large Language Models (LLMs) and the emergence of autonomous agents are transforming that promise into tangible reality. We’re moving beyond simple query-response systems to intelligent entities that can reason, plan, and execute multi-step tasks. Yet, as with any complex system, the true challenge lies in orchestration. How do these agents discover each other, communicate reliably, and collaboratively achieve their goals without descending into chaos?

My nearly two decades in building high-performance, real-time systems, first in fintech at Deutsche Bank and Capital One, and now leading Systems Engineering at Solace, have instilled in me a profound belief in the power of Event-Driven Architecture (EDA). Today, as I lead the Solutions Engineering effort for Solace Agent Mesh in the Americas, I see an undeniable synergy: EDA isn’t just beneficial for agentic AI; it’s foundational.

The Agentic Revolution: Beyond Prompts

Forget simple chatbots or Retrieval-Augmented Generation (RAG) alone. Agentic AI refers to systems where autonomous agents are given a high-level goal and then independently determine the steps, tools, and information needed to achieve it. Think of them as digital employees that can break down complex problems, interact with external systems, and even collaborate with other agents.

My personal explorations, like tuning my OpenClaw installation to screen stocks or check airline prices, are simple examples of what these agents can do. They require accessing data, making decisions, and often, interacting with multiple services. Scaling this from a personal project to enterprise-grade applications demands an infrastructure capable of handling dynamic, asynchronous workflows.

Why Traditional Orchestration Falls Short for Agents

For simple, sequential tasks, a monolithic script or a basic queue might suffice. But agentic systems are anything but simple. They are:

  • Dynamic: Agents might join or leave the network, or their capabilities might change.
  • Asynchronous: Agents don’t wait for immediate responses; they publish an event and react when necessary.
  • Decentralized: No single orchestrator dictates every step; agents make decisions.
  • Fault-Tolerant: If one agent fails, the entire system shouldn’t collapse.
  • Context-Rich: Agents need to share evolving state and information with each other to maintain a coherent workflow.

Traditional request-response (RPC) models or even basic message queues struggle with this complexity. They introduce tight coupling, make state management a nightmare, and often create single points of failure. Debugging a race condition in a GoLang microservice at Capital One taught me the hard way that complex interactions need robust underlying patterns.

Event-Driven Architecture: The Agent’s Nervous System

This is where EDA shines. “When I was at Deutsche Bank spearheading the firm-wide migration from legacy TIBCO Rendezvous to Solace messaging infrastructure, we understood the profound impact of moving from tightly coupled point-to-point connections to a resilient, asynchronous event backbone.” What we learned then about managing real-time trading systems at scale applies directly to agentic AI.

EDA provides the ideal nervous system for agentic systems through:

  • Decoupling: Agents don’t need to know who consumes their events, only that they publish them. This allows for extreme flexibility and resilience.
  • Asynchronous Communication: Agents publish events and continue their work, reacting only to events relevant to them. This dramatically improves throughput and responsiveness.
  • Topic-Based Routing: Events are categorized by topics (e.g., airline/price/request, stock/alert/buy). Agents can subscribe precisely to the events they care about, facilitating dynamic discovery and collaboration.
  • Guaranteed Delivery: Critical events (like a new task assignment or a critical data update) are guaranteed to reach their intended agents, even if an agent is temporarily offline.
  • Scalability: An event broker can handle millions of events per second, easily scaling to accommodate a growing number of agents and their interactions.

Solace Agent Mesh: Orchestrating the Future of AI

At Solace, we’re not just providing an event broker; we’re building Solace Agent Mesh specifically to address the unique orchestration challenges of agentic AI. It’s a purpose-built platform that elevates EDA principles to handle the complexities of intelligent agents.

Imagine a financial agent that detects a market anomaly. It publishes an event like market/anomaly/detected/SP500. A suite of specialized agents (a ‘research agent’, a ‘risk assessment agent’, a ‘portfolio manager agent’) can independently subscribe to this event. They analyze the anomaly, publish their findings, and ultimately trigger an order/execute/buy or order/execute/sell event. Solace Agent Mesh ensures these events flow reliably and are dynamically routed to the appropriate agents and tools, enabling seamless collaboration.

Key capabilities of Solace Agent Mesh for Agentic AI include:

  • Dynamic Event Routing at Scale: Agents can announce their capabilities and subscribe to tasks across a global event mesh, ensuring that events find the right intelligence, regardless of physical location. This is a significant differentiator compared to other solutions, offering superior low latency and advanced topic routing critical for real-time agent interactions.
  • Reliable Event Delivery: With features like guaranteed messaging and persistence, agents never miss a crucial piece of information or a task instruction.
  • Observability and Traceability: Understanding the flow of events and agent interactions is paramount for debugging and auditing. Agent Mesh provides the tools to trace complex agentic workflows.
  • Seamless Integration: My team and I have been deeply involved, with both architecture guidance and hands-on coding, in delivering critical connectors (Databricks, Snowflake, GraphQL, DAPR). These integrations expand the platform’s ability to serve as a comprehensive tool network for agents.

Leading in an Agentic World

As Vice President of Systems Engineering, I’m passionate about the potential of agentic AI, not just in theory but in practical application across industries like airlines, banking, manufacturing, and IoT. My role involves not only shaping the product-market fit for Solace Agent Mesh but also scaling the specialized teams to support this next-generation AI infrastructure. This involves establishing hiring frameworks and mentorship programs, because, as I’ve learned, “At Solace, I learned the importance of interviewing not only for technical capability but culture fit, especially when building a specialized team for something as cutting-edge as Agentic AI.”

The future of AI is agentic. And the future of agentic AI is event-driven. By leveraging robust EDA platforms like Solace Agent Mesh, we can unlock the full potential of these intelligent systems, enabling them to collaborate, react, and deliver unprecedented value across the enterprise.

TK

Thomas Kunnumpurath

VP of Systems Engineering at Solace

Share