Stateful reasoning that survives interruption
LARS is the first LLM runtime that preserves reasoning state across user interrupts. Powered by the Dabab token-saving layer — 50-75% less cost.
POST /api/v1/chat
{
"prompt": "Plan a SaaS launch in Egypt",
"active_overrides": ["focus on Cairo only"],
"llm_tier": "mini"
}
→ State preserved. 64% tokens saved.Live platform metrics
Real-time data from the LARS Live Beta. Updates every 10 seconds.Live
How LARS works
A 5-stage pipeline that preserves reasoning state and saves tokens at every layer.
0 tokens on repeat. Exact + fuzzy match (Jaccard 4-gram, threshold 0.65).
~80% smaller context. Local Llama-3-8B preserves entities + numbers.
Pre-warm likely next. Local Llama-3 predicts next-intent, caches ahead.
9 typed interrupts — not free-text chat
Every user message is classified into one of 9 typed intents. Each has a deterministic merge handler — no hallucinated state changes.
SCOPE_NARROW"focus on Cairo only"
Rewrites broad-scope references
SCOPE_EXPAND"also include the Gulf"
Inserts new pending step
CORRECTION"actually use blue"
Modifies most recent step
REPLACE"use Twitter instead of Facebook"
Swaps token everywhere
ADD"also include TikTok"
Appends pending step
REMOVE"drop the influencer budget"
Drops matching step
REPRIORITIZE"do budget first"
Re-ranks pending steps
CLARIFY"what do you mean by young?"
No-op + log
ABORT"stop, restart"
Clears state
The only method that preserves + adapts
12 tasks × 4 methods. LARS is the unique Pareto-optimal point.
| Method | RPR ↑ | Cost ↓ | Used interrupt? | Win? |
|---|---|---|---|---|
no_interrupt | 1.000 | 62.4 | ✗ | ✗ |
restart_from_scratch | 0.000 | 67.7 | ✓ | ✗ |
langgraph_checkpoint | 0.000 | 67.7 | ✓ | ✗ |
lars | 1.000 | 62.4 | ✓ | ✓ |
Reproduce with: python examples/run_benchmark.py
Simple pricing
Start free. Upgrade when you scale.
- All 9 LARS intent types
- 3-layer merge pipeline
- L1 semantic cache
- gpt-4o-mini (mini tier)
- Community Discord support
- 50-75% token savings
- Everything in Free
- All 4 LLM tiers (mini → frontier)
- Semantic compression (local Llama-3)
- Intent prediction (pre-warm)
- Priority API rate limits
- Email support (24h response)
- 85%+ token savings
- Everything in Pro
- Dedicated Llama-3 instance
- Qdrant vector cache (semantic search)
- Custom intent taxonomy
- SLA (99.9% uptime)
- Dedicated support engineer
- On-premise deployment option
Ready to try LARS?
Get 1,000 free calls during our 30-day Live Beta. No credit card required.
Running on a 16GB server in Cairo. Powered by Llama-3-8B + gpt-4o-mini.