Skip to main content
Lab Grimoire
TW EN
Coffee
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 →
Post
2026-06-14

docmd: Zero-Config AI-First Documentation Engine with Built-in MCP Server

docmd turns any Markdown folder into a production-ready docs site with one command, ships at ~18kb initial payload, and includes a built-in MCP Server so AI agents can search and read your docs natively. Best for developers and researchers who want fast, lightweight documentation without configuration overhead.

Open →