
The Test Set by Posit More productive but a lot less fun — with Charlie Marsh
7 snips
Feb 23, 2026 Charlie Marsh, founder and CEO of Astral and creator of Ruff, UV, and Ty — builds high-performance Python developer tools. He talks about shifting workflows as coding agents write more code. Short takes cover agent-driven review distrust, parallel agent sessions, packaging trade-offs, and whether Python fits an agentic future.
AI Snips
Chapters
Transcript
Episode notes
Drop In Compatibility Beat Friction
- Ruff won adoption by being drop-in compatible and orders of magnitude faster than incumbents.
- Early adopters like FastAPI and SciPy validated migrations and gave social credibility that accelerated uptake.
Make Run The Killer Feature
- UV bundles Python installs, virtualenvs, locks and a resolver into one fast binary to simplify running projects.
- The killer UX became uvrun: clone a repo then uvrun and UV auto-installs Python, dependencies and runs the command.
Evolve Release Discipline With Maturity
- Move from daily breaking releases to clear versioning, QA and preview flags as a project matures.
- Astral shifted to weekly nonbreaking releases, explicit preview flags, and stricter QA to reduce regressions.

