Leverage Record: February 26, 2026
Daily accounting of what Claude Opus 4.6 built today, measured against how long a senior engineer familiar with each codebase would need for the same work. Twenty tasks across six projects. The day split between building a custom patent diagram renderer from scratch, standing up an interactive learning frontend with multiple activity modes, implementing a server-side scoring engine, writing three architecture articles, and iterating on layout engine improvements. The patent diagrammer hit the session's highest leverage at 200x.
Leverage Record: February 25, 2026
Daily accounting of what Claude Opus 4.6 built today, measured against how long a senior engineer familiar with each codebase would need for the same work. Nine tasks across five projects. The production API implementation dominated the day in both scope and wall-clock time. Three architecture articles were written and deployed in parallel.
Leverage Record: February 24, 2026
Daily accounting of what Claude Opus 4.6 built today. Twenty-eight tasks across seven projects. The day was dominated by standing up four product vertical websites with full AWS deployments, fixing diagram rendering issues across a large document set, and building out cloud infrastructure and backend services. This was the highest-volume day so far.
Leverage Record: February 23, 2026
Daily accounting of what Claude Opus 4.6 built today, measured against how long a senior engineer familiar with each codebase would need for the same work. These are leverage factors, not time savings. Most of these projects are ones I would not have started without AI. The leverage factor measures how much more I can ship, not how much faster I finish.
Cloning GitHub in 49 Minutes
I cloned GitHub. The result is a full-featured, single-user Git hosting platform with repository management, code browsing with syntax highlighting, pull requests with three merge strategies, issues with labels and comments, releases, search, activity feeds, insights, dark mode, and 50+ API endpoints. 111 files. 18,343 lines of code. 155 passing tests. The whole thing took 49 minutes, entirely within the scope of a Claude subscription.
Using Claude to Clone Confluence in 16 Minutes
Day three. Another SaaS subscription, another Single Serving Application. I've now replaced Harvest (time tracking) and Trello (project management) with AI-generated clones. Today's target: Confluence, Atlassian's knowledge management and wiki platform. Claude Opus 4.6 built a fully functional Confluence clone in 16 minutes, consuming 106,000 tokens. That's the fastest build yet, down from 18 minutes for Harvest and 19 for Trello. The pattern holds: requirements in, working application out, no human intervention needed.
Using Claude to Clone Trello in 20 Minutes
Last week I had Claude Opus 4.6 and GPT-5.3-Codex race to build a Harvest clone. Claude won decisively. That experiment killed a $180/year SaaS subscription. Naturally, I started looking at my other subscriptions. Trello was next on the list. I've used it for years to manage personal projects, product roadmaps, and random ideas. Trello is a solid product, but it is also a multi-tenant, collaboration-heavy platform where I use maybe 20% of the features. A perfect candidate for a Single Serving Application. So I wrote a requirements document, handed it to Claude Opus 4.6, and walked away. 19 minutes and 137,000 tokens later, I had a fully functional Kanban board running on localhost.
The Single Serving Application
I recently had two AI models build a complete Harvest clone in under 20 minutes. The winning version covered 97% of Harvest's features. I'm seriously considering canceling my $180/year subscription and using it instead. That experiment got me thinking about something bigger than one app replacement. We're entering an era where a competent engineer with an AI coding assistant can generate a fully functional web application from a requirements document in the time it takes to eat lunch. That changes the economics of software in a fundamental way.
Claude Opus 4.6 vs. GPT-5.3-Codex: Building a Full Web App From Scratch
Last week was a big week for Anthropic and OpenAI. Both released new versions of their flagship coding models: Claude Opus 4.6 from Anthropic and GPT-5.3-Codex (Medium) from OpenAI. Any time new coding models are released, it's like an extra Christmas for me. There was some talk about Sonnet 5.0 being released also but so far, nothing. I suspect that has something to do with the most recent agentic coding benchmarks.
CloudFront vs. Cloudflare: Making the Right CDN Choice for AWS Workloads
I recently published a deep-dive into CloudFront's architecture covering its internals, origin architecture, cache behavior, security, and edge compute capabilities. The most common follow-up question: should we use CloudFront or Cloudflare?

