One AI Editor Took 3 Minutes, the Other Felt Like a Principal Engineer


Hey Reader,

Having an AI Code Editor is mandatory in today's world.

Last weekend, I was talking to a friend who's a Staff DevOps Lead at a Tech firm.

He hadn't tried any of the AI Code Editors yet and said he was hesitantβ€”mostly because he thought editors wouldn't know the Context of his codebase as he does and also they can't keep up with his brain 🧠, he joked.

So, very confidently, I showed him Cursor AI. And to my surprise, Cursor really sucked at remembering context. Plus, it took Cursor about 3 MINUTES !!! to come back with a response πŸ˜….

We then switched to Augment Code.

​Augment Code performed way better; the response was instant ⚑, and it was really, really good at remembering the context of the entire codebase. We felt like we were pair-programming with a Principal Software Engineer 🀯.

If my friend had tried Augment alone, the benefit might not have been as obvious. But, the fast response time and its ability to keep track of the ENTIRE codebase? That was a lightbulb moment πŸ’‘ and an instant dopamine kick for us πŸ”₯.

So, How does Augment Code remember everything? Augment prioritizes Code awareness and keeps a real-time index of the codebase - versus a 10-minute delayed index.

​Augment works well with VSCode, JetBrains, Vim, and NeoVim and they offer a free 30-day trial.
​

​
πŸš€ Latest Frontend News

ShadCN Docs have been updated to include TanStack now, a great getting started guide​

πŸ” Next.js version 15.2.3 has been released to address a security vulnerability (CVE-2025-29927). This means,

  • Any security checks, such as login protection, authentication, or access control, might not run as expected.
  • If your application relies on middleware to enforce authentication, an attacker could potentially access restricted resources without triggering those checks.

I highly recommend upgrading to this version.

Cline can browse GitHub examples to learn how they work 🀯 check out Cline here​

An amazing deep dive into MCP and the future of AI tooling

How Next.js use-cache directive works, here is a deep dive with visuals​

✨ The official release of tRPC v11 is here; here are a few major changes:

  • TanStack Query v5 support
  • New TanStack React Query integration
  • FormData / Non-JSON Content Types support, which makes file uploads possible

🧰 Frontend Development Toolkit

​Visual Copilot for Figma - a new AI copilot that generates on-brand Figma designs

Ever wonder why you need Prisma or any other ORM? Check out benchmarks.prisma.io. This tool compares the performance of Prisma ORM, TypeORM and Drizzle ORM with different database providers.

​Comprehensive tracing to debug, evaluate, and monitor your LLM applications, RAG systems, and Agentic workflows with Opik.

A Cheatsheet that converts SQL into Convex Queries​

πŸŽ₯ Weekly Youtube Videos

Check it out and subscribe to my channel ↗️ for more Frontend, Leadership and Career Development content.

Build and Deploy Full Stack AI SaaS with Next.js, React, ShadCN, Stripe, Clerk, Open AI and Gemini AI

Interviewed Tanner Linsley (Creator of TanStack Ecosystem)

video preview​

What do you think of today's Newsletter? Simply click on one of the links below.

β€‹πŸ’– Love it, thank you!​

β€‹πŸ‘Œ It’s not bad​

β€‹πŸ€™ You can do better​

All past newsletters can be found here.

You can email me at me@kulkarniankita.com to advertise/sponsor the newsletter.

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
next.js proxy

Hey Reader, Middleware got renamed to Proxy in Next.js 16. Same functionality. Better name. What is Proxy? Every request to your app has to go somewhere - a page, an API route, a file. Proxy gets to look at it first and decide what happens: send the user somewhere else, serve different content silently, or just let it through as-is. Think of it as a traffic controller 🚦 sitting in front of your routes. So, why you should stop putting auth in Proxy? It feels like the perfect place but it...

You’re Suspending the Wrong Component

Hey Reader, There are thousands of you going through Modern Full Stack Next.js Course so wanted to be grateful here for your support. Just as a thank you, there is something big dropping for you. It will only last 24 hours ⏰ so keep an eye out for my email next week. Let's dive in! PRESENTED BY CLERK Instead of your coding agent guessing how auth works, you can now install specialized Clerk knowledge directly into it. Introducing Clerk Skills One simple command $ npx skills add clerk/skills...

Next.js bundle analyzer

Hey Reader, This week, we're putting your Next.js app under the microscope, what's slowing it down? This along with the latest news, can AI really debug complex React/Next.js bugs? How OpenClaw and Anthropic are enabling AI collaboration, 3 New Coding Models dropped and more. Let's dive in! 🍿 Our Weekly Snack: What's Really Slowing Down Your Next.js App? Have you ever wondered why your Next.js app feels sluggish or takes forever to load? 🐌 The new experimental Bundle Analyzer in Next.js 16.1...