Posts Tagged With Software Engineering

๐Ÿ”–

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.