Writing
Notes from the build.
First-person, plain-technical writing about the things I actually ship.
Featured
Notes·Jul 16, 2026
The context layer: why smart models still fail at work
Notes on a talk by Prukalpa Sankar of Atlan. Performance is intelligence plus context, and the missing infrastructure for production AI agents is a context layer.
Engineering·Jul 12, 2026
I built a prompt-injection firewall for LLM apps
dynarq-shield sits in front of a model and decides what to allow, flag, or block. Here is how the detectors and the scoring work.
Notes·Jul 11, 2026
What shipping five small AI repos taught me
Depth over quantity. Five runnable, tested repos beat twenty empty ones, and here is what each one is actually proving.
Automation·Jul 12, 2026
ai-radar: a digest that writes itself every morning
A scheduled GitHub Action that fetches the newest arXiv and Hugging Face releases, renders a dated digest, and commits the diff. Keyless, stdlib only.
Product·Jul 10, 2026
Inside Poplygo: making a room feel live
Anonymous Q&A and instant polls that everyone joins in seconds. The hard part was never the UI. It was making it feel instant.
Engineering·Jul 9, 2026
Fine-tuning small models on a laptop with LoRA
You do not need a cluster to learn fine-tuning. A tiny model, prompt masking, and a CPU smoke test go a long way.