<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>AI Worth Using</title><description>AI Worth Using is the show where Plow founder Sam Odio and GitHub co-founder Tom Preston-Werner install AI tools live, on camera, with the people who actually built them. No benchmark comparisons, no sponsored takes. Just installing it, learning it, and both of them giving their honest verdict on whether it&#39;s actually worth using in your workflow.</description><language>en</language><lastBuildDate>Mon, 31 Aug 2026 17:52:47 -0000</lastBuildDate><pubDate>Mon, 31 Aug 2026 07:29:59 -0000</pubDate><docs>https://rss2.flightcast.com/wicxrhmdzmz8fve1y5nndvdz.xml</docs><generator>Flightcast RSS Feed Generator</generator><image><title>AI Worth Using</title><url>https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M1CFQ2PDADC9YTMB17E9E69X/plow-_trailer_episode_3000x3000_cover_v3__2_.jpg</url><link>https://rss2.flightcast.com/wicxrhmdzmz8fve1y5nndvdz.xml</link></image><atom:link rel="self" href="https://rss2.flightcast.com/wicxrhmdzmz8fve1y5nndvdz.xml" type="application/rss+xml"></atom:link><content:encoded><![CDATA[<p class="text-node">AI Worth Using is the show where Plow founder Sam Odio and GitHub co-founder Tom Preston-Werner install AI tools live, on camera, with the people who actually built them. No benchmark comparisons, no sponsored takes. Just installing it, learning it, and both of them giving their honest verdict on whether it's actually worth using in your workflow.</p>]]></content:encoded><itunes:type>episodic</itunes:type><itunes:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M1CFQ2PDADC9YTMB17E9E69X/plow-_trailer_episode_3000x3000_cover_v3__2_.jpg"></itunes:image><itunes:author>The Show for Agentic Engineers</itunes:author><itunes:summary>AI Worth Using is the show where Plow founder Sam Odio and GitHub co-founder Tom Preston-Werner install AI tools live, on camera, with the people who actually built them. No benchmark comparisons, no sponsored takes. Just installing it, learning it, and both of them giving their honest verdict on whether it&#39;s actually worth using in your workflow.</itunes:summary><itunes:subtitle>The Show for Agentic Engineers</itunes:subtitle><itunes:explicit>false</itunes:explicit><itunes:category text="Technology"></itunes:category><item><title>The Adversarial Review System Every AI Coding Agent Needs with Wes McKinney at Kenn Software</title><description>The creator of pandas doesn&#39;t read his own code anymore. His review system does, and it trusts nothing.




Wes McKinney, creator of pandas and founder of Kenn Software, has agents write his software. RoboRev is what keeps that honest: an adversarial pipeline where a different frontier model tears apart every commit about 90 seconds after it&#39;s written, in the background, before it ships. 




Wes walks us through the origin (Claude Code in one terminal pane, Codex reviewing it in the other, dozens of times a day, until he automated it), why agents claiming &#34;production ready&#34; broke his trust for good, and why he says skipping automated review in 2026 is driving without a seatbelt.




Tom installs RoboRev live on a fresh project, mistakes included, to see exactly how fast the loop runs.




KEY TAKEAWAYS


00:00 Introduction


03:58 An adversarial code review pipeline sends every generated line through a different model before it ships

07:16 Early coding agents would claim finished, production-ready work that was neither finished nor production-ready

12:44 Regaining a sense of agency after months of doubting whether software engineers still have a role to play

21:31 Vibes-based bug finding validity lands somewhere around 70% to 80% for the best coding agents

35:52 An elaborate automated workflow raises an honest question: is this clarity or a touch of AI psychosis?

37:33 Keeping code review batches to roughly 70 lines at a time turns out to catch the most bugs

51:07 Spending $100 in tokens to review a 10,000-line pull request might be the easy call




RESOURCES MENTIONED




Wes McKinney LinkedIn
https://www.linkedin.com/in/wesmckinn/ 


Kenn Software website:
https://kenn.io/ 




RoboRev: 
https://roborev.io 




Superpowers (spec-driven development framework):
https://github.com/obra/superpowers 




Pandas (Python data analysis library): 
https://pandas.pydata.org/ 




See how people are actually working with AI at https://aiworthusing.com/builder-index 




#AICodeReview #BuildInPublic #AITools</description><guid isPermaLink="false">flightcast:01M0Z6XFD3NSKK2KA8HPHCGADZ</guid><pubDate>Mon, 31 Aug 2026 07:29:59 -0000</pubDate><enclosure url="https://episode.flightcast.com/01M0Z6XFD32ED1WDB61YB0DTB0.mp3" length="0" type="audio/mpeg"></enclosure><author>Plow</author><content:encoded><![CDATA[<p class="text-node">The creator of pandas doesn't read his own code anymore. His review system does, and it trusts nothing.</p><p class="text-node"><br></p><p class="text-node">Wes McKinney, creator of pandas and founder of Kenn Software, has agents write his software. RoboRev is what keeps that honest: an adversarial pipeline where a different frontier model tears apart every commit about 90 seconds after it's written, in the background, before it ships.&nbsp;</p><p class="text-node"><br></p><p class="text-node">Wes walks us through the origin (Claude Code in one terminal pane, Codex reviewing it in the other, dozens of times a day, until he automated it), why agents claiming "production ready" broke his trust for good, and why he says skipping automated review in 2026 is driving without a seatbelt.</p><p class="text-node"><br></p><p class="text-node">Tom installs RoboRev live on a fresh project, mistakes included, to see exactly how fast the loop runs.</p><p class="text-node"><br></p><p class="text-node"><strong>KEY TAKEAWAYS</strong></p><p class="text-node"><br>00:00 Introduction</p><p class="text-node"><br>03:58 An adversarial code review pipeline sends every generated line through a different model before it ships<br><br>07:16 Early coding agents would claim finished, production-ready work that was neither finished nor production-ready<br><br>12:44 Regaining a sense of agency after months of doubting whether software engineers still have a role to play<br><br>21:31 Vibes-based bug finding validity lands somewhere around 70% to 80% for the best coding agents<br><br>35:52 An elaborate automated workflow raises an honest question: is this clarity or a touch of AI psychosis?<br><br>37:33 Keeping code review batches to roughly 70 lines at a time turns out to catch the most bugs<br><br>51:07 Spending $100 in tokens to review a 10,000-line pull request might be the easy call</p><p class="text-node"><br></p><p class="text-node"><strong>RESOURCES MENTIONED</strong></p><p class="text-node"><br></p><p class="text-node">Wes McKinney LinkedIn<br><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.linkedin.com/in/wesmckinn/">https://www.linkedin.com/in/wesmckinn/</a> <br><br><br>Kenn Software website:<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://kenn.io/">https://kenn.io/</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">RoboRev:&nbsp;<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://roborev.io">https://roborev.io</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">Superpowers (spec-driven development framework):<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/obra/superpowers">https://github.com/obra/superpowers</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">Pandas (Python data analysis library):&nbsp;<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://pandas.pydata.org/">https://pandas.pydata.org/</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">See how people are actually working with AI at <a target="_blank" rel="noopener noreferrer" class="link" href="https://aiworthusing.com/builder-index">https://aiworthusing.com/builder-index</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">#AICodeReview #BuildInPublic #AITools</p><p class="text-node"></p>]]></content:encoded><itunes:title>The Adversarial Review System Every AI Coding Agent Needs with Wes McKinney at Kenn Software</itunes:title><itunes:author>Plow</itunes:author><itunes:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M0Z6Z34ETQFC4Z3HBC43W3VF/plow-_episode_02_3000x3000_cover.jpg"></itunes:image><itunes:episodeType>full</itunes:episodeType><itunes:duration>2913</itunes:duration><itunes:explicit>true</itunes:explicit><itunes:episode>2</itunes:episode><itunes:summary>The creator of pandas doesn&#39;t read his own code anymore. His review system does, and it trusts nothing.




Wes McKinney, creator of pandas and founder of Kenn Software, has agents write his software. RoboRev is what keeps that honest: an adversarial pipeline where a different frontier model tears apart every commit about 90 seconds after it&#39;s written, in the background, before it ships. 




Wes walks us through the origin (Claude Code in one terminal pane, Codex reviewing it in the other, dozens of times a day, until he automated it), why agents claiming &#34;production ready&#34; broke his trust for good, and why he says skipping automated review in 2026 is driving without a seatbelt.




Tom installs RoboRev live on a fresh project, mistakes included, to see exactly how fast the loop runs.




KEY TAKEAWAYS


00:00 Introduction


03:58 An adversarial code review pipeline sends every generated line through a different model before it ships

07:16 Early coding agents would claim finished, production-ready work that was neither finished nor production-ready

12:44 Regaining a sense of agency after months of doubting whether software engineers still have a role to play

21:31 Vibes-based bug finding validity lands somewhere around 70% to 80% for the best coding agents

35:52 An elaborate automated workflow raises an honest question: is this clarity or a touch of AI psychosis?

37:33 Keeping code review batches to roughly 70 lines at a time turns out to catch the most bugs

51:07 Spending $100 in tokens to review a 10,000-line pull request might be the easy call




RESOURCES MENTIONED




Wes McKinney LinkedIn
https://www.linkedin.com/in/wesmckinn/ 


Kenn Software website:
https://kenn.io/ 




RoboRev: 
https://roborev.io 




Superpowers (spec-driven development framework):
https://github.com/obra/superpowers 




Pandas (Python data analysis library): 
https://pandas.pydata.org/ 




See how people are actually working with AI at https://aiworthusing.com/builder-index 




#AICodeReview #BuildInPublic #AITools</itunes:summary><podcast:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M0Z6YVDQH23YVKYF61STXVDJ/plow-_trailer_episode_1920x1080_banner__1_.png" aspect-ratio="16/9"></podcast:image><media:thumbnail url="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M0Z6YVDQH23YVKYF61STXVDJ/plow-_trailer_episode_1920x1080_banner__1_.png"></media:thumbnail><podcast:transcript url="https://rss.flightcast.com/transcripts/01M0Z6XFD32ED1WDB61YB0DTB0.vtt" type="text/vtt" language="en" rel="captions"></podcast:transcript><podcast:alternateEnclosure type="application/x-mpegURL" length="0" title="HLS Video Stream" rel="alternate" default="false"><podcast:source uri="https://episode.flightcast.com/hls/v/01M0Z6XFD32ED1WDB61YB0DTB0.m3u8"></podcast:source></podcast:alternateEnclosure></item><item><title>When Claude Deleted My Tests: Jesse Vincent, Creator of Superpowers</title><description>Jesse Vincent, creator of Superpowers (1.7M GitHub clones in two weeks), joins the show to share hard-won lessons from six months of building with AI agents. Jesse created RT (still running in Fortune 50 companies), led Perl 5, and built K-9 Mail (now Thunderbird for Android).



He shares what happened when Claude started deleting his test suite, why managing AI agents mirrors managing junior engineers, and how persuasion principles from psychology transfer directly to prompt engineering.



KEY TAKEAWAYS

00:00 Introduction

05:23 The only thing worse than a failing test is a reduction in test coverage — close every loophole

06:32 Writing AI skills is straight-up management; prose clarity and people skills matter more than syntax

07:39 Managing MIT undergrads in 2007 prepared Jesse for agents — smart, junior, no taste, poor memory

10:19 Skills need intent, not just process; agents execute better when they understand the why behind instructions

13:04 Encouragement outperforms pressure. Telling your agent you love it produces better outcomes faster and cheaper

19:11 Graphviz outperformed English for process clarity. Structured formats eliminate ambiguity that agents will otherwise misinterpret

26:58 Strongly typed languages like Go and TypeScript produce more reliable agent-written code than Python

30:19 Jesse is easily 10x more productive, but it&#39;s harder work; the typing was always the easy part

53:24 Taste and judgment remain irreducibly human. What makes your software worth building can&#39;t be automated

See how people are actually working with AI at https://aiworthusing.com/builder-index 



RESOURCES MENTIONED

Jesse Vincent LinkedIn
https://www.linkedin.com/in/jessevincent/


Superpowers
https://github.com/obra/superpowers 



Claude Code
https://claude.com/product/claude-code



Codex
https://openai.com/codex/ 




Claude Goals
https://code.claude.com/docs/en/goal 




Ghostty
https://github.com/ghostty-org/ghostty 




TDD (Test-Driven Development)
https://mridullpandey-superpowers.mintlify.app/skills/test-driven-development 




RT (Request Tracker)
https://github.com/bestpractical/rt 




K-9 Mail 
https://k9mail.app/ 



Perl 5
https://github.com/Perl/perl5 


Terminal-Bench 
https://www.tbench.ai/ 




Riemann Conjecture

https://en.wikipedia.org/wiki/Riemann_hypothesis
 

#AI #AgenticEngineering #Leadership</description><guid isPermaLink="false">flightcast:01M0Z4ZF4GQYBA5VS397WGJ84R</guid><pubDate>Mon, 31 Aug 2026 07:28:25 -0000</pubDate><enclosure url="https://episode.flightcast.com/01M0Z4ZF4GR4JQW8KM3YASHT9Y.mp3" length="0" type="audio/mpeg"></enclosure><author>Plow</author><content:encoded><![CDATA[<p class="text-node">Jesse Vincent, creator of Superpowers (1.7M GitHub clones in two weeks), joins the show to share hard-won lessons from six months of building with AI agents. Jesse created RT (still running in Fortune 50 companies), led Perl 5, and built K-9 Mail (now Thunderbird for Android).<br><br></p><p class="text-node">He shares what happened when Claude started deleting his test suite, why managing AI agents mirrors managing junior engineers, and how persuasion principles from psychology transfer directly to prompt engineering.</p><p class="text-node"><br><br><strong>KEY TAKEAWAYS</strong><br><br>00:00 Introduction<br><br>05:23 The only thing worse than a failing test is a reduction in test coverage — close every loophole<br><br>06:32 Writing AI skills is straight-up management; prose clarity and people skills matter more than syntax<br><br>07:39 Managing MIT undergrads in 2007 prepared Jesse for agents — smart, junior, no taste, poor memory<br><br>10:19 Skills need intent, not just process; agents execute better when they understand the why behind instructions<br><br>13:04 Encouragement outperforms pressure. Telling your agent you love it produces better outcomes faster and cheaper<br><br>19:11 Graphviz outperformed English for process clarity. Structured formats eliminate ambiguity that agents will otherwise misinterpret<br><br>26:58 Strongly typed languages like Go and TypeScript produce more reliable agent-written code than Python<br><br>30:19 Jesse is easily 10x more productive, but it's harder work; the typing was always the easy part<br><br>53:24 Taste and judgment remain irreducibly human. What makes your software worth building can't be automated<br><br>See how people are actually working with AI at <a target="_blank" rel="noopener noreferrer" class="link" href="https://aiworthusing.com/builder-index">https://aiworthusing.com/builder-index</a> <br><br></p><p class="text-node"><strong>RESOURCES MENTIONED</strong><br><br>Jesse Vincent LinkedIn<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://www.linkedin.com/in/jessevincent/">https://www.linkedin.com/in/jessevincent/</a><br><br><br>Superpowers<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/obra/superpowers">https://github.com/obra/superpowers</a> <br><br></p><p class="text-node">Claude Code<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://claude.com/product/claude-code">https://claude.com/product/claude-code<br><br></a></p><p class="text-node">Codex<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://openai.com/codex/">https://openai.com/codex/</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">Claude Goals<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://code.claude.com/docs/en/goal">https://code.claude.com/docs/en/goal</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">Ghostty<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/ghostty-org/ghostty">https://github.com/ghostty-org/ghostty</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">TDD (Test-Driven Development)<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://mridullpandey-superpowers.mintlify.app/skills/test-driven-development">https://mridullpandey-superpowers.mintlify.app/skills/test-driven-development</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">RT (Request Tracker)<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/bestpractical/rt">https://github.com/bestpractical/rt</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">K-9 Mail <br><a target="_blank" rel="noopener noreferrer" class="link" href="https://k9mail.app/">https://k9mail.app/</a> <br><br></p><p class="text-node">Perl 5<br><a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/Perl/perl5">https://github.com/Perl/perl5</a>&nbsp;</p><p class="text-node"><br>Terminal-Bench <br><a target="_blank" rel="noopener noreferrer" class="link" href="https://www.tbench.ai/">https://www.tbench.ai/</a>&nbsp;</p><p class="text-node"><br></p><p class="text-node">Riemann Conjecture</p><p class="text-node"><a target="_blank" rel="noopener noreferrer" class="link" href="https://en.wikipedia.org/wiki/Riemann_hypothesis">https://en.wikipedia.org/wiki/Riemann_hypothesis<br></a>&nbsp;</p><p class="text-node">#AI #AgenticEngineering #Leadership</p>]]></content:encoded><itunes:title>When Claude Deleted My Tests: Jesse Vincent, Creator of Superpowers</itunes:title><itunes:author>Plow</itunes:author><itunes:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M0Z50CDX6BDZ38TJ3QQGG912/plow-_episode_01_3000x3000_cover.jpg"></itunes:image><itunes:episodeType>full</itunes:episodeType><itunes:duration>3715</itunes:duration><itunes:explicit>true</itunes:explicit><itunes:episode>1</itunes:episode><itunes:summary>Jesse Vincent, creator of Superpowers (1.7M GitHub clones in two weeks), joins the show to share hard-won lessons from six months of building with AI agents. Jesse created RT (still running in Fortune 50 companies), led Perl 5, and built K-9 Mail (now Thunderbird for Android).



He shares what happened when Claude started deleting his test suite, why managing AI agents mirrors managing junior engineers, and how persuasion principles from psychology transfer directly to prompt engineering.



KEY TAKEAWAYS

00:00 Introduction

05:23 The only thing worse than a failing test is a reduction in test coverage — close every loophole

06:32 Writing AI skills is straight-up management; prose clarity and people skills matter more than syntax

07:39 Managing MIT undergrads in 2007 prepared Jesse for agents — smart, junior, no taste, poor memory

10:19 Skills need intent, not just process; agents execute better when they understand the why behind instructions

13:04 Encouragement outperforms pressure. Telling your agent you love it produces better outcomes faster and cheaper

19:11 Graphviz outperformed English for process clarity. Structured formats eliminate ambiguity that agents will otherwise misinterpret

26:58 Strongly typed languages like Go and TypeScript produce more reliable agent-written code than Python

30:19 Jesse is easily 10x more productive, but it&#39;s harder work; the typing was always the easy part

53:24 Taste and judgment remain irreducibly human. What makes your software worth building can&#39;t be automated

See how people are actually working with AI at https://aiworthusing.com/builder-index 



RESOURCES MENTIONED

Jesse Vincent LinkedIn
https://www.linkedin.com/in/jessevincent/


Superpowers
https://github.com/obra/superpowers 



Claude Code
https://claude.com/product/claude-code



Codex
https://openai.com/codex/ 




Claude Goals
https://code.claude.com/docs/en/goal 




Ghostty
https://github.com/ghostty-org/ghostty 




TDD (Test-Driven Development)
https://mridullpandey-superpowers.mintlify.app/skills/test-driven-development 




RT (Request Tracker)
https://github.com/bestpractical/rt 




K-9 Mail 
https://k9mail.app/ 



Perl 5
https://github.com/Perl/perl5 


Terminal-Bench 
https://www.tbench.ai/ 




Riemann Conjecture

https://en.wikipedia.org/wiki/Riemann_hypothesis
 

#AI #AgenticEngineering #Leadership</itunes:summary><podcast:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M0Z5C64H7YQTSJJF138BRAMC/plow-_trailer_episode_1920x1080_banner.png" aspect-ratio="16/9"></podcast:image><media:thumbnail url="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M0Z5C64H7YQTSJJF138BRAMC/plow-_trailer_episode_1920x1080_banner.png"></media:thumbnail><podcast:transcript url="https://rss.flightcast.com/transcripts/01M0Z4ZF4GR4JQW8KM3YASHT9Y.vtt" type="text/vtt" language="en" rel="captions"></podcast:transcript><podcast:alternateEnclosure type="application/x-mpegURL" length="0" title="HLS Video Stream" rel="alternate" default="false"><podcast:source uri="https://episode.flightcast.com/hls/v/01M0Z4ZF4GR4JQW8KM3YASHT9Y.m3u8"></podcast:source></podcast:alternateEnclosure></item><item><title>AI Worth Using Podcast (Official Trailer)</title><description>AI Worth Using is where vetted engineers screen-share the setups they actually run.
Live installs, real configs, nothing staged.
Samuel Odio and Tom Preston-Werner co-host the AI Worth Using podcast.
Live installs, real configs, no hype, zero sponsored takes.
Agents now write code faster than we can review it, and everyone has a hot take about what to do next. Almost nobody shows their workflow. So every episode a guest installs their tool on our machine, we learn it on camera, and you leave with something you can copy instead of an opinion to argue with.
KEY TAKEAWAYS
00:00 AI agents now write code faster than we can review it — that gap is the whole reason this show exists.
00:08 AI Worth Using cuts through hot takes by showing real, unstaged workflows instead of talking about them.
00:15 Every guest screen-shares their actual setup live — real installs, real configs, nothing staged for the camera.
00:24 Wes McKinney, creator of pandas, runs 150 automated code reviews a day through his own pipeline.
00:24 Wes&#39;s adversarial code-review pipeline is fully open-sourced, and he shows the live queue on the show.
00:34 Jesse Vincent&#39;s Superpowers is the most-used engineering skill library built for Claude Code.
00:34 Superpowers has been cloned 1.7 million times in just two weeks.
00:34 Hosts Tom Preston-Werner (GitHub co-founder) and Sam Odio (shipped AI at Facebook and Dropbox) bring real builder credibility.
00:48 No sponsor takes and no vaporware — just tools the hosts actually use.
00:55 New episodes of AI Worth Using drop biweekly at aiworthusing.com.
RESOURCES MENTIONED
Samuel Odio LinkedIn
https://www.linkedin.com/in/samodio/
Tom Preston-Werner LinkedIn
https://www.linkedin.com/in/mojombo/
Wes McKinney LinkedIn
https://www.linkedin.com/in/wesmckinn/
Jesse Vincent LinkedIn
https://www.linkedin.com/in/jessevincent/
AI Worth Using — show website:
https://www.aiworthusing.com
See how people are actually working with AI at https://aiworthusing.com/builder-index
#AITools #BuildInPublic #OpenSource</description><guid isPermaLink="false">flightcast:01M0Z2EM6D2GJ73VC78W9ZWB27</guid><pubDate>Mon, 31 Aug 2026 07:25:24 -0000</pubDate><enclosure url="https://episode.flightcast.com/01M0Z2EM6D166M3DC7G2A43GC6.mp3" length="0" type="audio/mpeg"></enclosure><author>The show for agentic engineers</author><content:encoded><![CDATA[<p class="text-node">AI Worth Using is where vetted engineers screen-share the setups they actually run.<br>Live installs, real configs, nothing staged.<br><br><br>Samuel Odio and Tom Preston-Werner co-host the AI Worth Using podcast.<br>Live installs, real configs, no hype, zero sponsored takes.<br><br><br>Agents now write code faster than we can review it, and everyone has a hot take about what to do next. Almost nobody shows their workflow. So every episode a guest installs their tool on our machine, we learn it on camera, and you leave with something you can copy instead of an opinion to argue with.<br><br><br><br>KEY TAKEAWAYS<br><br><br>00:00 AI agents now write code faster than we can review it — that gap is the whole reason this show exists.<br><br><br>00:08 AI Worth Using cuts through hot takes by showing real, unstaged workflows instead of talking about them.<br><br><br>00:15 Every guest screen-shares their actual setup live — real installs, real configs, nothing staged for the camera.<br><br><br>00:24 Wes McKinney, creator of pandas, runs 150 automated code reviews a day through his own pipeline.<br><br><br>00:24 Wes's adversarial code-review pipeline is fully open-sourced, and he shows the live queue on the show.<br><br><br>00:34 Jesse Vincent's Superpowers is the most-used engineering skill library built for Claude Code.<br><br><br>00:34 Superpowers has been cloned 1.7 million times in just two weeks.<br><br><br>00:34 Hosts Tom Preston-Werner (GitHub co-founder) and Sam Odio (shipped AI at Facebook and Dropbox) bring real builder credibility.<br><br><br>00:48 No sponsor takes and no vaporware — just tools the hosts actually use.<br><br><br>00:55 New episodes of AI Worth Using drop biweekly at aiworthusing.com.<br><br><br><br><br>RESOURCES MENTIONED<br><br><br>Samuel Odio LinkedIn<br><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.linkedin.com/in/samodio/">https://www.linkedin.com/in/samodio/</a><br><br><br>Tom Preston-Werner LinkedIn<br><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.linkedin.com/in/mojombo/">https://www.linkedin.com/in/mojombo/</a><br><br><br>Wes McKinney LinkedIn<br><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.linkedin.com/in/wesmckinn/">https://www.linkedin.com/in/wesmckinn/</a><br><br><br>Jesse Vincent LinkedIn<br><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.linkedin.com/in/jessevincent/">https://www.linkedin.com/in/jessevincent/</a><br><br><br>AI Worth Using — show website:<br><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.aiworthusing.com">https://www.aiworthusing.com</a><br><br><br><br>See how people are actually working with AI at <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://aiworthusing.com/builder-index">https://aiworthusing.com/builder-index</a><br></p><p class="text-node"><br>#AITools #BuildInPublic #OpenSource</p>]]></content:encoded><itunes:title>AI Worth Using Podcast (Official Trailer)</itunes:title><itunes:author>The show for agentic engineers</itunes:author><itunes:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M1CDCV99GMRFEDEW9R4AVN2Q/plow-_trailer_episode_3000x3000_cover_v3__2_.jpg"></itunes:image><itunes:episodeType>full</itunes:episodeType><itunes:duration>61</itunes:duration><itunes:explicit>true</itunes:explicit><itunes:summary>AI Worth Using is where vetted engineers screen-share the setups they actually run.
Live installs, real configs, nothing staged.
Samuel Odio and Tom Preston-Werner co-host the AI Worth Using podcast.
Live installs, real configs, no hype, zero sponsored takes.
Agents now write code faster than we can review it, and everyone has a hot take about what to do next. Almost nobody shows their workflow. So every episode a guest installs their tool on our machine, we learn it on camera, and you leave with something you can copy instead of an opinion to argue with.
KEY TAKEAWAYS
00:00 AI agents now write code faster than we can review it — that gap is the whole reason this show exists.
00:08 AI Worth Using cuts through hot takes by showing real, unstaged workflows instead of talking about them.
00:15 Every guest screen-shares their actual setup live — real installs, real configs, nothing staged for the camera.
00:24 Wes McKinney, creator of pandas, runs 150 automated code reviews a day through his own pipeline.
00:24 Wes&#39;s adversarial code-review pipeline is fully open-sourced, and he shows the live queue on the show.
00:34 Jesse Vincent&#39;s Superpowers is the most-used engineering skill library built for Claude Code.
00:34 Superpowers has been cloned 1.7 million times in just two weeks.
00:34 Hosts Tom Preston-Werner (GitHub co-founder) and Sam Odio (shipped AI at Facebook and Dropbox) bring real builder credibility.
00:48 No sponsor takes and no vaporware — just tools the hosts actually use.
00:55 New episodes of AI Worth Using drop biweekly at aiworthusing.com.
RESOURCES MENTIONED
Samuel Odio LinkedIn
https://www.linkedin.com/in/samodio/
Tom Preston-Werner LinkedIn
https://www.linkedin.com/in/mojombo/
Wes McKinney LinkedIn
https://www.linkedin.com/in/wesmckinn/
Jesse Vincent LinkedIn
https://www.linkedin.com/in/jessevincent/
AI Worth Using — show website:
https://www.aiworthusing.com
See how people are actually working with AI at https://aiworthusing.com/builder-index
#AITools #BuildInPublic #OpenSource</itunes:summary><podcast:image href="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M1CDCN6DR5YV4M4MXK60NMGH/plow-_trailer_episode_1920x1080_banner-v3__1_.png" aspect-ratio="16/9"></podcast:image><media:thumbnail url="https://files.flightcast.com/workspaces/dueklh1xpvhd1u2yhd1x0tea/01M1CDCN6DR5YV4M4MXK60NMGH/plow-_trailer_episode_1920x1080_banner-v3__1_.png"></media:thumbnail><podcast:transcript url="https://rss.flightcast.com/transcripts/01M0Z2EM6D166M3DC7G2A43GC6.vtt" type="text/vtt" language="en" rel="captions"></podcast:transcript><podcast:alternateEnclosure type="application/x-mpegURL" length="0" title="HLS Video Stream" rel="alternate" default="false"><podcast:source uri="https://episode.flightcast.com/hls/v/01M0Z2EM6D166M3DC7G2A43GC6.m3u8"></podcast:source></podcast:alternateEnclosure></item></channel></rss>