๐Ÿฟ Run Multi Agents Stress FREE with Claude Code


Hey Reader,

A lot of you have been asking me how Iโ€™m able to stay so productive and get a lot of work done so I finally broke down my exact workflow and setup in a short video.

video previewโ€‹

๐Ÿฟ Our Weekly Snack: Run Multi Agents stress free with Claude Code

โ€‹Git work trees let you check out multiple branches at the same time each in its own folder all backed by the same repo.

Instead of one working directory and constant branch switching, you get parallel workspaces. Each work tree has its own isolated files, while sharing the same Git history.

So, How Git work trees are different from branches ๐Ÿฟ

โœ”๏ธ Branches are just pointers in Git history. You can only have one branch checked out per folder.

โœ”๏ธ Worktrees let you check out multiple branches at the same time, each in its own folder.

Action item for you โœ…

So, next time you are working with multiple AI Agents, get them to use Git work trees instead.

๐Ÿš€ Latest Frontend News

Git can be stressful with multiple agents but using Git Worktrees can help you resolve conflicts (without losing your mind)

Cursor helps you write code, Codex effortlessly manage multiple agents at once, run work in parallel, and collaborate. This breakdown explains when each one makes sense.

Server Actions were designed for mutations, not data fetching a mental model many get wrong

Why Inngest moved off Next.js to TanStack Start, here's what they learnedโ€‹

Can MCP's be used to build a React design system library?

Got too many browser tabs open? Use Google's Disco an AI tool that converts open browser tabs into an app

Free Lesson : Catch-All vs Dynamic Routes in Next.js A few important Routing Gotchas Explained


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

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

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

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

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
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...

Two code snippets contrasting the placement of `redirect()` in a Next.js function, highlighting functional differences and best practices.

Hey Reader, Last week, I gave a talk at React Paris about Building your own AI minion, basically an AI Agent Toolkit for modern apps. I show my workflow and how I have automated a lot. The room was full, the energy was electric โšก, and it turned into one of my favourite talks Iโ€™ve given. You can ๐ŸŽฅ watch the video here and the slides are here. ๐Ÿฟ Our Weekly Snack: Stop calling "redirect()" inside a try/catch block in Next.js Stop calling "redirect()" inside a try/catch block in Next.js ๐Ÿ’ก Here's...

A terminal interface displays commands for a tool called next-browser, designed for AI agents to analyze and monitor Next.js applications.

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...