AI Inference Pushes Limits: 9.9× TTFT on Phones, 744B on 25 GB, and Critical Bug Fixes
This week’s engineering news was dominated by AI inference breakthroughs and the quiet bugs they exposed. EdgeSync-LLM used llama.cpp’s KV-cache reuse to cut time-to-first-token by 9.9× on a real Android phone, while Colibri booted GLM-5.2’s 744B MoE on 25 GB of RAM with expert streaming and a 57× KV-cache shrink. Under the hood, a long‑overlooked P100 CUDA precision bug in llama.cpp was finally squashed, tightening KL‑divergence 2,300‑fold.
Beyond raw speed, testing whether AI genuinely understands a codebase got a practical answer: a change‑impact teardown audit that catches silent regressions. In materials science, a new CLI tool runs four falsification tests to detect models that cheat by learning bibliographic metadata instead of chemical structure.
Developer infrastructure revealed its own cracks. The widely reused LiteLLM pricing table relied on just `jq empty` for validation, leaving thousands of model rates unchecked. Claude Code’s shared prompt cache vanished when launched from a standalone terminal, while VS Code‑based launches hit it consistently. On the productivity front, a PHP DTO compiler hit 4.5 million hydrations per second using lazy ghosts, React 19 formalized which values cross the server‑component boundary (Date safe, class instances rejected), and a self‑hosted RAG stack gave an end‑to‑end blueprint from parsing to knowledge‑graph extraction.
» Statistics
- Posts
- 161
- Reads
- 0
- Avg. score
- 7.6
» Top scored
- What Actually Crosses the React Server Component Boundary
- 9.9x Lower TTFT on Real Android Phone via llama.cpp KV Reuse
- How do you actually test if an AI understands your codebase
- Colibri lets 744B-parameter GLM-5.2 run on just 25GB of RAM
- LiteLLM's AI pricing table's only test is jq empty
- Anatomy of a Full Self-Hosted RAG Stack, End to End
- Compiling PHP DTOs: The Path to 4.5M Hydrations per Second
- Detecting Bibliographic Leakage in Materials Science ML Models
- Tesla P100's silent FP16 precision bug in llama.cpp fixed
- Claude Code's Prompt Cache Cost Depends on How You Launch It