๐Ÿฟ Biggest AI updates in Next.js 16.2 (Your AI agent can finally see what your users see)


Hey Reader,

This week, Next.js 16.2 gave AI agents something they never had "a browser". Your agent can now see your app, find the problem, and fix it without asking you. This along with GPT-5.4 mini & nano (2 small models), TanStack Start going 5x faster, why you should ban useEffect, and more.

Let's dive in.

โ€‹
๐Ÿฟ Our Weekly Snack: Your AI agent can finally see what your users see (Next.js 16.2 is here)

Next.js 16.2 dropped yesterday (deep dive here) and it just gave AI agents a browser. It's called next-browser and it turns your running app into something an AI agent can actually inspect.

Here's the thing,

An LLM can read your code. But it can't open DevTools. It can't see a loading skeleton. It can't check your network tab.

next-browser fixes that with shell commands that return structured text.

๐Ÿ’ก Why should you care?

Well, your agent can now navigate to a page, see a full-page skeleton, run ppr lock and analyze: Which fetch is the blocker, Which component owns it, and the exact fix.

Then apply it, without asking you.

This is Huge and where framework + AI tooling is heading.

๐Ÿง  How to set it up

โ†’ Run "npx skills add vercel-labs/next-browser"

โ†’ Type /next-browser in Claude Code, Cursor, or any MCP-compatible agent

โ†’ It spins up a browser (Chromium) with React DevTools pre-loaded

Agents that don't just read your code, they run your app and see what you see.

๐Ÿš€ Latest Frontend News

LIBRARY UPDATES

@platformatic/vfs brings Virtual File Systems to Node.js a cool new way to create a file virtually and not on diskโ€‹

Next.js 16.2 just released, check out this quick 7-minute deep dive hereโ€‹

Stop Building Slow Next.js apps, do this instead (my recommendations)

TanStack Start just boosted SSR throughput by 5x! Learn how profiling uncovered hot paths to deliver massive performance gains.

Better Icons gives your AI coding agent access to 200,000+ icons across 150+ collectionsโ€‹

โ€‹Streamdown 2.5 is out now, with enhanced code blocks and KaTeX support for effortlessly smooth data streaming.

โ€‹AI Elements 1.9 is out with new components, an agent skill, and component.

โ€‹Vitest 4.1 just shipped with test tags, an agent reporter that cuts token usage and a no-sandbox mode

โ€‹
โ€‹ GREAT READ โ€‹
โ€‹Why we banned React's useEffect a practical breakdown of what to use instead of useEffects, most of the time they aren't necessary

Your Package imports are silently killing your Next.js performance, here's how Vercel fixed it, cutting cold boots by 40% and builds by 28%.
โ€‹
โ€‹ AI โ€‹
Don't sleep on the mini models. OpenAI just dropped GPT-5.4 mini and nano, 2x faster than GPT-5 mini

Anthropic has hundreds of Skills in active use internally,Lessons from Building Claude Code breaks down what types are worth making and what makes a good one

VS Code now lets your agent drive the browser

โ€‹Handy is a free, open-source speech-to-text app that runs entirely on your machine


๐Ÿค” What did you think of the Newsletter?

โ€‹๐Ÿ”ฅ Love it!โ€‹

โ€‹๐Ÿ˜ Itโ€™s okayโ€‹

โ€‹๐Ÿ‘Ž Not goodโ€‹

If youโ€™ve published a blog post or shipped something, feel free to reply to this email and it comes straight to my inbox. Iโ€™m always looking for great community work to consider featuring.

All past newsletters can be found here. You can email me at me@kulkarniankita.com to advertise/sponsor the newsletter.

For those curious, I write all my emails using Convertkit.

See you next week!

Ankita Kulkarni

Join 9200+ subscribers reading by weekly personalized Newsletter that helps developers level up their skills through weekly Frontend and Leadership Snacks. You get a deep dive into a Tech topic, Actionable tips to excel in your career and a toolbox!

Read more from Ankita Kulkarni

Hey Reader, The biggest challenge with AI right now isn't building from scratch or brainstorming, it's great at both. It's building real intuition for how things should work. Take how TikTok and YouTube handle video. If they served the same file to every device, tablet, mobile, desktop, even a slow 3G connection, users would drop off fast. So how would you solve that? Don't worry, let me show you. Here's how to architect for exactly this challenge. PRESENTED BY IMAGEKIT Don't throw raw MP4s...

A code editor displays a file structure showing a new lock file generated in the Next.js directory, indicating port 3000 is occupied.

Hey Reader, Confession: i've lost count of how many times an agent has killed my running dev server and started a new one on a different port. it's the single most annoying thing about coding with AI right now. Turns out Next.js 16.2 just fixed it so dig into the snack below. let's dig in ๐Ÿฟ PRESENTED BY SUPABASE Supabase is the backend for your app: it gives you a database plus the โ€œboring but necessaryโ€ stuff around it (user sign-in, file storage, background functions, and real-time updates)...

View Transitions in Next.js

Hey Reader, I'm working on a new course on AI and I know there are a million courses out there but honestly, I'd like to work on something that can help you ship things. However, I need your help. Can you please answer what type of a course on AI would you want me to work on? Click here to reply โ†— Anyway, let's get into this week's newsletter. PRESENTED BY SUPABASE Supabase is the backend for your app: it gives you a database plus the โ€œboring but necessaryโ€ stuff around it (user sign-in, file...