Essay

Three Categories of AI Products in 2026

Published 2026-05-14 · 5 min read

Most public "AI businesses" land in one of three categories. Two are crowded. The third is where I work.

Wrapper. A thin interface over a vendor API. The product is the prompt template and the UI. No moat, no portable data, vendor decides pricing and policy. Customers are renting the same model the next ten wrappers also rent.

Native-AI app. Autonomous agents marketed as a paid service. Real engineering, often impressive demos. Risk compounds with runtime — every additional cycle is another chance for something to go silently wrong behind the service. The category is real; the operational story is harder than the demo.

Local-first deterministic. AI proposes, deterministic code disposes. Models return text into a function call. Code on either side decides what the text means and whether anything gets executed. The text is never executed directly. Failures are boring — bad output gets validated and rejected, logged, surfaced for review. Customer data does not leave the operator's hardware.

This is the lane I build in.

I'm not arguing the first two categories are wrong, or that the people building them are. The math from the agent-safety frameworks circulating right now is correct: risk compounds with runtime. The conclusion that surprises people is that the smallest possible attack surface wins by default — and the smallest possible attack surface is the one that doesn't exist.

Most teams will spend twelve to eighteen months arriving at that conclusion through remediation engineering. I started there.

What customers actually get

  • [01] A system that handles the work between intent and execution, so the operator focuses on judgment calls instead of mechanics.
  • [02] An audit trail by default. Every meaningful action is logged, with the reason and the state of the data at the time.
  • [03] Recoverable failures. The system fails loud, in code-side errors engineering already knows how to debug, not in "the agent deleted production."
  • [04] Data that stays where compliance put it. No vendor account in the loop.
  • [05] An exit ramp. If you want to move off, the data and the rules go with you.

Who this is for

If your AI work needs to live inside the same trust boundary as the rest of your operation — your customers' data, your regulated workflows, your decisions you can't afford to outsource — talk to me.

If your AI work can live in someone else's vendor account, you have cheaper options that are correct for you. I'll refer you to them.