WRITING
AI-native, not AI-enabled
5 min read
Open almost any product that launched an AI feature in the last two years and you'll find the same thing: a chat box in the corner. It answers questions about the app you're already in. It summarizes the thing you could already see. It drafts the message you were about to write anyway.
None of that is bad. Some of it is genuinely useful. But it's worth naming what it actually is, which is a retrofit. The product was designed years ago, for a world where the only intelligence in the system was the person using it. Every screen, every data model, every workflow assumes a human will do the thinking and the software will do the filing. Then a model arrives that can do some of the thinking, and rather than reconsider the design, we bolt it on and ship it.
That's AI-enabled. We're interested in something else.
The question that changes the answer
The retrofit question is: where can I add AI to what I already have?
The AI-native question is: what becomes possible now that machines can reason, and what would I build if I started from that?
They sound similar. They produce completely different software.
Start from the second question and the AI stops being a feature you can toggle off. It becomes load-bearing. The product doesn't have an AI mode; there is no version of it that works without the model, because the workflow itself only exists because the model exists. If you can remove the intelligence and still have a coherent product, you built the first kind. That's the test, and it's an uncomfortable one to run on your own roadmap.
The uncomfortable part is that the retrofit is always the cheaper move. It ships this quarter. It demos well. It gets a press release. Redesigning around the new capability means admitting that some of what you built is now the wrong shape, and most organizations would rather add a chat box than say that out loud.
The demo is not the product
Here's the second thing, and it's the one we keep running into.
AI has made the first eighty percent of software nearly free. A capable person with a good model can go from idea to working prototype in an afternoon. That isn't a threat. It's a gift, and we use those tools every day.
But the gap between a thing that worked once, on my machine, with my data and a system that holds up under real users has not gotten smaller. If anything it's gotten wider, because the number of people who can produce the first without ever having built the second has exploded.
The remaining twenty percent is where software actually lives. It's what happens when a model returns something malformed at 3am. It's what your permissions look like when a user finds the endpoint you forgot to lock. It's what a query costs you at scale, when inference is a real line item in your cost of goods and not a rounding error on a free tier. It's the failure mode nobody demoed.
We've spent six-plus years in healthcare, fintech, and logistics. Those are domains where "it works" is the beginning of the conversation, not the end of it, and they taught us that reliability and security aren't a phase you get to after product-market fit. They're either in the foundation or they're a rewrite waiting to happen.
So: production-grade from day one. Not as a slogan, but as a constraint that shapes what we're willing to build.
What AI can't do for you
The most honest thing we can say about the current tools is this. They can generate the code. They cannot tell you what to build, where it breaks, or how to make it safe.
That judgment (knowing which problem is worth solving, knowing where a system will fail before it fails, knowing when AI is the wrong tool for the job) is not being commoditized. It's becoming the entire job. Everything else is getting cheaper by the month.
Which is a strange and good time to start a company. When the mechanical part of building is abundant, the scarce thing is taste, judgment, and the willingness to go deep on something narrow rather than broad on everything.
Why a studio, and why this shape
Synthetixis is a product company. That's the destination, and we want to be precise about it, because the word "studio" gets used to mean a lot of things.
We build AI-native products of our own. To fund that without raising money before we've earned the right to, we partner with a small number of teams building AI-native software of their own. Not as a service menu, but as a consequence of doing the work ourselves. The two feed each other. Building our own products keeps the engineering honest. Working alongside other teams keeps us close to problems we'd never have found on our own.
One studio, one bar for quality, two ways of reaching it.
We're deliberately not announcing a product on day one. Vapor is easy and cheap, and we'd rather show up here with something real. What we can tell you is what we believe, which is what this post is for, and that the things we're building are aimed squarely at the twenty percent: the parts that don't show up in a demo and always show up in production.
Building in the open
This is the first post, so a note on what this section is for.
We'd rather show the work than describe it. What we're building, what broke, what the fix cost, what we got wrong. The same thinking that goes into the products goes into the writing, including the parts that aren't flattering, because a build log where everything goes well isn't a build log. It's marketing.
The next few are already lined up: a tool we built for ourselves and open-sourced, and what we learned about how much production AI software is shipping with its front door unlocked.
You can read everything we've published here, or read how we think about partnering if you're building something of your own.
If you're building something AI-native and want it built right the first time, tell us what you're building. If you'd rather just read along, that's what this is here for.
We think the next generation of software won't be the old kind with AI added. It'll be built differently, from the ground up.
That's the bet. Let's see if we're right.