Paul Welty, PhD AI, WORK, AND STAYING HUMAN

Work log: Polymathic — March 8, 2026

What shipped today

Newsletter edition 13 went from zero to scheduled in a single session. “Manual fluency is the prerequisite for agent supervision” — the argument that you can’t responsibly delegate what you can’t evaluate — drew heavily on real experiences from the blog: the second-project pipeline failure, the governance collapse from edition 12, and the Brevo template duplication discovered during today’s scout pass. The essay weaves in Steve Yegge, Simon Willison, and Sherwin Wu to ground the argument in the broader industry conversation. Campaign 29 is scheduled in Brevo for Tuesday March 10 at 12:00 PM EDT. The post is live on the site.

The session also ran a full codebase scout, creating 5 new issues from a systematic exploration across templates, content, infrastructure, and podcast/newsletter systems. Two of those issues were executed immediately: podcast metadata fixes (#55) and the newsletter brand rename (#59). The podcast feed no longer has any length="0" enclosure attributes, and all newsletter intro lines now reference “Philosopher at Large” instead of the old “The Work of Being” newsletter name.

Infrastructure housekeeping: created the backlog and ready-for-dev labels, moved #8 from the retired parked label to backlog, and established a clean issue pipeline with 4 grindable issues queued.

Completed

  • #55 — Clean up podcast metadata: 1 orphan tag, 2 missing file_size, 1 orphan script post
  • #59 — Update newsletter email footer — rename to Philosopher at Large

Release progress

  • March 2026: 7/7 closed (complete)
  • April 2026: 0/1 closed (#8 syndicated content, backlogged)

Carry-over

  • 4 grindable issues queued (ready-for-dev): #54 (pre-commit hook bug), #56 (newsletter format migration), #57 (centralize Brevo config), #58 (gitignore + cleanup)
  • Edition 13 stats need checking after Tuesday send (campaign 29)
  • Brevo sender/list name still needs manual update to “Philosopher at Large” — external action, not automatable
  • Apple Podcasts artwork CDN refresh — carrying since March 3, may self-resolve

Risks

  • Edition 13 references the newsletter as “Philosopher at Large” but Brevo sender name hasn’t been updated yet. Recipients will see the old sender name in their inbox. Low severity but noticeable.
  • The 4 queued issues are all independent and grindable — good candidates for a /grind batch next session.

Flags and watch-outs

  • CODEBASE.md is untracked and 500KB — too large to read. Consider whether it should be gitignored or trimmed.
  • content/posts/i-didnt-listen-when-the-expert-said-dont-use-tmux.md is an untracked draft (March 8 date). Decide whether to publish or hold.
  • Two prior work logs (2026-03-06.md, 2026-03-07.md) are untracked in content/work-logs/polymathic-h/ — need committing.

Next session

  1. Run /grind on the 4 ready-for-dev issues (#54, #56, #57, #58) — all independent, good for parallel execution
  2. Check edition 13 delivery stats in Brevo after Tuesday send
  3. Update Brevo sender name to “Philosopher at Large” (manual step in Brevo dashboard)
  4. Commit the untracked work logs from March 6-7
  5. Decide on i-didnt-listen-when-the-expert-said-dont-use-tmux.md — publish or hold

Why customer tools are organized wrong

This article reveals a fundamental flaw in how customer support tools are designed—organizing by interaction type instead of by customer—and explains why this fragmentation wastes time and obscures the full picture you need to help users effectively.

Infrastructure shapes thought

The tools you build determine what kinds of thinking become possible. On infrastructure, friction, and building deliberately for thought rather than just throughput.

Server-side dashboard architecture: Why moving data fetching off the browser changes everything

How choosing server-side rendering solved security, CORS, and credential management problems I didn't know I had.

The work of being available now

A book on AI, judgment, and staying human at work.

The practice of work in progress

Practical essays on how work actually gets done.

The job you didn't know you were hiring for

Most organizations hire for tasks. The ones that survive hire for attention. And attention turns out to be the hardest thing to delegate.

The second project problem

Your system works. Then you try it somewhere else and it falls apart. The gap between 'works here' and 'works anywhere' is where most automation dies — and most organizations never look.

The smartest code you'll ever delete

The most dangerous kind of waste isn't the thing that doesn't work. It's the thing that works beautifully and shouldn't exist.