Software 2.0: Code is Cheap, Good Taste is Not


Software 2.0: Code is Cheap, Good Taste is Not

Last week I shipped a feature that would have taken me ~4 days in about 45 minutes: 8 parallel solutions explored, 1 verified, reviewed, deployed.

That's not vibe coding.

It's a process. I'm calling it Software 2.0.

I just published a long essay formalizing how I've been using LLMs to ship production software - not as a novelty, but as a disciplined engineering process with real verification, real quality controls, and real results.

It covers how programmer's roles are going to shift from specifying programs to verifying them, how LLMs change the math on technical debt, multi-agent workflows, verification pipelines, and why "having good taste" is the one thing LLMs can't automate.

READ: https://aaronstannard.com/beginning-of-software-2.0/

This is the first in a series. More coming.

— Aaron

Read more...

Aaronontheweb

I write about .NET, open source software, the Microsoft ecosystem, my adventures with startups, and outer space.

Read more from Aaronontheweb

Why Your Software Sucks: Inheritance Published on January 26, 2026 in 7 minutes to read “I have a great idea: let’s create a five-layer deep inheritance hierarchy with a universal base class that every domain object inherits from! That way, when requirements inevitably change, we’ll only need to touch… everything.” This is episode two of my Why Your Software Sucks video series, and today we’re talking about inheritance - specifically, how deep inheritance hierarchies turn your codebase into...

Why Am I Paying $40,000 for the Birth of My Child? Published on November 30, 2025 My third child arrives in a week. The cost? $40,000. Out of pocket. Cash. Not because something went wrong medically. That's just the price of admission for a self-employed entrepreneur who wants to grow a family while running a small business in America. $25,680 in annual premiums + $14,300 deductible = the privilege of bringing a new taxpayer into this world. I wrote about this because Michael Green's viral...

Stop Failing The `git clone && run` Test Published on October 17, 2025 in 10 minutes to read I’ve done a ton of consulting as part of my work at Petabridge over the past 10 years and I run into developer onboarding problems constantly with new clients. It takes much longer than it should to clone a customer’s application from source control and successfully run it. Continuous deployment and continuous integration (CI/CD) get a ton of attention in the DevOps space, but improving the “first...