/writing

Writing on AI systems, databases, and developer tooling.

Technical essays, paper notes, and implementation writeups about AI, Databases and anything remotely interesting!

Featured writing

A practical guide to improving AI coding systems by fixing the instructions, tools, environment, state, and feedback loops around the model.

May 29, 2026
essay

Latest notes and essays

7 entries
May 19, 2026
talk note

Kafka Queues and Share Groups

Notes from Jun Rao on Queues for Kafka: share groups, share partitions, per-record delivery state, and how Kafka evolves without abandoning the log.

systemskafkadistributed-systems
May 17, 2026
article notes

Effective Context Engineering for AI Agents

Context engineering is the natural progression of prompt engineering — not about writing better prompts, but about curating exactly which information enters the limited context window.

ai-toolingagentscontextllm
May 14, 2026
paper note

LeWorldModel

Notes on LeWorldModel, JEPA-style world models, latent planning, physical understanding, and why world models matter for AI agents.

papersworld-modelsai-tooling
May 13, 2026
paper note

Deep Dive into Kafka Design

Notes on Kafka's original design: logs, partitions, consumer groups, ZooKeeper coordination, and throughput-oriented tradeoffs.

systemskafkadistributed-systems
May 12, 2026
paper note

Meta Harness

Notes on harnesses and evaluation loops for making model-assisted systems easier to inspect.

papersevaluationai-tooling
May 11, 2026
paper note

ToolFormer

Notes on how ToolFormer taught language models when and how to call external tools from self-supervised data.

paperstool-useai-tooling
May 10, 2026
original essay

SemLock

How I approached region-level locking, leases, and commit validation for safer multi-agent Python editing.

systemsconcurrencyagents