Skip to content

Commit 91de20b

Browse files
Add Real World Results section to README
1 parent c7f08b3 commit 91de20b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,23 @@ patterns/
157157
└── add-rag-documents.md # How to ingest new agricultural knowledge
158158
```
159159

160+
## Real World Results
161+
162+
Independently tested by a community member on **OpenClaw** across 10 structured scenarios on a homelab setup (Ubuntu 24.04, Kubernetes, Docker, Ansible, Terraform, networking, monitoring). 10/10 tests passed. Drift score: 100/100.
163+
164+
**Token usage before vs after mex:**
165+
166+
| Scenario | Without mex | With mex | Saved |
167+
|----------|------------|---------|-------|
168+
| "How does K8s work?" | ~3,300 tokens | ~1,450 tokens | 56% |
169+
| "Open UFW port" | ~3,300 tokens | ~1,050 tokens | 68% |
170+
| "Explain Docker" | ~3,300 tokens | ~1,100 tokens | 67% |
171+
| Multi-context query | ~3,300 tokens | ~1,650 tokens | 50% |
172+
173+
**~60% average token reduction per session.**
174+
175+
Context is no longer all-or-nothing — loaded on demand, only what's relevant.
176+
160177
## How It Works
161178

162179
```

0 commit comments

Comments
 (0)