docs: promote research citations to a top-level section on Home
Moves the Google Research blog link out of Quick Links and adds both
arxiv papers (Leviathan 2022 ICML, Chen 2023 DeepMind) in a dedicated
"The Research Behind It" block. Signals to new readers that speculative
decoding is production-grade, not experimental.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: MoE support page (v0.5)
Adds MoE-Support.md covering expert-aware placement, GGUF defusion,
profile-guided placement, and MoE benchmarking. Links it from Home.md nav.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: expand Home from three to six modes
Match the website and README. Adds Combined Mode, Multi-Drafter Consensus,
and Quality Gate to the landing page alongside the existing three.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix: update akivasolutions → youngharold in Home.md
docs: add dashboard section to Architecture, update CLI Reference and Home
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add Docker, env var config, and tightwad init documentation
- Home: add Getting Started quick paths (Docker + init), update page descriptions
- Architecture: add Docker deployment section with diagram and design decisions
- Configuration: add env var config reference table, Docker deployment guide,
Mac/Docker Desktop notes, tightwad init cross-reference
- CLI-Reference: add tightwad init section with full example output
- Troubleshooting: add Docker issues (LAN access, config not found, port
conflicts), tightwad init issues (no servers, wrong subnet, scan timeout,
single server, wrong model names)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add Benchmarking page, update Home and Speculative Decoding
New Benchmarking wiki page with full reproduction instructions for both
benchmark scripts, methodology notes, and published results table.
Add Llama 3.1 8B → 405B OpenRouter results to Speculative Decoding page.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add Swarm Transfer wiki page + update CLI reference
New page documenting P2P model distribution: manifest generation,
seeder/puller architecture, bitfield tracking, rarest-first selection.
Updated CLI Reference with manifest and swarm commands.
Updated Home and Architecture pages with swarm links.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all wiki pages for tightwad rename
Replace all Hydra/Specula references with Tightwad across all 9 pages.
Preserves speculative/speculation as English words.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add speculative decoding proxy documentation
New page: Speculative-Decoding.md — algorithm, architecture, backends,
API endpoints, verification modes, use cases, tested configurations.
Updated: Home (two modes overview), Architecture (proxy section + PID table),
CLI-Reference (proxy start/stop/status), Configuration (full proxy YAML
reference), OpenClaw-Integration (proxy provider registration),
Troubleshooting (proxy-specific issues).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add wiki pages: architecture, hardware, config, CLI, troubleshooting, networking, OpenClaw