Skip to main content

Blog

Recent posts

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.

Read more

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.

Read more

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.

Read more

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.

Read more

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.

Read more

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.

Read more

Introducing AVIAN: The Next Frontier in Adaptive Learning

(This is a reposting of a Renkara Media Group announcement.) Renkara Media Group is announcing AVIAN (Adaptive Vector Intelligence and Network), a framework that represents years of research at the intersection of artificial intelligence, adaptive learning, and human performance optimization.

Read more

Rebuilding My Site with Narrative CMS

Twenty years ago, I built a blogging platform called Narrative. It was an ASP.NET-based CMS with advanced features like automatic page rebuilding, a sophisticated tagging system, and comment spam prevention. I used it to power this site from 2003 until 2008, when I abandoned it in favor of WordPress, saying "I am much more interested in blogging than the building of blogging software." That code sat shelved for nearly two decades. Then, in 2024, I discovered Claude Code and realized that with AI assistance, I could finally bring Narrative back to life as exactly the system I'd always envisioned. This post tells that story.

Read more

My Coding Experience

Recently, I failed one, probably two, maybe even three, live coding exercises. The exercises were part of a series of interviews for a role at a startup that makes products and services I'm passionate about. I've written a different article about my thoughts on the value of live coding exercises but wanted to take this opportunity to narrate my lifetime of experience writing computer code. I don't expect this article to be of any interest to anyone, save perhaps a future interviewer, in which case I hope this lends some credence to the statement "I know how to code."

Read more