okeyy, so let's see what happened a few days back between openai and hugging-face. understand the whole story here.
Writing
Thoughts by Sourav Mishra on development, entrepreneurship, and life.
my top tips for shipping ai agents that don't go crazy and burn all your money.
okeyy, so let's see what vibe coding really is, why everyone is doing it, and why you still need human eyes on your code.
in multi-agent setups, one compromised agent can take down the rest. let's talk about cascade risk and how to fix it.
does it act on its own or only when you push a button? how to spot real autonomous agents.
the shift from chat uis to agents doing work. claude code, agent networks, and why i design for boundaries.
a simple breakdown of anthropic's 2026 research on claude code. most agents still need humans.
the shift from chat interfaces to autonomous agents doing actual work, and what it means for builders.
a simple fact-check of 2026 ai agent security issues, and what framework docs don't tell you.
my super simple take on claude code and cursor. when to use which, and how to control costs.
real ai agents use observe-decide-act loops. workflows follow fixed paths. here's how i choose between them.
where i go to learn about ai agents, what breaks in production, and how to spot real advice.
why the cancel chatgpt movement blew up after openai's military deal, and what devs are doing now.
science says short-form videos are changing how we focus. let's talk about the algorithms behind shorts and reels.
an easy guide on linking your nextjs pages so ai and google love your site.
a simple guide on how to host next.js yourself and skip the vercel lock-in. let's run it with docker and sqlite.
stuck on page 5 of google? here is my super simple strategy for boosting ctr and getting your next.js app found.
inp is the new ranking factor. let's see how to make your next.js app super responsive to clicks.
a super simple guide on when to use next.js server actions vs traditional api routes.
how to keep next.js fast without putting 'use client' everywhere.
a simple guide to getting google and ai to love your next.js app.
vercel's new rust bundler promises to be 700x faster. but does it actually work in production? let's test it out.
stop writing manual role checks. learn how to build a simple wrapper for your next.js server actions.
stop putting database calls in your proxy.ts, please lol.
okeyy, so let's see why storing search filters in the url is way better than useState.
how the new react compiler auto-optimizes your next.js app so you don't have to.
why your next.js site might be getting de-indexed and how to fix it.
ever had css working perfectly locally but broken in prod? here is why it happens in next.js and how i fix it.
save a ton of money by self-hosting next.js 16. here is a simple guide using docker, sqlite, and a basic vps.
let's look at the new 'use cache' directive in next.js 16. i'll show you how to cache your components easily.
forget traditional seo, let's talk about generative engine optimization (geo). here is how to get chatgpt and perplexity to cite your stuff.
okeyy, so let's see why next.js server actions exist and when you should actually use them.
let's see how to build type-safe forms in next.js using zod and server actions. super simple and clean.
a super simple guide to building ai agents that use tools, make decisions, and get real work done in next.js.
how i built a bouncy reading progress bar with zero extra libraries.
back buttons seem simple, but in next.js there are some tricks. here is how to build one that always works.
a simple breakdown of vercel's latest guide on how to actually make react apps fast.
okeyy, so let's see why building UI components from scratch is a waste of time and why shadcn is awesome.
let's talk about react suspense and streaming in next.js. no jargon, just making your app load fast and feel snappy.
tired of messy tailwind code? let's talk about the cn utility, cva, and keeping things clean.
tired of your text jumping around on load? here is how to use next/font to fix cls and optimize your fonts.
let's look at react's useOptimistic hook to make your next.js apps feel instant and super fast.
okeyy, so let's see how typescript generics work and why you don't need to be scared of them.
learn how to use server actions for forms, validation, and updating data without api routes.
okeyy, so let's talk about the css :has() selector. it's the parent selector we've been begging for. here's how to use it with some real-world examples.