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 6000+ 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
after function in Next.js

Hey Reader, Next.js has a bunch of little features that feel fun at first — but can actually change the way you build. This week’s snack is one of those. That’s the whole point of Frontend Snacks: giving you small, sharp insights that make a real difference and ones you can actually apply. Weekly Snack: after function 🍿 Next.js 15 introduces after() — a new API that lets you schedule server-side code to run after the response has been sent to the browser. So your UI renders instantly, and the...

AI coding agent

Hey Reader, So apparently Deadpool is giving a keynote at a developer conference now. Yes, Ryan Reynolds is speaking at the Postman Conference and I’m still trying to process that 🤯 I recently had a conversation with a friend who really missed in-person connections. It's hard to be at home all the time and it is only when you meet like minded people in a room is when your creative juice flows. Things like I didn't know how tall you were or didn't know you had a dog etc. come up which is...

server only vs use server

Hey Reader, 🎨 Ever wanted your website to feel like it came straight out of a Studio Ghibli movie? I just discovered a Ghibli-inspired ShadCN UI theme that brings that dreamy, hand-painted magic to your components — and it’s absolutely stunning. If you're as obsessed with that aesthetic as I am, you're gonna love this. I also share a Github Repo you can check out too that goes along well with the video. 🍿 Weekly Snack: 'server-only' vs 'use server' Next.js has two easily confused directives:...