
Front-End Fire 138: Next.js Leans into AI Agents
18 snips
Mar 30, 2026 They dig into TypeScript 6 and Microsoft’s plan to rewrite the compiler in Go. They walk through Next.js 16.2 features for AI agents, bundling docs, adapters, and deployment trade-offs. They explore Claude Cowork and tools that let AI inspect files, run tools, and automate workflows. Lightning news includes Firefox split view and OpenAI shutting down Sora.
AI Snips
Chapters
Books
Transcript
Episode notes
TypeScript 6 Prepares Migration To Go Compiler
- TypeScript 6 is the last JS-based compiler and it transitions the project toward Go to prepare for v7.
- Microsoft set stricter defaults (strict true, module ESNext, rootDir '.') and warns on deprecations to ease the upcoming v7 migration.
Next.js Bundles Docs For Reliable AI Agents
- Next.js 16.2 bundles documentation into the package and create-next-app generates an agents.md that points agents to that local docs bundle.
- Vercel's research showed always-available bundled docs gave agents a 100% pass rate versus on-demand skill fetches.
Agents Md Beats Skills For Reliable Agent Context
- Teams are experimenting with agents.md versus skill-based approaches; Vercel's data suggests always-available context (bundled docs) outperforms on-demand skills.
- Jack and TJ note tradeoffs: skills can be app-specific while bundled docs remove retrieval failures by being immediately available.


