Bake Context Down to Pure Signal.
TokenOven is the active context-governance engine that sits between your agent and frontier LLMs. We compress bloated agent traces, multi-file codebases, and RAG bundles by 40%–80% while mathematically guaranteeing that hard constraints, file paths, identifiers, and benchmark numbers are 100% preserved.
On long-running agent & RAG traces
Paths, constraints, & numbers intact
Deterministic dedupe & aliasing
Static system/tool prefix protection
See Context Compression in Action
Select a real-world trace, switch compression modes, and inspect the side-by-side prompt diff, live BakeReport, and reversible OvenHandles.
Why This Is Not Just Summarization
Standard summarization optimizes for human reading prose and destroys machine task state. TokenOven is an active context governor designed for autonomous agent execution.
Operational Fact Preservation
Naive summarizers casually drop critical file paths, error codes, and acceptance gates. TokenOven treats context as structured state: hard constraints, numeric results, and identifiers survive with 100% mathematical fidelity.
OvenHandles (<|to_mem|>)
Transform compression from destructive deletion into a tiered memory hierarchy. Raw traces and voluminous documents are indexed into high-speed memory and replaced with lightweight recall handles that can be rehydrated on demand.
Cache-Aware Prefix Assembly
Standard compression breaks prompt caching by altering initial tokens. TokenOven keeps system instructions and tool schemas 100% byte-static, placing compressed context strictly past the provider's cache boundary.
Deterministic Fast Compactors
Before invoking any model-based compression, TokenOven executes sub-10ms deterministic deduplication, symbolic path aliasing ($ROOT=...), schema compaction, and log stripping with zero external compute cost.
Tokenizer-Aware Optimization
Different tokenizers count the same text differently. TokenOven optimizes specifically for the target model's tokenizer (OpenAI o200k, Anthropic BPE, Qwen/Llama SentencePiece) to squeeze out maximum token efficiency.
Context Governance vs Summarization
Built specifically for long-running agent swarms (like Verdict PAS) and enterprise RAG. TokenOven pins active task state, eliminates amnesia loops, and stops context rot during multi-agent handoffs.
How TokenOven, TokenTumbler & Verdict Connect
Each product stands alone with its own market interface, while recursively reinforcing one another to deliver the fastest, cheapest, and highest-IQ inference pipeline in AI.
Verdict
Autonomous Coding & Swarm Platform
The battle-tested execution environment. Uses TokenOven inside PAS agent loops (Architect $\to$ Director $\to$ Programmer $\to$ Judge) to prevent context amnesia and stop context rot.
Exclusive and unlimited TokenOven compression is included natively with Verdict Enterprise tiers.
TokenTumbler.ai
Smart Orchestration Broker (SOB)
Evaluates every request, intercepts prompts $\ge$ 4k tokens, and calls TokenOven to compress context before tumbling requests across Mode 1 (Self-SOB) through Mode 4 (Premium Apex).
“Tokens In, Smarter Answers Out.” By compressing first, Tumbler cuts Mode 3 costs from $5.31 to under $2.00 per 1k tasks.
TokenOven
Active LLM Token Compression (ALTC)
Stands alone as a hosted API (`api.tokenoven.com`) or local daemon. Ingests context, pins non-negotiable facts, generates OvenHandles, and outputs verified high-density prompts.
TTCP Tagged Context Protocol passes seamlessly through standard OpenAI and Anthropic compatible interfaces.
Client Prompt -> [TokenTumbler Broker] (Inspects tokens, calculates ROI)
|
v (If prompt >= 4,000 tokens)
[TokenOven ALTC Engine]
|-- Pin Hard Constraints & File Paths (0% loss)
|-- Deduplicate Schemas & Logs (< 8ms)
|-- Replace Heavy Traces with OvenHandles (<|to_mem|>)
|-- Cache-Aware Stable Prefix Alignment
v
[High-Density Compressed Payload (40-80% smaller)]
|
v
[TokenTumbler Model Ladder]
|-- Mode 1: Local Qwen 2.5 Coder ($0.00 / LAN)
|-- Mode 2: Selective Rescue (Failed Assertions)
|-- Mode 3: Frontier-Lite (Peak ROI Hybrid)
|-- Mode 4: Premium Apex (Consensus Swarm)
v
[Upstream Providers: Claude 3.7 / GPT-4o / DeepSeek R1]
|
v
Client Receives Accelerated Response + BakeReport Telemetry HeaderProven Zero-Loss Preservation
The core difference between ordinary summarization and TokenOven: summarizers lose 14–30% of critical constraints and numbers. TokenOven maintains a strict 0.00% loss rate.
| Benchmark Suite | Raw Tokens | Naive Summarizer | TokenOven (balanced) | Constraint Loss | Accuracy Impact |
|---|---|---|---|---|---|
Verdict PAS Agent Handoff 50k Context | 52,400 | 23,100 tokens 21.4% constraints dropped | 19,410 (-63.0%) Preserved all critical state | 0.00% | +2.8% Signal amplified |
Constraint Retention Bench 32k Context | 32,000 | 14,200 tokens 18% constraints dropped | 11,800 (-63.1%) Preserved all critical state | 0.00% | +0.0% Signal amplified |
Multi-Needle Retrieval (10 needles) 64k Context | 64,000 | 26,000 tokens 30% constraints dropped | 21,500 (-66.4%) Preserved all critical state | 0.00% | +4.1% Signal amplified |
Codebase Context & Stack Traces 40k Context | 41,200 | 18,000 tokens 15.5% constraints dropped | 15,100 (-63.3%) Preserved all critical state | 0.00% | +3.4% Signal amplified |
Enterprise RAG Bundle (20 chunks) 28k Context | 28,500 | 12,100 tokens 14% constraints dropped | 8,820 (-69.1%) Preserved all critical state | 0.00% | +5.2% Signal amplified |
TokenOven Tagged Context Protocol
Provider-neutral tags that pass cleanly through standard OpenAI and Anthropic endpoints without requiring custom server modifications.
One Line to Slash Your Token Bill
Wrap standard OpenAI clients, call our REST endpoint directly, or enable TokenOven inside TokenTumbler.