Tag: 2026

23 posts

Autoresearch

Two weeks since Andrej Karpathy released Autoresearch, here are some noteworthy projects to keep an eye on.

My Multi-Agent Setup using Linear

I started to use Linear to track the tasks and their dependencies when I implemented new features with multiple agents in Codex.

Pages, Window Chrome, and Liquid Glass

A short note on why Pages’ older, more colorful chrome still feels preferable, and why staying on macOS 14.8 is a useful guardrail.

Harmony and Harness Engineering

A few weeks ago, OpenAI posted a blog post on harness engineering. Yesterday, it also released a component of its workflow as open-source, called Symphony.

Donald Knuth on Claude

Prof. Donald Knuth, at age 88, said: “Shock! Shock! I learned yesterday that an open problem I’d been working on for several weeks had just been solved by Claude Opus 4.6 — Anthropic’s hybrid reasoning model that had been released three weeks earlier! It seems that I’ll have to revise my opinions about “generative AI” one of these days.”.

Email Triage System with Codex

An email triage system for Fastmail that auto-sorts messages by priority and drafts replies for high-priority emails.

Building a Linear Walkthrough of a Codebase

I tried Simon Willison’s prompt to build a linear walkthrough of Nextmini. Codex unsurprisingly launched several subagents as scouts to explore different parts of the codebase.

Agentic Engineering Patterns

I have read Simon Willison’s Agentic Engineering Patterns, and red/green TDD, which I have not previously heard of, seems to be so effective that I must give it a try.

My Own Extension for the Pi Coding Agent

I wrote my own extension for the Pi coding agent to allow me to start multiple agents that collaborate with one another by sending and receiving messages.

Token Anxiety and Cognitive Debt

More of us are replacing Netflix with Codex and spinning up a new agentic session before falling asleep.

Subagent-Friendly Planning Rules

A handy AGENTS.md addition that makes sure that codex writes better plans and uses subagents proactively.

A Language for Agents

A quick iOS Codex access tip with Agentboard, plus a strong Rust-over-Python essay for agentic programming.