Skip to main content
Lab Grimoire
TW EN
Coffee
Review
2026-06-16

earendil-works/pi

A modular, open-source AI Coding Agent CLI built in TypeScript. Cleanest architecture among open-source alternatives — 20+ Extension hooks, branching JSONL sessions, and an SDK-first design. Best as architecture reference, not a daily driver. MIT licensed.

Open →
Post
2026-06-15

Auto-PPT: Turn Slides into TSX Files for AI-Native Editing

Auto-PPT turns each slide into a React TSX file that AI agents can read and edit directly, no GUI or screenshot loops needed. Solid concept and well-designed agent protocol, but still early-stage (29 stars, 0 releases). Worth tracking, not yet worth depending on.

Open →
Post
2026-06-15

Why Is AI Getting Faster? Six Techniques Behind LLM Inference Acceleration

Starting from the everyday experience of watching ChatGPT type out words one by one, this article uses six everyday analogies to break down KV Cache, Paged Attention, Flash Attention, GQA, Continuous Batching, and Speculative Decoding — explaining how large language models serve more users faster on the same GPU.

Open →