Engineering Blog
Technical insights on Optimizely CMS, Commerce, and the modern .NET ecosystem.
How Claude Agents Actually Work: A 6-Layer Architecture Breakdown
<![CDATA[ Most developers, when they first wire up an LLM agent, carry a flawed mental model: the model runs code. It does not. Understanding where the boundary actually sits — what Anthropic's inf...
How to Start a Feature With Superpowers: A Step-by-Step Guide
You've installed Superpowers. Now what? The good news: you don't need to learn any special commands or memorize a workflow. You just describe what you want to build — and Superpowers quietly takes...
Superpowers: The Agentic Skills Framework That Makes Claude Code Actually Think Before Coding
The Problem With Every AI Coding Agent Out of the Box You open Claude Code. You type "build me a user authentication system." And within seconds it's already writing UserController.cs — no questio...
Get Shit Done: A Solo Developer's Guide to Shipping Faster with GSD and Claude Code
If you're a solo developer who codes with AI — you've probably hit this wall. You open Claude Code, start describing your feature, write some code, ask for fixes, write more code… and somewhere a...
RTK: The Token Killer That Sits Between Your AI and the Terminal
Every time your AI agent runs a CLI command, it reads the full raw output — and that output is noisy. A simple git status returns 15 lines of boilerplate. A test failure from cargo test dumps 200+...