I built a control plane for AI support agents instead of another chatbot — looking for architecture feedback
Summary
The author describes RelayOps, a prototype control plane for AI support agents that emphasizes a separation of concerns where the model proposes actions, a broker decides, and human approval is required for high-risk actions, seeking feedback on the architecture.
Similar Articles
I built an AI support-agent prototype and realized the hard part is not the chatbot it is the handoff and audit trail. Looking for critique from people who run support/CX workflows.
The author built RelayOps, an AI support agent prototype for telecom/subscription support, and shares results from a 50-ticket sample, seeking critique on handoff records, unsafe actions, audit fields, and usefulness for testing.
We have agent frameworks. Where are the agent control planes?
The AI agent ecosystem has many frameworks for building agents, but lacks operational layers for deployment and governance, prompting discussion about the need for agent control planes.
Do coding agents need an OS-like control plane? I built a prototype and want critique.
The author introduces 'KnowledgeOS', a prototype control plane designed to govern local coding agents by managing task lifecycles, preventing state drift, and ensuring execution evidence. They are seeking architectural critique on whether this OS-like abstraction is necessary or if it constitutes over-engineering for agent workflows.
I got tired of AI agents silently failing in production, so I built a runtime control layer for them
The author built a runtime control layer to address the problem of AI agents failing silently in production environments.
Is anyone interested in seeing how advanced companies are actually running agents in production?
The author, working at an AI infrastructure company, observes that running AI agents in production is less about the model and more about environment, access control, isolation, and safe state management, and asks if the community wants detailed architecture patterns.