← arunjalota.com
Build in public

The One-Person Stack: How a Solo Founder Covers a Team's Surface Area

By Arun Jalota · June 11, 2026 · ~4 min read

A few years ago my job was to be a multiplier. As technical director I led a dozen engineers, and the whole point was that my best output was other people's output — set the bar, hire the people who clear it, unblock, repeat. Today I build alone. The surface area hasn't shrunk: a real product still needs backend, frontend, data, infra, design, copy, support, and the unglamorous glue between all of it. What changed is that one person can now stand in front of most of that surface without drowning.

People hear "solo founder" and picture someone doing twelve jobs badly. The honest version is narrower and more interesting: applied AI collapsed the cost of the parts that used to require a whole role, so a single builder can keep more of the system in their head and spend their scarce hours on the parts that still demand judgment.

What the model actually absorbs

The leverage isn't "AI writes my app." It's that a dozen small, draining tasks each got an order of magnitude cheaper. Scaffolding a new service, drafting the first pass of a migration, turning a stack trace into three plausible causes, writing the boring CRUD, generating test fixtures, summarizing a week of support tickets into the two bugs that actually matter — these are the things that used to eat a junior engineer's week or get skipped entirely on a solo project. Now they're a prompt and a review.

So the one-person stack isn't one human doing everything. It's one human plus a layer of automation that handles the high-volume, low-judgment work, so the human stays at the level where decisions are made. I'm not faster at typing. I'm faster at not typing the parts that were never the point.

The model doesn't replace the team. It replaces the part of the team's work that was always closer to typing than to thinking.

What you still can't outsource

Here's the part the breathless takes miss. Coverage is not the same as judgment, and the model gives you the first, not the second. It will happily generate a feature nobody asked for, a schema you'll regret in three months, or a confident answer that's wrong in exactly the way that costs you a user's trust. Deciding what to build, what "correct" means for this product, and which 2% of edge cases will decide whether people rely on you — that's still entirely on me. On CapitalGains, AI helps around the edges, but the math a person makes a financial decision on is deterministic and tested, because a confidently-wrong number is worse than no number. On VoltExam, the model drafts practice questions, but evals and guardrails — which I designed — decide what a learner ever sees.

Taste, accountability, and the willingness to be paged at 3am don't compress. If anything they get more valuable as everything around them gets cheaper, because when the cost of producing output drops to near zero, the only scarce thing left is knowing which output was worth producing.

How I actually operate

In practice the one-person stack runs on three rules. First, automate the volume, own the decisions — let the model cover breadth so I can spend depth where it counts. Second, instrument everything, because a solo founder has no QA team and no platform team; the metrics are how I find out I broke something before a user does. Third, keep a deterministic floor under anything that matters, so the product degrades into something honest when a model call fails instead of taking the whole feature down with it.

None of this makes a solo founder equal to a team of twelve — a team will always out-scale one person on raw throughput. But it means the gap between "one person with an idea" and "a product real people pay for" is the smallest it has ever been. That gap closing is the most important thing happening in software right now, and it's the entire reason I went independent. The team didn't disappear. It moved into the stack.

More writing