/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. The Peterman Pod
  2. OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh
OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod · Jun 22, 2026

OpenAI's Charlie Marsh on building fast Python dev tools in Rust, the impact of AI on coding, and the new challenges for software engineers.

Rust's Underrated Killer Feature is Its Tooling, Not Just Its Performance

Astral's founder chose Rust for its performance hype but found its real advantage was the seamless and opinionated tooling (e.g., Cargo). For a newcomer to systems programming, this eliminated the friction of complex build systems, making it far more accessible than C++.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

Senior Engineers Outperform AI by Setting the Right 'First Principles' Goals

An AI might optimize code by 10x, but a senior engineer, thinking from first principles, knows a 100x improvement is possible. Seniority is increasingly valuable for setting the right high-level goals and architectural direction, guiding AI tools instead of just accepting their local optimizations.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

To Build Momentum, Ship an Incrementally Useful Tool Before a Complex One

Astral's founder built a linter before a type checker. A linter is useful even with a small set of rules, allowing for iterative releases that build user value and momentum. A type checker, by contrast, is often useless until it's nearly complete, making it a poor choice for an initial product.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

A Single, Powerful Benchmark Graph Is Priceless for Dev Tool Marketing

For Astral's tool Ruff, a single, compelling benchmark graph was its most effective marketing asset. It visually communicated the tool's core value proposition (speed) instantly, capturing massive attention on developer-centric platforms and driving initial adoption.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

AI Agents Make Tedious 'What If' Engineering Experiments Instantly Viable

AI dramatically lowers the cost of experimentation. Tasks that would be too tedious for a human, like rewriting an entire test suite to gauge performance impact, can be done by an agent in the background. This allows engineers to answer long-standing 'what if' questions almost instantly.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

Top Dev Tool Startups Can Flip Fundraising with Preemptive VC Offers

Astral's founder never had to formally pitch VCs for his Seed, Series A, or B rounds. Investors saw the rapid open-source traction of his tools and preemptively approached him with offers, demonstrating how product-led growth can completely invert the typical fundraising dynamic.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

Investors Can Close Hesitant Founders by Offering a Reversible 'Undo Button'

To convince a reluctant founder, an investor used a powerful psychological tactic: 'If you hate it in six months, you can just give the money back.' This framed the high-stakes decision as a reversible, low-pressure experiment, which was brilliant for getting the founder to commit.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

AI-Generated Code Erodes Trust, Forcing Stricter Reviews for Senior Engineers

A teammate of Charlie Marsh admitted they now review his pull requests more carefully, saying, 'you're not writing it anymore, it's the agent.' This highlights a hidden cost of AI adoption: it can break down the earned trust and review shortcuts that senior engineers typically benefit from.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

AI-Generated PRs Create a Review Bottleneck as Creation Cost Hits Zero

AI agents can generate plausible-looking code contributions instantly, flooding maintainers with pull requests. Since the human cost to review and validate the code remains high, this creates a significant imbalance and a new bottleneck in open source development.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

Developer Tools Need Effective Marketing to Get Discovered and Succeed

Astral founder Charlie Marsh argues that many technically excellent open-source projects on GitHub fail due to poor marketing. Effectively communicating a tool's value in the first 10 seconds is critical for adoption, a skill many engineers overlook.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

AI-Assisted PRs Break the 'Contributor Poker' Model in Open Source

Previously, maintainers invested time mentoring new contributors, betting they'd become long-term assets. With AI, contributors can apply feedback without learning from it, breaking the compounding feedback loop and fundamentally changing the maintainer-contributor dynamic.

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago

AI-Driven Codebase Rewrites Trade Known Bugs for Unknown, User-Discovered Ones

A full-codebase rewrite using AI, like Bun's Zig-to-Rust migration, is risky. It exchanges a set of known bugs for new, unknown ones. Users become the unfortunate discoverers of these issues, as even comprehensive test suites can't capture every implicit behavior (Hiram's Law).

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh thumbnail

OpenAI Eng & Dev Tools Founder: How Software Engineering Is Changing | Charlie Marsh

The Peterman Pod·2 months ago