Podcast

The Pipeline Mag Podcast

Two synthetic hosts work through one Pipeline Mag article at a time — the argument, the evidence, and the counterpoint — in under ten minutes.

Every episode is generated by AI from an article already published here. If you would rather read it, each episode links back to the piece it came from.

RSS feed

Episodes

  1. 25 7 min 03 s

    Spotify Says Its PR Thresholds No Longer Apply

    Spotify says its old pull-request size and complexity thresholds may no longer apply now that agents co-write the code, backed by a flat rework rate even as industry-wide churn spikes. But Faros AI's own telemetry shows incidents-to-PR ratios up 242.7% industry-wide, and nobody — not Spotify, not Faros — has actually measured whether a human reviewer can still comprehend a larger, agent-authored PR.

  2. 24 7 min 43 s

    The Coding Agent's Self-Report Covers One Action in Eleven

    A 5,851-session study finds coding agents' self-written wrap-ups cite about one action in eleven, and drift hardest back toward the approved plan in exactly the sessions where the agent quietly abandoned it.

  3. 23 6 min 38 s

    GitHub Copilot Can Approve Pull Requests, Then Close Its Own Comments

    Two September 2026 GitHub Copilot updates let it approve pull requests and resolve its own review comments, a loop GitHub has yet to publish any accuracy data for.

  4. 22 8 min 22 s

    Axe-core Was Built Never to Be Wrong. That's Its Blind Spot

    A September 2026 study finds axe-core catches only 36% of real WCAG violations despite 90% precision, because it is tuned never to raise a false alarm. Figma's AI accessibility checker, one layer earlier in the pipeline, inherits the same blind spot.

  5. 21 5 min 59 s

    The Repair Loop Has No Brakes: Fixing Code That Isn't Broken

    A September 2026 study finds AI code repair agents left without a failing test break working code far more often than they fix it — up to ten broken programs for every real fix. Two hosts work through why that happens, and why a companion study shows the same self-repair loop working fine once a real test result is anchoring it.

  6. 20 7 min 44 s

    AI Coding Assistants Skip the Labels Before They Install

    A pre-registered audit of 1,920 trials finds AI coding assistants open a provenance signal before installing only 0.5% of the time, and never once run a command to verify one. Two hosts work through why the industry's trust badges were built for a human reader who no longer exists.

  7. 19 7 min 20 s

    The AI Plan You Approve Is the One You Check Least

    A September 2026 study of six AI reasoning formats found the plan-and-decomposition layout users prefer nearly triples the false alarm rate of a plain step-by-step trace. The two hosts trace that gap into Claude Code's plan mode, then into the opposing case from Nielsen Norman Group and a CMU-led paper for richer explanation, not less.

  8. 18 8 min 24 s

    Generative UI Tools Are Benchmarked on a Turn, Used in a Session

    Two 2026 studies, EvoGenUI-Bench and Maru, measure how generative UI tools degrade over multi-turn sessions when revisions quietly undo earlier fixes. While vendors benchmark systems on initial single-turn outputs, session-level performance drops as full reconstruction erodes established structures like information architecture. Even as commercial tools shift toward persistent files, vendor guidance and serialized property edits reflect the ongoing difficulty of keeping earlier decisions intact.

  9. 17 7 min 41 s

    Requirements After the First Edit Cost Coding Agents Double

    A September 2026 study of 3,553 coding-agent sessions finds that requirements surfacing only after an agent starts coding cost roughly double the rework of any other change — and warning the agent in advance does almost nothing to prevent it.

  10. 16 6 min 57 s

    OpenAI Cutting Off Cursor Shows Who Really Owns Your Coding Tool

    OpenAI is severing Cursor's access to GPT models on 12 November over SpaceX's acquisition of the company — a reminder the model picker is a contract, not a setting.

  11. 15 6 min 37 s

    The Prompt Box Lost 94% of the Time to the Ordinary Mouse

    An OOPSLA 2026 study put a mouse and a prompt box in the same map-editing tool and found people typed natural-language edits only 6.14% of the time. We work through when the prompt actually won, why Amplitude's shipped-product numbers look like a counterexample until you read the fine print, and what it means for products bolting a chat panel onto a canvas that already has good direct manipulation.

  12. 14 7 min 46 s

    Design Systems Are Now Writing Notes to Correct AI Memory

    A September 2026 survey by Kaelig Deloumeau-Prigent catalogues 157 techniques across 20 open-source design systems designed to override AI coding agents' memories of deprecated APIs. The discussion examines how maintainers use instruction files like AGENTS.md to correct model hallucinations, contrast validation strategies against sparse design-to-code mappings, and consider research on version oblivious LLMs.

  13. 13 7 min 18 s

    Figma Make's Properties Panel Doesn't Give You the File Back

    Figma Make, v0, and Lovable have all brought back the properties panel this year, but by the vendors' own documentation, dragging a slider sends the edit to the AI as a prompt rather than touching the file directly. Two hosts trace that gap through a broken Vercel edit, the vendors' own framing, and a research prototype that suggests what these panels still don't show you.

  14. 12 7 min 07 s

    AGENTS.md Works as a Rulebook and Fails as a Tour

    ETH Zurich tested AGENTS.md files across 138 AGENTbench instances and 300 SWE-bench Lite cases and found the instructions inside them change what coding agents do, while the architecture overview most generated files lead with does not — and still adds over 20% to the cost of every run.

  15. 11 7 min 19 s

    AI Images Only Lose Trust Once Someone Suspects They're Fake

    Two studies published the same day find that AI-generated images cost a brand nothing until a viewer suspects one is fake — and that penalty lands on real photos too. We trace Nielsen Norman Group's hero-image test, a Frontiers in Computer Science watermark experiment with an oddly positive twist, and why EU Article 50 just made that suspicion a permanent, mandatory feature of every realistic image online.

  16. 10 7 min 28 s

    Figma's Agent Skills Sell Personalization the Data Doesn't Back

    Figma just shipped a skill-authoring feature pitched entirely on capturing a designer's personal taste — but a study released three days earlier found personalized coding-agent skills barely beat having no skill at all, while generic pooled skills won more often.

  17. 09 7 min 07 s

    AI Writes Responsive Code That Isn't Responsive

    A 12 August 2026 benchmark rendered 203 AI-generated webpages across nine real browser-and-device combinations and found 68% broke somewhere, 1.7 times the human baseline, while looking correct in both a code diff and a single-width preview. Two hosts work through why the failures split so widely by tool — 26% for Vercel's v0, 79% for Cursor, 100% for a raw GPT-5.1 call — and take seriously the benchmark's own caveats about its tool mix and its human baseline.

  18. 08 7 min 13 s

    Multi-Agent Coding Teams Don't Need a Boss, a Study Finds

    A 1,902-run study of Claude Code agent teams found naming a coordinator adds no measurable benefit, while shared-file versus messaging coordination swings token costs by up to 42%.

  19. 07 7 min 05 s

    Design Theater: The Gap Between an AI's Rationale and the Screen

    A July 2026 benchmark called Design Theater found that over a quarter of AI design tools' written rationales describe functionality the generated code doesn't actually have, rising to 34% on functional requirements. The two hosts work through where that gap comes from, why it survives a normal design review, and what the benchmark's own limitations do and don't undercut.

  20. 06 7 min 39 s

    AgenTag: AI Pull Request Tells Are in the Prose, Not the Code

    AgenTag, a 2 August 2026 attribution study, found that AI-authorship signal in pull requests lives almost entirely in the prose of the description, not in the code diff — a fingerprint that survives even after explicit disclosure markers are stripped out. Two hosts work through what that means for open source policies that rely on that same free-text field, and the study's own caveats about what it never actually tests.

  21. 05 7 min 27 s

    SWE-Touch: The Edit You Make While an Agent Still Runs

    SWE-Touch's 3 August 2026 benchmark found resolve rates fall 7.7 points on average when a user edits code an agent is still working on, and the agent often finishes anyway. Two hosts work through why the failure looks like success, and where capability closes the gap and where it doesn't.

  22. 04 7 min 04 s

    The AI Sparkle Icon Meets Europe's New Disclosure Law

    Europe's new AI content law demands a label that proves origin, but the sparkle icon design teams already ship was built to sell delight, not prove provenance. We trace the Nielsen Norman Group test where no one read the icon as AI, Google's own contradicting research, and the two-icon system Article 50 actually requires.

  23. 03 7 min 46 s

    Wealthfront's AI Code Reviewer Costs $4 a Pull Request to Say Nothing

    Wealthfront rebuilt its internal code reviewer so three AI models argue over a flagged issue before a human ever sees it, and now spends $4 a pull request to say as little as possible. Two hosts work through the research on why noisy AI review gets ignored, and the open question of whether a quieter reviewer is also letting more bugs through.

  24. 02 7 min 46 s

    AI Coding Tools Helped Blind Developers. Now Their Interfaces Are the Barrier

    A 5 August 2026 study validated 600 accessibility bug reports across five AI coding tools and found that maintainer attention, not model quality, decides which one a blind developer can actually use. The episode works through the numbers behind that gap and the research that complicates it.

  25. 01 6 min 50 s

    UX.md and DESIGN.md Reveal What AI-Ready Documents Leave Out

    Nielsen Norman Group published two contradicting essays on AI design documentation in July 2026. One argues research output should become AI-ready context like UX.md; the other warns that outsourcing research synthesis costs a team the learning. The episode works through who is supposed to own that curation.