TheProdSDE
You learned how to code.
Nobody taught you how code actually works at work.
TheProdSDE covers the gap — the standards, trade-offs, decisions, and systems that engineers usually learn only through years of production experience. Written by Karan Gehlod.
“You start as SDE, you stay SDE. Just the title changes.”
— Karan Gehlod
Featured Projects
All projectsLatest Writing
All postsBuild a Free Developer Portfolio with AI and GitHub Pages — In an Afternoon
No hosting bill. No design skills required. A step-by-step guide to shipping a real portfolio link you can hand to an interviewer today.
I Got Tired of Benchmarks That Test Models Instead of Agent Frameworks, So I Built My Own
Every benchmark tells you which model is best. None of them tell you which agent framework is best for your actual daily work. So I built one that does.

Building an A2A Client: What the Protocol Gives You — and What You Still Have to Build
Agent interoperability is only one layer of a multi-agent system. Discovery, routing, authentication, execution, and failure handling are still your application’s job.AI agents are becoming increasing…