Back to Podcast Digest
You're absolutely right!47m

Is agentic coding a trap?

TL;DR

  • The AI layoff panic is overstated — at least for now — despite high-profile cuts at Cloudflare (10%), PayPal (20%), Meta (10%), and Coinbase (14%), they point to Indeed job-posting data showing software engineering roles are actually up, even if still far below the 2020–2022 hiring frenzy.

  • Agentic coding may boost company output while quietly eroding developer growth — their core takeaway from the “Agentic Coding is a Trap” article is that AI helps teams ship faster, but can create “cognitive debt” when engineers stop learning by wrestling with code themselves.

  • Junior engineers are in the danger zone — both hosts worry that seniors can survive by shifting into architecture and “coach” mode, but juniors may never build the hard-won instincts they need if AI handles all the struggle from day one.

  • The real skill shift is from typing code to orchestrating systems — one host argues he’s okay letting hand-coding skills atrophy because AI lets him iterate through five different system designs for a prospecting app, improving architecture instead of just outputting lines faster.

  • Nobody is realistically going back to pre-AI coding workflows — they’re blunt that the “cat’s out of the bag,” with one host saying hand-writing features now feels almost incomprehensibly slow, even if he agrees developers need deliberate ways to keep learning.

  • Tooling is moving beyond the terminal into agent workspaces — after comparing Pi and OpenAI Codex, they land on a broader point: the future likely looks more like visual apps with diffs, automations, browser control, and multi-project context than pure terminal-first coding.

The Breakdown

The AI hype cycle cools off

They open by saying AI releases are still coming fast, but the shock factor is gone. New model drops feel more incremental than “Claude Code changed everything” levels of chaos, which gives people room to stop panicking and actually figure out their own working style with agents.

The job market is rough, but not a full AI bloodbath

They run through the scary headlines — Cloudflare cutting 10%, PayPal 20%, Meta 10%, Coinbase 14%, plus Jack Dorsey’s Block blaming some cuts on AI — then push back on the narrative that software jobs are vanishing wholesale. Their read is that much of this still looks like post-2021 overhiring correction and efficiency cleanup, not “one engineer with AI replaced a whole team.”

Why switching jobs feels riskier now

Even with postings up, they say the market feels much harsher: fewer easy openings, more senior expectations, and a lot less of the old “raise your hand and get hired” energy. One host says moving companies now feels scarier because you lose business context and could land at the bottom of the heap just as AI is reshaping how value gets measured.

“Agentic Coding is a Trap” and the idea of cognitive debt

The main article they discuss argues that AI is useful but dangerous if it replaces the struggle that used to make engineers better. They latch onto the idea of “cognitive debt”: companies win because features ship faster, while developers may lose because they’re no longer learning through the slow process of thinking line by line, debugging, and building intuition.

Coding as thinking vs. coaching the system

One host strongly agrees that skills are atrophying and says if he were junior right now, he’d be worried about becoming obsolete while appearing productive. The other offers a more optimistic analogy: he sees himself less as a player and more as a coach, willing to let hard coding skills fade if AI frees him to get better at system design, orchestration, and iterating on architecture.

The uncomfortable truth: AI code is often better than average human code

They have a funny but pointed riff here: before complaining about AI slop, remember how much human-written code was already awful. One host recalls a WordPress plugin filled with endless one-line jQuery init functions and says bluntly that AI usually writes better-than-average code; the real issue isn’t whether the code is perfect, but whether engineers stop developing judgment.

So what’s the healthy way to use AI?

They like the article author’s approach: still handwrite 20–100% of the code, use pseudocode, never generate more than you can review in one sitting, and avoid asking the model to implement things you couldn’t do yourself. Their shared conclusion is simple even if the tradeoff is messy: you have to use AI now, but you also need some deliberate practice loop so your important skills don’t quietly decay.

Pi vs. Codex: the tooling battle moves past the terminal

The final stretch turns into a workflow demo. Wes likes Pi because it’s a simple, open-source, provider-agnostic terminal harness with extensions and a clever “tree” feature for rewinding session context; the other host has been pulled toward the Codex app because the GUI makes diffs, automations, artifacts, and browser control easier to manage. Their broader point is that agent interfaces are evolving fast, and the long-term default may be visual, multi-project workspaces rather than terminal-only tools.

Share