WISP v1.1 — 121 tests, three new features:
WISP v1.1 — 121 tests, three new features:
→ KDA attention kernel: Kimi K3's linear attention
implemented in CUDA + PyTorch fallback.
State is constant-size regardless of context.
On-device verified against double-precision reference.
→ Learning cache: WISP now records expert usage
across sessions. Next startup pre-warms hot experts.
Verified on real Mixtral: 768 observations →
238 tracked → 107 pre-warmed on session 2.
Gets faster the more you use it.
→ OpenAI API: wisp serve --port 8080
Verified live over real HTTP.
Works with Cursor, Continue.dev, Open WebUI.
Streaming is genuinely incremental.
Also fixed: expert routing was invisible to Python
since day one. Prefetch predictor now sees real data.
121 tests. CI green. MIT.