SSedhuinsedhu.hashnode.dev·2d ago · 14 min readOne Harness for the OrbitxHow I Generalized Our AI Dev Setup Across Every Orbitx Repo A story about starting small, getting told to think bigger, and the hardest constraint of all: don't lose what already worked. How it start00
SSedhuinsedhu.hashnode.dev·May 3 · 20 min readThe Layered Cake of Claude CodeA practical, deep-dive map of Claude Code — what every folder, file, plugin, skill, hook, agent, and MCP actually does, how to compose them, how to swap the brain for OpenRouter or Ollama, and how it 00
SSedhuinsedhu.hashnode.dev·Mar 25 · 10 min readGetting Started with Claude Code — And Why It's Not Just Another CursorI've been coding for 14+ years. I've used many IDEs, every AI tool (Devin to Qoder, Lovable,. ), every "next big thing." When I switched to Claude Code, it felt different. Not "oh cool, another copilo00
SSedhuinsedhu.hashnode.dev·Mar 20 · 10 min readI Built a Self-Measuring Hook System for Claude Code — Here's What 427+ Automated Runs Taught MeMost people using AI coding agents treat them like a magic autocomplete. Type a prompt, get code, ship it. I did that too. Then things started breaking in weird ways — production code without tests, f00
SSedhuinsedhu.hashnode.dev·Mar 4 · 9 min readMongoDB ObjectID: anatomy of a distributed identifierMongoDB's default ObjectID exists because distributed databases cannot afford the coordination cost of sequential integers. Rather than relying on a single authority to hand out the next number — a bo00