Tidy Design by Hadley Wickham
Hadley Wickham's Substack on the principles of tidy design — API and software design through the lens of R and the tidyverse.
7 items
Hadley Wickham's Substack on the principles of tidy design — API and software design through the lens of R and the tidyverse.
Community-curated weekly digest of the best R-related content — tutorials, packages, blog posts, and news. The single best way to stay current with the R ecosystem.
Reading since 2018. I'm a curator on the team. Pairs well with an AI assistant for exploring the links.
Hadley Wickham demystifies coding agents (Claude Code, Cursor, Codex) by building a minimal one in R with ellmer. The core is just six tools — read file, write file, edit file, list files, search, run command — plus a system prompt. Also covers path safety and why a targeted edit tool beats full file rewrites.
Hadley Wickham refines the agent definition by clarifying that tools run in the harness, not the model — and uses math as the concrete example. LLMs are confidently wrong at arithmetic, but harnesses can supply a calculator tool. Also covers how web chat harnesses quietly provide web search, page fetch, memory, and image generation.
Hadley Wickham builds up the definition of an agent from first principles — conversations, turns, tools, harnesses — landing on "an LLM in a harness that calls tools repeatedly in a loop." A clear technical explainer for a term that's everywhere but rarely unpacked.
Great bottom-up explainer. Hadley's definition ("LLM in a harness, calling tools in a loop") is more detailed than Simon Willison's earlier "runs tools in a loop to achieve a goal" (https://simonwillison.net/2025/Sep/18/agents/) — interesting to see how the concept has accumulated vocabulary as the field matures.
Hadley Wickham relaunches his Substack to write about AI — a genuinely conflicted take that acknowledges both the excitement (programming accessibility, wide and shallow expertise) and the harms (copyright theft, wealth concentration, intellectual laziness) without collapsing into a take.
The excited/harm framing is what makes this worth reading — programming accessibility, voice input, and wide/shallow expertise as genuine wins, alongside copyright and wealth concentration as real costs. Rare to see someone acknowledge both sides without collapsing into a take.