Auckland · Building Syscribe · CPO at BettrData · Open to investor conversations.

Alex Lauderbaugh

Product leader · Builder · Auckland

Product leader and builder. Currently CPO at BettrData and building Syscribe, an AI-powered documentation platform. Based in Auckland — mostly writing about product, systems, and what I'm reading.

LinkedIn·GitHub·Goodreads·Email

Latest

May 30, 2026 · Build · Syscribe

Four bugs wearing the same error message

Syscribe staging is now web-hosted—something I can open in a browser and click around, instead of running only on my laptop. Getting there cost the better part of a few days, and the lesson wasn't in any single fix. It was that one symptom can sit on top of a stack of unrelated causes, each masquerading as the last.

Every failure looked identical from the outside: something that should have had a value was reading as undefined. A sensitive flag on a public key. A production auth instance refusing to run on a preview domain. An API verifying tokens against the wrong secret. And the worst one—a web app that, missing its API URL at build time, quietly fell back to localhost:3001, so the deployed site was cheerfully trying to reach a server on my laptop. That one failed by succeeding at the wrong thing.

Four distinct bugs, one symptom. Each time I fixed one, the next surfaced looking the same, and the tempting read was "my fix didn't work" rather than "I've peeled off a layer and found another."

What actually closed it wasn't the four patches. Underneath them were a couple of decisions we'd made for simplicity that turned out to be directly opposed to what the services require. We'd run a single auth tenant across every environment; Clerk's production instances flatly refuse to operate on a preview domain. We'd leaned on a localhost default so local dev needed no extra config; a deployed build has no localhost to fall back to. Neither conflict was visible until we'd dug past the identical symptoms to the root—the sameness of the failures is what kept the architectural problem hidden.

The fix was structural: split the auth tenants by environment, and make the build refuse to run without a real API URL instead of guessing one. The boring artifact that records it—a short doc saying which secret lives where—turns "why is staging down again" into a lookup instead of an investigation.

More from the log

Building

Syscribe

Building · Software

AI-powered documentation that auto-generates from PR diffs and ships when humans approve. A small team of one, shipping in public against a twelve-week clock.

Syscribe

Recently read

  • A World AppearsMichael Pollan
    Recommended

    While I enjoyed the nature of this book (survey-style books that explore a thorny question are some of my favorites), Pollan brushes by a major tension that's extremely relevant today: can AI truly be conscious? He states several times that the answer to that question is "no" or at least "not any time soon," but does so in a way that feels a bit disingenuous to a book otherwise intentionally critical of most theories. While he and the various scientists and philosophers he cites are willing to extend the possibility of consciousness, or at least sentience, along a broad biological spectrum (plants and single-celled organisms) and across several substrates (not just brains can be conscious), his prevailing conclusion is that a machine could still not be conscious. If the substrate doesn't matter, then it doesn't matter at all. Saying otherwise creates an arbitrary line that carbon-based systems can have consciousness, but silicon-based systems can't. Following those arguments to their logical conclusion, we end up committing to biological essentialism, property dualism, some story about why this particular arrangement of carbon is special in a way silicon can't replicate.

  • LivesuitJames S.A. Corey
    Recommended

    I read a lot of science fiction and horror, but this twist was excellent — strongly foreshadowed and yet a complete surprise. And I am not just saying that because I'm an Expanse diehard (though, admittedly, I am).

  • Turning to StoneMarcia Bjornerud
    Good

    Part geology book, part memoir that talks about one of my favorite meta themes: how we can learn about something from something (seemingly) entirely unrelated. In this case, Bjornerud uses geology as a complex metaphor for the trials and triumphs of life, and how deep study allows us to build connections that we could never otherwise construct.

All books