Daily Digest
9 articles published
Articles
Context Engineering for Coding Agents
The number of options we have to configure and enrich a coding agent’s context has exploded over the past few months. Claude Code is leading the charge with innovations in this space, but
Refactoring internal documentation in Notion
In our latest developer productivity survey, our documentation was the area with the second most comments. This is a writeup of the concrete steps I took to see how much progress one person could make
Rewriting pycparser with the help of an LLM
pycparser is my most widely used open source project (with ~20M daily downloads from PyPI [1]). It's a pure-Python parser for the C programming language, producing ASTs inspired by Python's own. Until
Life pro tip: a Steam Deck can be a bluetooth speaker
Your headphones may only let you get audio from one source at once, but Linux has no such limitations!
How I used Cursor to Migrate Frameworks
I upgraded kentcdodds.com from Remix v2 to React Router v7 in a day with over 17k lines of code changed. Here's how I did it.