The Latency Problem
Traditional compliance solutions add 2-5 seconds to every LLM call:Continum’s Solution
Continum inverts the flow - compliance 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:2. Async Mirroring
After returning the response, the SDK fires a non-blocking request:3. Queue Processing
The API immediately queues the audit and returns:4. Compliance Processing
The Compliance Engine processes audits asynchronously:Performance Comparison
| Approach | User Latency | Compliance Delay | Production Ready |
|---|---|---|---|
| Blocking compliance | 2.5-5.5s | 0s (inline) | ❌ Too slow |
| No compliance | 500ms | ∞ (never) | ❌ Risky |
| Continum | 500ms | 2-5s (async) | ✅ Best of both |
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:Unified Flow
Continum combines Guardian (pre-LLM) and Mirror (post-LLM) in one seamless flow: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 trail 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 audit (use Guardian for pre-LLM blocking)
When to Use Guardian vs Mirror
| Use Case | Solution | Latency | When to Use |
|---|---|---|---|
| Block PII before LLM | Guardian | +100ms | User input might contain PII |
| Audit for compliance | Mirror | +0ms | Post-hoc monitoring and reporting |
| Both | Guardian + Mirror | +100ms | Maximum protection + monitoring |
Next Steps
Guardian
Learn about pre-LLM PII protection
Mirror
Understand async audit mirroring
Architecture
Explore the full system architecture
SDK Configuration
Configure Guardian and Mirror settings

