Building the Product

How should our shipping process change once we hire our first engineer and it is no longer just me pushing to production?

A starting point

The first hire is where 'push to prod whenever' has to become a light process, but founders overcorrect into heavy ceremony that kills the speed that got them here. As a starting point: add just enough to stop a bad deploy (a staging step, basic review on risky changes, a way to roll back) and nothing more, and write down the two or three rules everyone follows. Resist copying the process of a 200-person company, you are three people, and most of that process exists to solve problems you do not have yet.

Go deeper

Hand-picked from around the web, each with a note on why it earns your time.

2 resources 2 link-checked

Read

📄 Article
✓ Link checked Free Intermediate

Why we picked it Written by a startup CTO, this is the clearest short piece on the exact shift you are facing: the moment it stops being just you pushing to prod and a second person is in the code with you. It resists the urge to bolt on heavy process, and instead names the few lightweight habits (small PRs, self-review first, fast turnaround) that actually pay off once a project moves from exploring to building for the long term. Treat it as a starting point for a review workflow you can set up in an afternoon, not a mandate.

Code Review for Startups

From Jake Spracher (startup CTO, ex-Apple) by Jake Spracher 8 to 10 min read

  • Code review earns its cost once you stop exploring and start building something you intend to keep, which is usually right around your first real engineering hire.
  • Keep pull requests small and self-review before you ask anyone else to look, since review effort grows fast with size and a tidy diff respects your one teammate's time.
  • Agree on a turnaround (a business day at most) so review speeds up shipping instead of becoming the thing that blocks it.
Open jakespracher.medium.com
📖 Book
✓ Link checked Paid Intermediate

Why we picked it Once you have a second engineer, the question stops being taste and starts being: what actually keeps a team shipping fast without breaking things. This book answers that with data from thousands of teams, and its four measures (how often you deploy, how long a change takes to reach prod, how often changes fail, how fast you recover) give a solo founder turned tech lead a shared scoreboard instead of opinions. Read it as the evidence base for why lightweight process and frequent small deploys beat big cautious releases, then pick one or two metrics to watch.

Accelerate: The Science of Lean Software and DevOps

From IT Revolution Press by Nicole Forsgren, Jez Humble, and Gene Kim ~250 pages

  • Speed and stability are not a trade-off: the teams that deploy most often are also the ones that break prod least, which is the whole case for shipping small and often as you grow past one person.
  • Four metrics tell you if your shipping process is healthy: deployment frequency, lead time for changes, change failure rate, and time to recover.
  • The findings come from surveying thousands of organizations, so this is evidence rather than one person's playbook, which makes it a solid anchor when you and your first hire disagree on process.
Open itrevolution.com

People also ask