Real implementations, real results

Agentic Architecture in Production

How enterprises are deploying multi-agent systems with MCP, A2A, LangGraph, and AI governance. No theory — just architecture decisions, patterns, and measurable outcomes.

Insurance

Fortune 100 Insurance — Agent-Orchestrated Claims Processing

The Challenge

A Fortune 100 insurer needed to automate claims processing across fragmented legacy systems with strict regulatory compliance. Manual workflows spanned five departments, each with siloed data and inconsistent handoff procedures — resulting in delayed resolutions, compliance gaps, and mounting operational costs.

The Solution

Deployed MCP for agent-to-tool connectivity, Flex Gateway as AI Gateway for policy enforcement, and Salesforce Data Cloud for unified context. A supervisor-worker pattern coordinates 5 specialized agents in sequence:

Customer Copilot
Initial intake and customer interaction
Claims Intake
Document parsing and claim creation
Eligibility Agent
Policy verification and coverage checks
Risk Scoring
Fraud detection and risk assessment
Scheduling Agent
Adjuster assignment and appointment booking

Architecture Highlights

  • Each agent receives scoped data via MCP context objects — no agent sees more than it needs
  • All API calls routed through AI Gateway with prompt sanitization and rate limiting
  • Full audit trail persisted in Data Cloud for regulatory compliance
  • Trust Layer handles PII redaction and output moderation before any external response

Results

3,300+
Hours saved per month
100%
Prompt-level policy enforcement
Full
Auditable agent logs
40%
Faster claim resolution

Key Lessons

  • Use MCP as a shared trust fabric — it standardizes how every agent accesses tools and data
  • Apply runtime policies at the gateway, not in individual agents
  • Centralize context in one data platform to avoid drift between agent decisions
Supply Chain

Supply Chain — A2A-Powered Multi-Enterprise Coordination

The Challenge

A large food manufacturer needed to coordinate AI agents across procurement, logistics, warehousing, and retail partners — each running their own agent infrastructure. No shared protocol existed for cross-organizational agent discovery or task delegation, leading to manual coordination bottlenecks and delayed supply chain responses.

The Solution

Implemented Google A2A protocol for cross-organizational agent discovery and task delegation. Each partner publishes Agent Cards at /.well-known/agent.json, enabling procurement agents to discover supplier agents via A2A, negotiate pricing, and coordinate delivery schedules autonomously.

Procurement Agent
Discovers suppliers, negotiates pricing
Logistics Agent
Route optimization and carrier coordination
Warehouse Agent
Inventory management and allocation
Retail Partner Agent
Demand signaling and reorder triggers

Architecture Highlights

  • A2A for inter-org agent coordination — agents discover each other through published Agent Cards
  • MCP within each organization for internal tool access and data retrieval
  • LangGraph for orchestrating multi-step procurement workflows with conditional branching
  • Zero-trust policies enforced at every cross-boundary agent communication

Results

60%
Reduction in procurement cycle time
Real-time
Supply chain visibility
Auto
Reorder triggers
85%
Less manual coordination

Key Lessons

  • A2A shines for cross-organizational coordination where agents span trust boundaries
  • Pair A2A with MCP for internal operations — they complement, not compete
  • Invest in agent identity management early — it becomes a bottleneck at scale
Healthcare

Healthcare — AI-Native Prior Authorization

The Challenge

A health system processing 50,000+ prior authorization requests monthly, each requiring coordination across insurance verification, clinical guidelines, formulary checks, and scheduling. Average processing time was 5-7 business days with a 30% denial rate due to incomplete upfront validation.

The Solution

Multi-agent system with LangGraph orchestration. A supervisor agent coordinates specialist workers, with human-in-the-loop for complex or ambiguous cases. The system assists clinical staff — it never makes autonomous clinical decisions.

Clinical Guideline Agent
RAG over medical knowledge base for guideline lookup
Insurance Eligibility Agent
MCP connection to payer APIs for coverage verification
Formulary Check Agent
MCP to pharmacy systems for drug formulary validation
Scheduling Agent
Function calling to EHR API for appointment coordination
Supervisor Agent
Orchestrates workflow and handles exceptions

Architecture Highlights

  • LangGraph supervisor-worker pattern with human-in-the-loop for complex cases
  • MCP for standardized connections to EHR, payer, and pharmacy systems
  • EU AI Act-compliant audit trails implemented pre-emptively for regulatory readiness
  • Guardrails preventing agents from making clinical decisions — they assist, not decide

Results

70%
Reduction in authorization processing time
45%
Fewer denials (better upfront validation)
100%
Complete audit trail for regulatory review
1.5 days
Average processing time (from 5-7 days)

Key Lessons

  • Human-in-the-loop is non-negotiable for healthcare — design for it from day one
  • Guardrails are as important as capabilities — define what agents cannot do
  • Start with the most painful manual workflow — prior auth had the clearest ROI

Have a case study to share?

We publish real-world agentic architecture implementations from the community. Anonymous submissions accepted.