This GitHub Repo Has 37,000 Stars and Zero Lines of Code
Author(s): Anubhav Originally published on Towards AI. The most-starred course on GitHub was never written. Here’s the full roadmap it points to, and where to learn every step. Andrej Karpathy has a GitHub repo with 37,500 stars and not one line of …
The 5 Papers Behind Every AI Agent Architecture in 2026
Author(s): Anubhav Originally published on Towards AI. ReAct, Toolformer, Reflexion, Voyager, and the framework paper almost nobody opens. You already ship all five, you just never read where they came from. Nearly every AI agent shipping today traces back to five research …
Kimi K3 Is the Biggest Open Source Model Ever. Almost No One Can Run It.
Author(s): Anubhav Originally published on Towards AI. 2.8 trillion parameters is about 1.4TB of weights. Your GPU has 24GBs. Days after shipping the largest open model ever built, Moonshot paused new subscriptions. Not a billing glitch, a GPU crunch, it could not …
The Next AI Breakthrough May Not Be a Bigger Model
Author(s): Anubhav Originally published on Towards AI. The Next AI Breakthrough May Not Be a Bigger Model In 2019, a researcher named François Chollet built a benchmark called ARC-AGI. The puzzles were simple enough that a child could solve them. They were …
I Helped 50,000 People Set Up Claude Code. Here’s What I Didn’t Tell Them
Author(s): Anubhav Originally published on Towards AI. The setup was the easy 20%. Six months in, here’s what actually breaks, memory that rots without a warning, connectors that say “Connected” and aren’t, and subagents that report success for work they never did. …
I Know Why You Can’t Break Into AI.
Author(s): Anubhav Originally published on Towards AI. It’s not the skills gap. If you have applied to AI roles recently and heard nothing back, here is what is happening on the other side. After the lead, the article argues that the market …
RAG Evaluation 101: What to Measure (and What Not to)
Author(s): Anubhav Originally published on Towards AI. Five questions, five papers, five things your RAG eval is probably getting wrong. If you have built a RAG, you have asked yourself the question: is this thing actually any good? After the lead paragraph, …
I Turned Claude Code Into My Chief of Staff (One Folder, 6 Skills)
Author(s): Anubhav Originally published on Towards AI. Everyone aims Claude Code at their repo. I aimed it at my week. The folder that came out runs my mornings, and it taught me the two things that decide whether one of these personal …
My First $5,000 Month Writing About AI Engineering on Medium
Author(s): Anubhav Originally published on Towards AI. My First $5,000 Month Writing About AI Engineering on Medium In May, my Medium earnings crossed $5,000 from writing about AI engineering. A month earlier, the same account had done 10.9K views. Two months earlier, …
From Basic RAG to Advanced Retrieval: A Practical Roadmap Using the Modern RAG Stack
Author(s): Anubhav Originally published on Towards AI. Build intelligent, adaptive AI that understands and utilizes all your data sources General-purpose LLMs are incredible, but they have a fundamental blind spot: your data. Their knowledge was frozen at a specific point in time, …
How I Use AI To Code Faster (Without Losing Control of My Codebase)
Author(s): Anubhav Originally published on Towards AI. Practical guide to balancing speed and control when coding with LLMs AI tools are everywhere now. Feels like you can’t scroll through a tech blog without someone talking about their new AI-powered workflow. Until earlier …