Skip to main content

The Latency Problem

Traditional compliance solutions add 2-5 seconds to every LLM call:
This is unacceptable for production applications where users expect instant responses.

Continum’s Solution

Continum inverts the flow - compliance monitoring runs after the user already has their answer:

How It Works

1. Direct Execution

The SDK calls your LLM provider directly using your API keys:
Key insight: Continum never sits between you and the LLM provider.

2. Async Monitoring

After returning the response, the SDK sends interaction details for monitoring:

3. Compliance Processing

Continum monitors your interaction asynchronously:
Total time: 2-5 seconds, but your user doesn’t wait for this.

Performance Comparison

Guardian: Fast Pre-LLM Protection

For cases where you need pre-LLM protection (e.g., blocking PII before it reaches the LLM), Continum offers Guardian:
Guardian uses fast pattern matching and detection models to identify PII in under 100ms.

Unified Flow

Continum combines Guardian (pre-LLM) and async monitoring (post-LLM) in one seamless flow:
Total user-facing latency: ~600ms (vs 2.5-5.5s with blocking compliance)

Real-World Example

Why This Matters

For Users

  • Instant responses (no waiting for compliance)
  • Same experience as direct LLM calls
  • No degraded performance

For Developers

  • Drop-in replacement for existing LLM calls
  • No architecture changes required
  • Keep your API keys on your server

For Compliance Teams

  • 100% coverage of LLM interactions
  • Real-time dashboard monitoring
  • Audit-ready evidence for regulations

Trade-offs

What You Get

✅ Zero added latency for users
✅ 100% compliance coverage
✅ Real-time monitoring
✅ Privacy-first architecture

What You Accept

⚠️ Compliance results appear 2-5s after response (not inline)
⚠️ Can’t block response based on post-LLM monitoring (use Guardian for pre-LLM blocking)

When to Use Guardian vs Async Monitoring

Next Steps

Presets

Learn about automatic detection configuration

Evidence

Transform monitoring into audit-ready evidence

Architecture

Explore the full system architecture

SDK Configuration

Configure presets and compliance settings