This commit is contained in:
Rod Boev 2026-08-27 05:00:36 -04:00 committed by GitHub
commit 7e5a5e090e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 23 deletions

View file

@ -134,14 +134,7 @@ args = ["mcp", "serve"]
## Proof
**Savings on real agent workloads:**
| Workload | Before | After | Savings |
|-------------------------------|-------:|-------:|--------:|
| Code search (100 results) | 17,765 | 1,408 | **92%** |
| SRE incident debugging | 65,694 | 5,118 | **92%** |
| GitHub issue triage | 54,174 | 14,761 | **73%** |
| Codebase exploration | 78,502 | 41,254 | **47%** |
See the [benchmark methodology and reproduction instructions](https://headroom-docs.vercel.app/docs/benchmarks), including Compression Performance.
**Accuracy preserved on standard benchmarks:**

View file

@ -73,12 +73,7 @@ Headroom works as a **transparent proxy** (zero code changes), a **Python functi
87.6% fewer tokens. Same answer. The FATAL error was automatically preserved -- not by keyword matching, but by statistical analysis of field variance.
| Scenario | Before | After | Savings |
|---|---|---|---|
| Code search (100 results) | 17,765 | 1,408 | **92%** |
| SRE incident debugging | 65,694 | 5,118 | **92%** |
| Codebase exploration | 78,502 | 41,254 | **47%** |
| GitHub issue triage | 54,174 | 14,761 | **73%** |
See the [benchmark methodology and reproduction instructions](/docs/benchmarks).
## Key Features

View file

@ -288,15 +288,6 @@ Context management is handled automatically inside the pipeline (live-zone-only
**87.6% fewer tokens. Same answer.** The FATAL error was automatically preserved — not by keyword matching, but by statistical analysis of field variance.
### Real Workloads
| Scenario | Before | After | Savings |
|----------|--------|-------|---------|
| Code search (100 results) | 17,765 | 1,408 | **92%** |
| SRE incident debugging | 65,694 | 5,118 | **92%** |
| Codebase exploration | 78,502 | 41,254 | **47%** |
| GitHub issue triage | 54,174 | 14,761 | **73%** |
### Accuracy Benchmarks
| Benchmark | Category | N | Accuracy | Compression |