Skip to main content

Posts

Featured

Beyond the Service Mesh: Building a Practical Agentic Layer for Real Enterprise APIs

The Problem with Fixed Workflows Last year, I spent three months with a client trying to fix a 'simple' returns process in their e-commerce backend. We had the services—one for inventory, one for payments, and one for CRM. The problem wasn't the connectivity; we had a solid service mesh (Istio) handling retries and mTLS. The problem was the logic. Every time the business wanted to change a rule—like offering a store credit instead of a refund for high-value customers—we had to rewrite code, update three different microservices, and re-deploy a monolithic workflow orchestrator. We realized that we had spent years perfecting the 'how' of service communication (packets, latency, security) but we were still hard-coding the 'what' and 'why.' As more teams start shoving LLMs into their stack, they're finding that standard service meshes don't provide the semantic context these models need to actually do work. This is where the shift toward what peo...

Latest posts

From Hardcoded Integration to Agent Orchestration: Building a Governed Fabric

Managing the Shift from Static Pipelines to Autonomous API Orchestration

Moving Beyond Microservices: A No-Nonsense Look at Agent-Oriented Architecture in 2026

Beyond RAG: Orchestrating Multi-Agent Workflows in Real Enterprise Environments

Moving Beyond Rigid Orchestration: A Practical Look at Agent-Oriented Architecture

Moving Beyond Chatbots: Designing Service Architectures for Autonomous Agents

Moving Beyond the Chatbox: Engineering Interconnected AI Workflows That Actually Work

Moving Past the Chatbot: Orchestrating Autonomous Workflows in the Real Enterprise

Beyond Static Diagrams: The Shift to Agentic Enterprise Architecture

Closing the Gap Between Diagrams and Reality: Just-in-Time Architecture with Agentic Workflows