Hero photograph for: GPT-5 Is Not Your Competitor. Your Workflow Is.

GPT-5 Is Not Your Competitor. Your Workflow Is.

The model is the API. The workflow is the product. If you do not own the workflow, you do not own the customer.

· 7 min read
ai_strategyvertical_aiaecworkflowfounder_notes

GPT-5 Is Not Your Competitor. Your Workflow Is.

Every time a new model drops, my inbox fills with the same question from AEC engineers: “Is my AI product about to get killed?”

The honest answer: probably not by the model. Almost certainly by your workflow.

I run two AI products in construction — Pante and BuildChain. I have shipped against three model generations now. Not once has a model release been the thing that hurt us. What hurts is when a competitor’s workflow makes our workflow look slow. The model is the river. The workflow is the boat. Nobody drowns because the river got faster.

The wrong question everyone asks

When GPT-5 ships, the AEC engineer’s first instinct is to ask: can it parse a structural drawing better than GPT-4?

That is the wrong question. It assumes the model is the product. It is not. The model is the API. What sits on top — the ingestion pipeline, the domain rules, the review loop, the human-in-the-loop signoff, the audit trail your client’s legal team actually needs — that is the product.

a16z made this argument cleanly: there is a model domain and an expert domain. Model domain tasks (“write me an email”) are where foundation labs win by default. Expert domain tasks (“review this insurance claim against the policy and twelve years of case law”) are where vertical builders win — because the workflow is the moat, not the model.

AEC is the textbook expert domain. A structural review is not “summarize this PDF.” It is: parse the drawing, cross-reference the spec, check against the local building code, flag the three things the engineer of record will get sued for if they miss, and produce an output the client’s PM can drop into a coordination meeting on Tuesday.

GPT-5 does not do that. A workflow does that. GPT-5 is one ingredient inside it.

The model is the API. The workflow is the product.

AEC engineer at multi-monitor workstation with BIM software, code documents, and terminal windows open simultaneously

Here is the test I run on every AI feature we ship: if OpenAI released a model tomorrow that was 10× better at the single task this feature wraps, would my product die?

If the answer is yes, I am building in the model domain. I am a wrapper. I am living on borrowed time.

If the answer is no — because the value lives in the data I have ingested, the rules I have encoded, the review loop I have built, the integration I have with the client’s existing BIM stack — then the model can get 10× better and I get 10× better with it. The model is leverage, not threat.

If your product disappears when the model improves, you were never building a product. You were renting one.

This is why I keep telling AEC engineers: stop watching model benchmarks. Start watching workflow benchmarks. How long does the review take end-to-end? How many handoffs? How many times does a human have to re-explain context? That is where the next ten years of value compounds.

What an AEC workflow actually looks like

Structural drawing with red-pen annotations laid beside a laptop and printed specification sheets on a construction site table

Let me show you what I mean with a real one. A structural drawing review at BuildChain is not a prompt. It is roughly this:

  1. Ingest — pull the drawing PDF, extract layers, isolate structural elements, normalize to a canonical schema.
  2. Context load — pull the matching spec, the project’s code jurisdiction, the previous revision’s redlines.
  3. Model call — yes, here is where the LLM does work. But it is a small part. Maybe 15% of the time budget.
  4. Domain rule pass — run deterministic checks the model is bad at. Code-mandated clearances. Rebar coverage. Standards the model hallucinates if you ask it.
  5. Review loop — surface the disagreements between the model’s flags and the rule engine’s flags. That is where the engineer’s attention goes.
  6. Audit trail — log everything in a format the client’s QA team can defend in a deposition.

GPT-5 affects step 3. Steps 1, 2, 4, 5, and 6 are where the product lives. If I rebuilt this on GPT-5 tomorrow, the workflow does not change. It just gets a slightly better step 3. The moat is the other five steps.

This is the part generalist AI advice cannot teach you. Tutorials online will show you how to wrap a model in a chatbot. None of them will show you how to make that chatbot survive a contract review with a construction lawyer.

Why this matters for your career, not just your product

The same logic applies if you are an AEC engineer wondering whether AI will take your job.

A generalist task — drafting an email, summarizing a meeting — those get automated. They are model-domain work. Anyone with an API key can do them now.

But your actual job is not generalist. Your job is the workflow that sits between I have a problem and the building gets built without anyone getting sued. That workflow is full of judgement calls, code interpretations, client politics, contractor negotiations, and tacit knowledge nobody has ever written down.

That workflow does not get automated by a model. It gets augmented by anyone who learns to build the workflow on top of the model. That person is you — if you decide it is you.

The engineers I worry about are not the ones afraid of GPT-5. They are the ones who treat AI as a spectator sport. They read about it. They post about it. They do not build with it. When the workflow layer matures in their vertical, they will not own a piece of it.

Three tests to run on your product this week

Engineering office whiteboard showing hand-drawn AI workflow diagram with labeled steps, arrows, and circled decision points

If you are building, here are the three tests I run on every feature before we ship it:

  1. The model-swap test. Could I swap out the underlying model for any of the top three labs’ equivalent and still ship the product? If yes, I own the workflow. If no, I am at the mercy of one lab.
  2. The data flywheel test. Does every customer interaction make the next interaction better — in a way the foundation model cannot replicate because they do not have the data? If no, I have no moat.
  3. The handoff test. When the AI is done, where does the output go? If it goes directly to a customer, I am a chatbot. If it goes into a regulated workflow with sign-off, audit, and integration, I am a product.

If you fail all three, you are building in the model domain. Pivot.

If you pass all three, the next GPT release is not your threat. It is your tailwind.

What to do this week

You do not need to rebuild your product. You need to redirect your attention.

  • Map your workflow end-to-end. Time every step. Find the steps that are not model calls. Those are where your defensibility lives. Invest there.
  • Pick one domain rule the model gets wrong. Encode it deterministically. Ship it. That is one brick in your moat.
  • Find one integration your customer cannot live without — their BIM tool, their project management stack, their compliance system. Build the connector. Models do not have connectors. Workflows do.
  • Stop reading model release notes for 30 days. Read workflow case studies instead. What is FurtherAI doing in insurance? What is Harvey doing in legal? Steal the pattern, not the prompt.

The bet I am making

I am betting my company on the workflow layer. Not because I am skeptical of foundation models — I use them every day, and they are getting wildly better. I am betting on the workflow layer because that is where the value accrues to the person who knows the domain.

The model is the river. It will get faster. It will get deeper. It will reshape the landscape every quarter.

The workflow is the boat. If you build a good one, the faster river makes you faster. If you do not build one, you are standing on the bank watching the boats go by — and wondering why GPT-5 felt like a threat.

It was never the threat. Your missing workflow was.

Build the boat.