Loading Syscov
Consultation
Cosmic ringed planet background
Case studiesSYS-01Multi-Agent Systems

Meridian

Runs back-office workflows end to end across 42 specialised agents, with an autonomous supervisor that can halt and roll back mid-flight.

SYSTEM SCORE
9.2/ 10
CLIENT SECTORTier-1 FinTech & Enterprise Operations
PRODUCTION SCALE42 active (Agents)
DELIVERY TIMELINE14 Weeks to Full Production
SYSTEM STATUSONLINE // 99.99% SLA

Engineering highlights

The core architectural breakthroughs.

High-scale engineering demand distilled into four verified production milestones.

ACHIEVEMENT 01
42 Active Agents
AUTONOMOUS FLEET

Orchestrated via Temporal state machines across 31 enterprise tools

ACHIEVEMENT 02
18,400 / Day
DAILY WORKFLOWS

Zero-drift transaction throughput with 99.85% completion rate

ACHIEVEMENT 03
0s Instant Rollback
FAILURE RECOVERY

Cryptographic reverse-saga rollback guarantees zero phantom ledger writes

ACHIEVEMENT 04
-98.0% Escalations
HUMAN OVERHEAD

Weekly manual interventions dropped from 4,200 to 84 cases

Executive overview

The engineering challenge & solution.

THE PRODUCTION BOTTLENECK

The client handled over 18,000 complex daily back-office transactions spanning 31 legacy SaaS tools, banking portals, and internal ERP systems. Previous attempts using naive LLM agent loops consistently failed: when an agent encountered an intermittent 504 timeout on step 8 of a 12-step settlement process, the agent hallucinated missing data or retried destructively, creating phantom duplicate ledger entries and corrupting accounting records.

THE ARCHITECTURAL SOLUTION

We engineered an asynchronous multi-agent orchestration mesh powered by Temporal and PostgreSQL. Workflows are broken into deterministic state-machine graphs where 42 purpose-built micro-agents handle specialized tasks (e.g., invoice OCR, tax calculation, sanction screening, ledger reconciliation). A standalone Supervisor Agent continuously validates intermediate state contracts before triggering downstream tools.

Agents42 active
Workflows/day18,400
Rollback windowFull run
Tool integrations31 verified
Meridian production architecture
SYS-01 // PRODUCTION ARCHITECTURE
PROVEN PRODUCTION STACK
TypeScriptTemporalPostgreSQLRedisModel APIsEnvoy

Engineering governance

The three non-negotiables.

These are the architectural constraints that shaped every boundary — no trade-offs or compromises permitted.

RULE 01 // CONSTRAINT

Atomic Rollback Guarantee

Every workflow step must define an idempotent compensatory action; if step 9 fails, steps 1 through 8 must roll back deterministically.

RULE 02 // CONSTRAINT

Cryptographic Event Sourcing

Every LLM decision, token prompt, tool parameter, and external response must be logged into an append-only verifiable audit trail.

RULE 03 // CONSTRAINT

Zero Human Babysitting

An autonomous supervisor must evaluate contract schemas and business invariant rules before any database mutation is committed.

syscov-audit // meridian-core-breakdown.log
HARDEST PROBLEM RESOLVED
DEEP TECHNICAL AUDIT

Eliminating Phantom Side-Effects in Cascading Multi-Agent Failures

THE FAILURE MODE & BREAKDOWN

When an agent interacts with external non-transactional REST APIs, traditional ACID rollback does not exist. If a funds-transfer API succeeded but the downstream notification service timed out, a naive restart would execute a duplicate funds transfer.

THE ARCHITECTURAL RESOLUTION

We implemented a distributed Saga Execution Engine with cryptographic state leases. Every external tool is wrapped in an anti-corruption facade that registers a two-phase compensatory reversal handler in Redis. If the Supervisor detects an invariant violation, it pauses the execution graph and fires the reverse-saga sequence in exact reverse order, restoring external systems to zero-drift parity.

Request lifecycle

How data moves through Meridian.

Production verification

Measured outcomes in production.

Every metric below was captured under real production traffic and audited against historical baseline data.

Workflow Completion Rate
LEGACY72.4%
SYSCOV99.85%
+27.4% reliability
Manual Escalations / Wk
LEGACY4,200
SYSCOV84
-98.0% human workload
End-to-End Run Latency
LEGACY14 mins
SYSCOV42 secs
-95.0% cycle speed
Audit Reconciliation Time
LEGACY3 business days
SYSCOVInstant (0s)
Real-time compliance

Operational resilience

Automated safety guardrails.

Systems fail in production. Here is how Meridian survives network partitions, upstream timeouts, and anomalous inputs without human intervention.

DEFENSE-01

Temporal Saga State Engine

Guaranteed durability and automatic compensation on network partitions.

DEFENSE-02

Deterministic Tool Sandbox

External API calls must pass strict Zod schema validation before firing.

DEFENSE-03

Dead-Letter Auto-Quarantine

Unresolvable edge cases isolated without blocking parallel execution lines.

Precision engineering gears

Next step

Building a system with this level of demand?

Bring us the constraint that keeps your engineering leadership up at night — the latency ceiling, the compliance perimeter, or the unyielding reliability requirement.