Latest update · Jun 21 Self-Balancing PID Robot — updated the CAD files
Palden

Hi, I'm Palden. I started engineering only two years ago, and since then I've won two hackathons — including one of the largest hardware hackathons in the world. I've served as the electrical lead for my school's Mars Rover club, worked as a machine-learning research assistant in brain-computer interfaces, and grown a following of over 300,000 in the past year.

How did I do it? Honestly, I've been in catch-up mode for the past two years. I started late, and I got tired of getting mogged all the time — whether in school by my cracked friends, or online, where every time I opened LinkedIn I'd see some MIT engineer building something insane or landing an internship at SpaceX.

A lot of people look at these cracked people and think, "They probably grew up in a STEM household," or "They're lucky they started early." I looked at it differently. I thought, "Okay, they're smart, and they have the advantage of starting early. But I have AI on my side. If I work hard enough, I can use AI to shorten my learning curve and eventually catch up."

So for the past two years I've taken only one real weekend off, and that was to celebrate my cousin graduating. Most of my weekend nights went into studying, building projects, or growing my engineering pages — which, if you've followed me for a while, you've probably seen on my Instagram. And BTW, this isn't a flex — it's just what I felt I had to do to catch up.

Anyway, now I feel like I've somewhat caught up — or at least I'm not as far behind as I used to think. So I built this page to share the resources, lessons, personal thoughts, and open-source projects that helped me level up. My goal is simple: help you shorten your learning curve, avoid some of the mistakes I made, and catch up faster too.

I hope this page helps. And I hope you use engineering to help humanity solve its greatest problems!

Beginner Projects

Simple starter builds — the ones I'd point a complete beginner to first.

I just put this website together on June 20th, so this section is still a work in progress — I'll be adding beginner projects here over the next couple of days. Check back soon!

Current Projects

What I'm building right now — and exactly where each one is at.

Self-balancing robot — CAD render Click to zoom
Project 01In progress

Self-Balancing PID Robot

A two-wheel robot that stays upright on its own. An IMU measures how far it's tipping and a PID loop drives the motors to catch the fall — hundreds of corrections a second.

Phase III of III · tuning2 of 3 phases done
  1. CAD & chassis — full mechanical design finished and the frame built.
  2. Electronics wired — motors, driver, IMU, and microcontroller all connected.
  3. Tune the PID loop — dialing in the gains so it balances and rejects pushes.
Right now

Blew one of the motors mid-tuning — waiting on a replacement before I can finish dialing in the PID loop.

Replacement motor~ Jun 25
Target finishJun 29
Want to build one? Everything I have so far — CAD, firmware, and wiring — is on GitHub.
8-bit breadboard computer — modules labeled Click to zoom
Project 02In progress

8-Bit Computer

A working computer built from scratch on breadboards, one logic chip at a time — clock, registers, ALU, RAM, and control logic, following the classic SAP-1 architecture.

Phase III of VI2 of 6 phases done
  1. Research & plan the build — study the SAP-1 architecture, source the parts, and map out every module.
  2. Clock module — adjustable speed with single-step for debugging.
  3. Registers & ALU — A and B registers on the bus, plus add and subtract.
  4. RAM & program counter — memory with an address register, and instruction sequencing.
  5. Output & control logic — the 7-segment display, instruction register, and microcode.
  6. Program it — write machine-code programs, load them into RAM, and run them.

Latest · June 2026 — Registers moving data cleanly across the bus; building the ALU next.

Want to build one? All my schematics, build notes, and the parts list are on GitHub.
Self-rising RL robot — servo-driven build Click to zoom
Project 03In progress

Simple RL Robot

A small servo robot that learns to move on its own. I train a reinforcement-learning policy in simulation, then deploy it straight to the hardware — no hand-coded gait.

Phase I of Vjust getting started
  1. Research & learning RL — getting the fundamentals of reinforcement learning down before building.
  2. Build the robot — servos, frame, and electronics assembled.
  3. Match it in sim — recreate the robot in a MuJoCo simulation.
  4. Train the policy — run PPO until it moves reliably in simulation.
  5. Sim-to-real — deploy the trained policy onto the physical robot.

Latest · June 2026 — Learning the fundamentals of reinforcement learning before the build.

Repo coming soon. For now, this build draws inspiration from homemadegarbage's SelfRisingRobot project.

Extra

A little more of the thinking behind the building — and the things that help me do it.

Writings

Thoughts, lessons, and deeper breakdowns from the things I build — the stuff that doesn't fit in a 30-second reel.

Coming soon

Personal Goals

What I'm working toward — the short-term targets and the bigger picture I'm chasing in engineering and beyond.

Coming soon

Resources

The tools, parts, and references I keep coming back to — collected here so you can skip the searching I didn't.

Coming soon

Contact

The best way to reach me: