The Latency Problem
Traditional compliance solutions add 2-5 seconds to every LLM call: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:2. Async Monitoring
After returning the response, the SDK sends interaction details for monitoring:3. Compliance Processing
Continum monitors your interaction 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 async monitoring (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-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
| Use Case | Solution | Latency | When to Use |
|---|---|---|---|
| Block PII before LLM | Guardian | +100ms | User input might contain PII |
| Monitor for compliance | Async Monitoring | +0ms | Post-hoc monitoring and reporting |
| Both | Guardian + Monitoring | +100ms | Maximum protection + evidence |
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

