Skip to content
PromptsBuddy
All episodes
Season 1 · Episode 08September 5, 20264 min

Podcast episode

The Bottleneck Moved

The PromptsBuddy Podcast

Writing code got cheap. Specs, review, testing, and deploy did not. Rony and Meghna dig into why Copilot on the old SDLC does not ship faster — and what teams actually have to delete.

  • MeghnaStaff engineer

The PromptsBuddy Podcast

The Bottleneck Moved

The bottleneck moved

0:000:00

Chapters

  1. 00:05The bottleneck moved
  2. 00:53What is scarce now
  3. 01:37Rethink the whole loop
  4. 02:55What changing looks like
  5. 03:43Delete work around the model

Show notes

Writing code got cheap. The rest of the software loop did not.

Rony sits down with Meghna after a blunt take on vibecoding: Claude Code, Cursor, and a dozen others made typing faster — and exposed how much of shipping was never about typing.

What we cover

  • The bottleneck moved — from writing code to specs, review, tests, and deploy
  • Copilot on the old factory — more output, same throughput
  • Rethinking the loop — discovery, architecture, review that rejects, tests that bite
  • One diagnostic — what step did you delete?

The one line to steal

The move is not a better model. It is deleting work around the model.

Mentioned in this episode

Prompts from this episode

EngineeringintermediateStaff pick

A code review that teaches instead of nitpicks

Reviews a diff at three altitudes — design, correctness, style — and explains the reasoning behind each note so the author learns something instead of just applying a patch.

ClaudeChatGPT3 vars
Open prompt
Engineeringintermediate

The test case you would have forgotten

Reads a function and enumerates the boundaries, empty states, and concurrency cases you didn't think of — then writes only the tests that could actually fail.

ClaudeChatGPT3 vars
Open prompt
Productintermediate

The scope cut that still ships something real

For when the date won't move. Sorts the plan into what ships, what waits, and what quietly gets cancelled — and names what breaks for users in each case.

ClaudeChatGPTGemini3 vars
Open prompt