
Why We Built LangShake
- ~93% less CPU
- ~96% less bandwidth
- ~7% less RAM
Real-World Benchmark: xevi.work
Metric | LangShake | Traditional | Savings |
---|---|---|---|
Total Duration | 1.57s | 36.41s | ~23.2× faster |
CPU Time | 46.2 ms | 621.9 ms | ~93% less CPU |
Peak Memory | 91.1 MB | 97.8 MB | ~7% less RAM |
Data Downloaded | 25.3 KB | 655.9 KB | ~96% less bandwidth |
Avg Request Time | 689 ms | 11.77s | ~94% faster per request |
Download RPS | 5.73 req/s | 0.22 req/s | ~26× faster throughput |
Errors | 0 | 0 | ✅ Stable on both sides |
Schema Accuracy | ✅ | ✅ | ✅ Equivalent |
Merkle Root Match | ✅ | ✅ | ✅ Trusted at all levels |
At Scale: Projected Savings
Pages Crawled | LangShake Time | Traditional Time | Bandwidth Savings | CPU Time Saved |
---|---|---|---|---|
100 | ~20s | ~7.6 min | ~6MB vs 82MB | ~5.7 sec |
1,000 | ~3 min | ~76 min | ~62MB vs 820MB | ~57 sec |
10,000 | ~30 min | ~12.6 hrs | ~620MB vs 8.2GB | ~9.5 min |
Real-world performance may vary based on JS rendering and HTML complexity.
Why This Matters
- ✅ JSON-LD with checksums → verifiable, tamper-resistant data
- ✅
.llm.json
with Merkle root → integrity across the site - ✅ Accurate content without parsing broken HTML
robots.txt
, but for AI agents.
Try It Yourself
-
LangshakeIt CLI
Generate.well-known/llm.json
and per-page JSON-LD with verifiable checksums. -
ShakeProof CLI
Benchmark and validate your site against traditional crawling. Measure speed, trust and performance.
Clone the repo, follow the quickstart, and make your site LangShake-ready today. LangShake-It CLI Shake-Proof CLI Within minutes, you'll have:
- Verifiable structured data
- A global
.llm.json
index - Full benchmark reports comparing your current setup to LangShake
Explore the LangShake project on GitHub