Can A.I. Already Do Your Job?
Episode
30 min
Read time
2 min
Topics
Career Growth, Fundraising & VC, Leadership
AI-Generated Summary
Key Takeaways
- ✓Agentic Coding Evolution: Claude Code and OpenAI's Codex enable autonomous software development where AI creates implementation plans, selects programming languages, and deploys specialized sub-agents for research, building, and testing. Users provide project concepts while agents execute multi-hour tasks independently, writing hundreds of code lines in under two minutes without human programming knowledge required.
- ✓Self-Improving AI Systems: OpenAI's GPT 5.3 Codex uses earlier model versions to train subsequent iterations, creating recursive self-improvement loops across major AI companies. This acceleration pattern moves from clunky vibe coding tools one year ago to autonomous agents capable of maintaining production software today, with AI engineers reporting they no longer write code manually but orchestrate agent teams.
- ✓Entry-Level Job Displacement: Stanford payroll data reveals 20% employment drop for early-career software engineers from 2022 peak levels. Companies previously hiring five to ten developers now operate with one or two humans managing AI coding tools. Anthropic CEO Dario Amodei warns this pattern could extend to 50% of entry-level white collar positions across industries within five years.
- ✓Practical Deployment Speed: Anthropic employees adopted Claude Code organically, starting with 20% of engineers, expanding to 40%, then achieving full technical staff adoption before spreading to marketing, sales, and finance departments. Non-technical workers now automate email management, create data dashboards, and reorganize computer files through terminal-based AI agents previously accessible only to programmers.
- ✓Verification Advantage in Coding: Software development provides ideal testing ground for AI capabilities because code functionality is binary—programs either execute correctly or fail. This verifiability enables rapid improvement cycles as models train on expanding coding datasets, with systems now producing deployable business software that required human debugging just months earlier, though enterprise-scale deployment still requires oversight.
What It Covers
Kevin Roose demonstrates agentic coding tools like Anthropic's Claude Code that allow non-programmers to build functional software through AI agents. These systems represent a major advancement from ChatGPT-era AI, with Stanford data showing 20% decline in entry-level software engineering employment since 2022. Anthropic CEO predicts potential elimination of half of entry-level white collar jobs within five years.
Key Questions Answered
- •Agentic Coding Evolution: Claude Code and OpenAI's Codex enable autonomous software development where AI creates implementation plans, selects programming languages, and deploys specialized sub-agents for research, building, and testing. Users provide project concepts while agents execute multi-hour tasks independently, writing hundreds of code lines in under two minutes without human programming knowledge required.
- •Self-Improving AI Systems: OpenAI's GPT 5.3 Codex uses earlier model versions to train subsequent iterations, creating recursive self-improvement loops across major AI companies. This acceleration pattern moves from clunky vibe coding tools one year ago to autonomous agents capable of maintaining production software today, with AI engineers reporting they no longer write code manually but orchestrate agent teams.
- •Entry-Level Job Displacement: Stanford payroll data reveals 20% employment drop for early-career software engineers from 2022 peak levels. Companies previously hiring five to ten developers now operate with one or two humans managing AI coding tools. Anthropic CEO Dario Amodei warns this pattern could extend to 50% of entry-level white collar positions across industries within five years.
- •Practical Deployment Speed: Anthropic employees adopted Claude Code organically, starting with 20% of engineers, expanding to 40%, then achieving full technical staff adoption before spreading to marketing, sales, and finance departments. Non-technical workers now automate email management, create data dashboards, and reorganize computer files through terminal-based AI agents previously accessible only to programmers.
- •Verification Advantage in Coding: Software development provides ideal testing ground for AI capabilities because code functionality is binary—programs either execute correctly or fail. This verifiability enables rapid improvement cycles as models train on expanding coding datasets, with systems now producing deployable business software that required human debugging just months earlier, though enterprise-scale deployment still requires oversight.
Notable Moment
Roose builds a functional personal website with Philadelphia Eagles branding and embedded playable Techmo Bowl video game in 96 seconds using Claude Code, demonstrating how non-programmers now create complex software through conversational prompts. The system autonomously wrote 644 code lines, scraped biographical data, and implemented interactive gaming features without human coding intervention, marking a threshold moment in accessible AI capability.
Episode Transcript
From The New York Times, I'm Natalie Kitrelleff. This is The Daily. On Monday, we looked at the the growing pushback against sprawling AI data centers in communities across America. Today, my colleague Kevin Roos takes us inside one of the most transformative technologies that infrastructure is enabling, A new way of programming that may be the biggest development in artificial intelligence since the launch of ChatGPT. It's Wednesday, February 18. Okay. So the other day, I Slacked you, Kevin Roose, my colleague, my friend, the host of the New York Times tech podcast, Hard Fork. And I asked you, what is vibe coding? Because this is a thing I had been hearing about, and I had no idea what it was. And you answered me roughly in the tone that one might use with their very elderly grandmother, I think. Is it, like, fair to fair to say? Well, I I am not ageist. I I think people have lots of different levels of comfort with technology. I think my tone of voice was directed at you specifically, Natalie, because I know Thank you. Yeah. That you are younger than me, and so you have no excuse Thank you for saying that by the way. Confused by technology. Yeah. Okay. Fair enough. So since then, I did my own research as any young person would do, and I've come into the understanding that vibe coding is, in fact, very important. It appears to be using AI in a way that is truly revolutionary. And I do think that I cannot possibly be the only one who has not caught up to this. And so I wanna ask you to just start by laying out the basics for those of us who aren't there yet. What is vibe coding? So vibe coding is a term that was coined about a year ago by a guy named Andre Karpathy, who's a former programmer at OpenAI, very well known out here in Silicon Valley. And he was describing this thing that he was doing using these new AI coding tools, which is that instead of learning a programming language and writing the code line by line, by himself, he would just sort of let the program write the code for him and build software that way. Let the vibes do the work. Let the vibes do the work. Exactly. And suddenly, for the first time, about a year ago, you didn't have to know how to code to build software. You could just use these tools. They would help you along the way, and you could just kind of oversee them as they worked. So what does that actually look like? You experimented with it. What did that do for you? Yeah. So I tried vibe coding about a year ago when this term first emerged, and I would build these little test tools for myself. I built an app called Lunchbox Buddy, which was basically a way to help me pack …
Get the full transcript (4,980 words) + summary by email — free
One-time email with the complete transcript and AI summary of this episode. No account needed.
One email, no spam. We’ll also show you what SignalCast does.
You just read a 3-minute summary of a 27-minute episode.
Get The Daily (NYT) summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from The Daily (NYT)
Trump’s War on Mail-In Voting
Sep 9 · 27 min
Hard Fork
Our Field Trip to Google I/O + A Sit-Down With Sundar Pichai + System Update
May 22
More from The Daily (NYT)
‘Buy Now, Pay Later’: A New Wave of Consumer Debt
Sep 8 · 24 min
Hard Fork
Do Social Media Bans Work? + A Conversation About A.I. Consciousness + Tool Time
Jul 10
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links. As an Amazon Associate, SignalCast earns from qualifying purchases.
Tools
by OpenAI
“Claude Code and OpenAI's Codex enable autonomous software development where AI creates implementation plans, selects programming languages, and deploys specialized sub-agents.”
by Anthropic
“Kevin Roose demonstrates agentic coding tools like Anthropic's Claude Code that allow non-programmers to build functional software through AI agents.”
by OpenAI
“OpenAI's GPT 5.3 Codex uses earlier model versions to train subsequent iterations, creating recursive self-improvement loops across major AI companies.”
Products
“Roose builds a functional personal website with Philadelphia Eagles branding and embedded playable Techmo Bowl video game in 96 seconds using Claude Code.”
More from The Daily (NYT)
We summarize every new episode. Want them in your inbox?
Trump’s War on Mail-In Voting
‘Buy Now, Pay Later’: A New Wave of Consumer Debt
Classical Music Is in Crisis. Gustavo Dudamel Is Here to Save It.
The Intertwined Legacies of Gloria Steinem and Dolly Parton
A.I. Is Outsmarting Its Creators
Similar Episodes
Related episodes from other podcasts
Hard Fork
May 22
Our Field Trip to Google I/O + A Sit-Down With Sundar Pichai + System Update
Hard Fork
Jul 10
Do Social Media Bans Work? + A Conversation About A.I. Consciousness + Tool Time
Deep Questions with Cal Newport
May 21
Has AI Conquered Coding? (It’s Not So Simple…) | AI Reality Check
Lenny's Podcast
Apr 2
An AI state of the union: We’ve passed the inflection point, dark factories are coming, and automation timelines | Simon Willison
The Vergecast
Feb 24
How Claude Code Claude Codes
Explore Related Topics
This podcast is featured in Best News Podcasts (2026) — ranked and reviewed with AI summaries.
You're clearly into The Daily (NYT).
Every Monday, we deliver AI summaries of the latest episodes from The Daily (NYT) and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime