# tidy design (audio feeds) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover tidy design.

Page: <https://rssamplifier.com/topics/tidy-design/audio>  
Feed: <https://rssamplifier.com/topics/tidy-design/audio.md>

---

## [AI outside of work](https://tidydesign.substack.com/p/ai-outside-of-work)

_2026-08-14 · Hadley Wickham · Tidy design principles_

I’m going on vacation for the next two weeks, so I thought it might be fun to share some of my non-work uses of AI.

## [Illustrating my slides with AI](https://tidydesign.substack.com/p/illustrating-my-slides-with-ai)

_2026-08-03 · Hadley Wickham · Tidy design principles_

You might have noticed my slide illustrations in my last substack. This week I talk about how I made them: using AI, supported by an R package that turns yaml into images. You'll learn a bunch of my tricks, including how to get a consistent style across slides.

## [y code when ai?](https://tidydesign.substack.com/p/y-code-when-ai)

_2026-07-24 · Hadley Wickham · Tidy design principles_

A talk on AI and coding

## [Auto mode knows it's dangerous (and does it anyway)](https://tidydesign.substack.com/p/auto-mode-knows-its-dangerous-and)

_2026-07-10 · Hadley Wickham · Tidy design principles_

Ask a coding agent to run a curl-pipe-sh install command and it will — even if it notices the danger. I assumed auto mode with a sandbox would protect you from this sort of danger but it didn't: Claude disabled the sandbox mid-run; Codex deliberately disabled it before even starting.

## [Help! My coding agent can run code](https://tidydesign.substack.com/p/help-my-coding-agent-can-run-code)

_2026-07-02 · Hadley Wickham · Tidy design principles_

A coding agent is only actually useful if it can run whatever code the task demands, but a tool that runs arbitrary code is just as dangerous as it sounds! So how do you protect ourself with guardrails that stop an agent from making mistakes you can't easily undo?

## [A coding agent is six functions in a trenchcoat](https://tidydesign.substack.com/p/a-coding-agent-is-six-functions-in)

_2026-06-19 · Hadley Wickham · Tidy design principles_

Coding agents like Claude Code, Cursor, and Codex have taken the software engineering field by storm. What makes them tick?

## [Your LLM can’t math (and that’s ok)](https://tidydesign.substack.com/p/your-llm-cant-math-and-thats-ok)

_2026-06-12 · Hadley Wickham · Tidy design principles_

Last week we precisely defined an agent: an LLM, in a harness, that calls tools repeatedly in a loop. This week we'll fix a few deliberate simplifications and explore the consequences of the harness in a bit more detail.

## [What is an agent?](https://tidydesign.substack.com/p/what-is-an-agent)

_2026-06-05 · Hadley Wickham · Tidy design principles_

Conversations, turns, rounds, tools, agents and more!

## [Returning to life!](https://tidydesign.substack.com/p/returning-to-life)

_2026-05-18 · Hadley Wickham · Tidy design principles_

Welcome back to the tidy design principles substack.

