Tag: agents

18 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.

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.