Ladybird (a new web browser), recently migrated part of their code base to a new programming language with the help of Claude Code and Codex (OpenAIโs code model). I thought this idea of human-directed LLM tasks is really great:
I used Claude Code and Codex for the translation. This was human-directed, not autonomous code generation. I decided what to port, in what order, and what the Rust code should look like. It was hundreds of small prompts, steering the agents where things needed to go. After the initial translation, I ran multiple passes of adversarial review, asking different models to analyze the code for mistakes and bad patterns.
Geoffrey Litt on how he uses LLMs to code like a surgeon:
A surgeon isnโt a manager, they do the actual work! But their skills and time are highly leveraged with a support team that handles prep, secondary tasks, admin. The surgeon focuses on the important stuff they are uniquely good at.
Exploring Toronto's Restaurant Inspection Data with DineSafe
As a lover of good food, Iโve always been curious about restaurant health inspections. So, I decided to take matters into my own hands and create a tool that makes it easy to explore Torontoโs DineSafe data.
— myles
Arc App's JSON Export to SQLite
I started working on a Dogsheep utility for processing Arc Appโs Daily (or Monthly) JSON exports into a SQLite database. This provides the ability to analysis the places I visit and activities I am doing in Datasette.
— myles
๐ข My Stupid Weather Twitter Profile Bot Got Suspended
My little weather-updating Twitter bot was finally suspended after seven years.
— myles
Template errors in Laravel are the hardest bugs to figure out.