SOStephen Ombuyainmichiekawrites.hashnode.dev·3d ago · 5 min readThe Blockchain Trilemma, ExplainedIf you spend any time reading about blockchain architecture, you'll eventually run into the same term over and over: the blockchain trilemma. It's one of the most useful mental models in the space, be00
SOStephen Ombuyainmichiekawrites.hashnode.dev·3d ago · 4 min readThe Thinking Game: What AlphaFold Taught Me About Building With AII recently watched The Thinking Game, Google DeepMind's documentary tracing the five-year journey behind AlphaFold — the AI system that cracked protein folding, a problem biologists had wrestled with 00
SOStephen Ombuyainmichiekawrites.hashnode.dev·6d ago · 6 min readBuilding My First MCP Server in Python: A Beginner's WalkthroughAs part of Phase 1 of my AI Agents learning roadmap, I've been working through transformers, tokenization, and the mechanics of how models actually reason. But theory only gets you so far. This week I01C
SOStephen Ombuyainmichiekawrites.hashnode.dev·Jul 11 · 8 min readFrom Prompt to Production: Building Your First AI Agent LoopMost developers think they've built an agent when they've chained two API calls together — call the model, call a tool, call the model again, done. That's not an agent. That's a pipeline — a fixed seq00
SOStephen Ombuyainmichiekawrites.hashnode.dev·Jul 11 · 10 min readAI Agents Explained: From Simple Bots to Autonomous Problem Solvers AI Agents Explained: From Simple Bots to Autonomous Problem Solvers You type a prompt into ChatGPT. It thinks — in a single forward pass — and hands you back text. Impressive, but static. It doesn't c00