Skip to main content

Posts

Featured

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

The Problem with Our Current 'Automated' Workflows I was recently looking at a legacy claims processing system for a mid-sized insurer. On paper, it was a 'modern' microservices architecture. It had a service for document ingestion, another for fraud scoring, and a third for payment. But in reality, it was a brittle mess. Every time a customer uploaded a photo instead of a PDF, or provided an international address that the validation service didn't like, the whole workflow stalled. A human had to manually intervene, fix the data, and push it back into the pipe. The issue is that Service-Oriented Architecture (SOA) and standard microservices are deterministic. We spend months mapping out every possible 'if-this-then-that' scenario in tools like Camunda or hardcoded Step Functions. But business is rarely deterministic. We end up building these rigid tracks that break the moment a user deviates an inch from the happy path. In real projects, we’ve spent more tim...

Latest posts

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

Moving Beyond Chat: Building Reliable Multi-Agent Workflows in Hybrid Clouds

Beyond the Flowchart: Why We’re Replacing Static Logic with Agentic Orchestration

Beyond Hardcoded Workflows: Building a Realistic Agent-Oriented Architecture

Beyond REST: Preparing Your Microservices for AI Agent Integration

Moving Beyond Static Workflows: Why Intent-Driven Orchestration is the Next Step for Enterprise Architecture