Pirate cove at noon — calm waters, ship at anchorPirate cove by moonlight — stars, lantern glow, ship in silhouettePirate cove at noon — wide panorama, calm waters, ship at anchorPirate cove by moonlight — wide panorama, stars, lantern glow, ship in silhouette

// devblog · @stormbreaker9000

Eye of the Storm

Logbook from a developer charting Claude plugins, MCP servers, and developer tooling — written between voyages.

Archive
Aug 22
AI Basics · Part 16RAG: the hard part was never the model

Retrieval-augmented generation is one hard problem and one trivial one wearing the same name. The generation half is a prompt with text pasted into it. Everything that actually breaks is a search problem that predates LLMs by thirty years — which is why so many teams staff it wrong.

Aug 07
AI Basics · Part 15Prompt engineering: the tricks died, the discipline didn't

Tipping, threatening, and 'let's think step by step' mostly failed replication or got absorbed into the models. What survived is less glamorous and more useful: prompting is steering a frozen distribution, and the only thing that turns it into a discipline is measuring.

Jul 18
AI Basics · Part 14Why transformers won: the right shape for the compute

Transformers didn't win because attention beats recurrence — they won because attention is parallelizable at training time, which made them GPU-native and unlocked the scaling laws. Why the moat is the stack, not the architecture, and who's actually challenging it.

Jul 18
AI Basics · Part 12Embeddings and vector space: turning meaning into geometry

An embedding turns meaning into geometry — text mapped to a vector so that similar meanings land close together. The two very different artifacts both called 'embeddings,' how sentence models are actually trained, and what vectors can and can't tell you.

AI | VentureBeat