Control Plane as a Tool: A Scalable Design Pattern for Agentic AI Systems
Sivasathivel Kandasamy

TL;DR
This paper introduces the 'Control Plane as a Tool' pattern, a scalable architectural design for agentic AI systems that improves tool management, safety, and extensibility by encapsulating routing logic behind a unified interface.
Contribution
It proposes a novel reusable design pattern for managing tool orchestration in large-scale agentic AI systems, addressing scalability and safety challenges.
Findings
The pattern simplifies tool management for agentic AI systems.
It enhances system scalability and safety.
The design promotes modularity and extensibility.
Abstract
Agentic AI systems represent a new frontier in artificial intelligence, where agents often based on large language models(LLMs) interact with tools, environments, and other agents to accomplish tasks with a degree of autonomy. These systems show promise across a range of domains, but their architectural underpinnings remain immature. This paper conducts a comprehensive review of the types of agents, their modes of interaction with the environment, and the infrastructural and architectural challenges that emerge. We identify a gap in how these systems manage tool orchestration at scale and propose a reusable design abstraction: the "Control Plane as a Tool" pattern. This pattern allows developers to expose a single tool interface to an agent while encapsulating modular tool routing logic behind it. We position this pattern within the broader context of agent design and argue that it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMulti-Agent Systems and Negotiation · AI-based Problem Solving and Planning · Modular Robots and Swarm Intelligence
