krishna@embedded:~ — bash

$

about

I'm Krishna. Hobbyist, not a professional. This is less of a portfolio and more of a record — things I built because I was curious, because I needed them, or just because I wanted to see if I could.

“Most things here exist for pretty simple reasons — I wanted to know how something actually works, I needed it and nobody built it quite the way I wanted, or the idea just wouldn't leave me alone until I built it.”

No grand plan, no monetization strategy. Just problems I found interesting — and the strong suspicion that you don't really understand something until you've built it yourself.

My main thing is embedded systems — MCUs, real hardware, stuff you can actually hold and wire up. I like when code does something in the real world, not just on a screen. When a wrong decision means a bent connecting rod, you think more carefully.

how I build things

I use what I'd call spec-driven AI development: I figure out exactly what needs to be built, how it should work, and what rules it absolutely cannot break — then I use AI to implement it. I design the system, pick the hardware, write the constraints. AI writes the C++.

I'm not going to pretend I write C++ or FreeRTOS from scratch. But I know exactly why every decision exists, I can debug at the logic level, and I understand what the system is and isn't allowed to do — including what happens physically when it gets it wrong. That part is fully mine.

Embedded Systems System Architecture Hardware & Wiring Circuit Debug Automotive Electronics Spec-Driven AI Dev Learning in Public

repos

▸ live from github — experiments, explorations, works-in-progress. most of these exist because I was curious.

_ fetching repos from github.com/Little-Krishnaa...