Next.js: AI Development Skills and Infrastructure Updates
The Next.js team merged new AI-powered development workflow skills and made significant infrastructure improvements including Turbopack error recovery and optimized CI performance.
Duration: PT2M2S
Episode overview
This episode is a short developer briefing from Next.js.
It explains recent repository work in plain language.
- Show: Next.js
- Published: 2026-05-22T10:01:51Z
- Audio duration: PT2M2S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your Next.js developer briefing for May 22nd, 2026.
Jude Gao merged a significant pull request adding next-dev-loop and next-ppr-optimizer skills for AI-powered development workflows. These paired skills enable agents to work with the Next.js development server - the first establishes a shared session view of the running app through framework-side and browser-side…
Luke Sandberg committed crucial Turbopack stability improvements, fixing crashes when node_modules/next becomes temporarily unresolvable during package installations. The fix downgrades fatal errors to recoverable ones and adds better error handling, preventing the development server from wedging during common…
Andrew Clark made two important feature changes: enabling experimental.varyParams and experimental.optimisticRouting by default, and introducing App Shell prefetches that render parameter-independent route shells. These changes advance the Sparkle navigation stack.
Tim Neutkens optimized CI performance by running Linux Playwright jobs in prebuilt Microsoft containers, saving approximately 1 minute and 45 seconds per job by eliminating browser download overhead. Benjamin Woodruff added Turbo…
Addi…
Nearby episodes from Next.js
- Developer Tooling and Cache Optimization Updates
- Developer Tools Organization
- Weekly Recap - DevTools Enhancements & Build System Improvements
- DevTools Overhaul and Build System Fixes
- Developer Experience and Performance Updates
- Major Turbopack Improvements and Feature Rollouts
- Developer Experience and Turbopack Improvements
- Turbopack CSS Optimization and Testing Improvements