AI Predictions

September 20, 2025 · updated July 24, 2026

I’ve spent a lot of time thinking about AI and thinking about what it means for my industry. This post is my guess of what I think will happen over the next five years. I plan a later more global AI prediction.

Where we are right now

The AEC industry is behind. Over half of firms still use paper during the design phase. But the 27% who are using AI are going harder: 94% of them plan to increase usage this year, and 68% report saving at least $50,000. There is a gap forming between firms that are experimenting and firms that are not.

Meanwhile, an MIT study found that 95% of generative AI pilots fail to show measurable financial returns. Gartner put generative AI in the Trough of Disillusionment on their 2025 hype cycle. Companies that sprayed AI across the org chart without a strategy are writing off their experiments. (Note: as of 2026-07-23, this result no longer seems to be true with the newer models.)

Five predictions

I want these to be specific enough that I can come back in 2031 and check whether I was right.

1. AI agents will handle most routine project documentation by 2029

Not generate drafts for humans to edit… actually handle it. Daily construction logs, progress reports, RFI routing, meeting minutes, transmittal letters. The kind of work that currently eats 15–20% of a project manager’s week and adds almost no engineering value. Someone clearly still needs to do the construction and write it down… but all the formatting, indexing, searching, etc is already automatable.

The shift to agentic AI is the biggest development since I started paying attention. I’ve written a couple agents over the past two years and they are surprisingly capable. These are systems that don’t just respond to prompts but plan and use tools in multi-steps. A lot of this has since been incorporated into Claude Code, Open Code, Hermes, etc.. Firms have already built public AI agents that evaluates scope changes by cross-referencing project execution status, materials purchased, and schedule impacts.

The pieces exist today. An organizational path to integration is what’s missing.

2. Design review will become AI-assisted with human approval, not human-performed with AI assistance

This is a subtle but important distinction. Right now, an engineer reviews drawings and specifications line by line, an may occasionally ask an LLM to help check something. By 2031, I expect the default workflow to flip: AI performs the initial review against codes, standards, and prior project feedback, and the engineer reviews the AI’s findings.

An estimated 43% of design insights and feedback get lost in traditional review processes. A model trained on ten years of a firm’s review comments, keyed to specific spec sections and drawing types, would catch things that a junior reviewer simply doesn’t know to look for.

This doesn’t replace engineering judgment. It replaces the tedious, error-prone read-every-page part of the job. The engineer’s role shifts toward evaluating edge cases, exercising judgment on ambiguous findings, and making decisions the AI can’t. That’s a better use of time.

Even really simple tech is already saving lots of time. I’ve used AI to upgrade my previous versions of https://jwbatey.com/apps/semantic-diff.html, and it is a genuine time saver when reviewing document revisions.

3. Domain-specific agent harnesses will outperform general-purpose LLMs for engineering tasks

GPT-5 and Claude Opus are impressive, but they know a little about everything and a lot about nothing in particular. A small agent wrapper fine-tuned on the task will be more useful than a naked frontier model. I think the base models will be able to do the work, but having specific agent harnesses in place will allow the work to be done more efficiently.

Addendum as of 2026-07-24: My mind is partially changed on this. Fable and Sol are genuinely capable of going out and finding the right context to actually do engineering work. The gap remains auditability; we can’t rely on vibe coded engineering. However, we are capable of having Fable/Sol generate software perform the needed capability via a software artifact, validate that artifact (same as if an intern wrote it), and then making the LLM aware that it can/should use this validated artifact in future conversations. That’s still partially a harness… but it is honestly less of a harness than I thought would be needed.

4. AI won’t shrink engineering teams, but it will change who you need to hire

The skill floor is going to rise. A junior engineer with AI tools can do work that previously required five years of experience, but someone still needs to know what questions to ask and whether the output makes sense. The bottleneck shifts from “can this person draft a spec section” to “can this person evaluate the spec section.”

The role I think will matter most is something like an AI integration lead: someone who understands both the engineering domain and the tooling well enough to connect them. Not a data scientist. An engineer who codes, or a coder who understands engineering.

5. The competitive gap between AI-adopting and non-adopting firms will be visible in win rates by 2028

This one is the hardest to verify, but I believe it most strongly. If firm A can turn around a proposal in two weeks that takes firm B four weeks, and the technical approach is comparable, firm A wins. If firm A can include an AI-driven simulation or lifecycle cost model in their proposal at no extra cost because they’ve built the tooling, that’s a differentiator.

More importantly, clients will start expecting it. Clients are under pressure to do more with constrained budgets. A consultant who can deliver a design alternatives analysis in days instead of weeks is enabling the agency to make better decisions within their timeline. Once one firm demonstrates this, the expectation resets for everyone.

How I think about the confidence level on these

I apply roughly the same framework I use for any prediction:

What’s the base rate? Most technology predictions are wrong on timing, even when they’re right on direction. I’d give myself 60% odds on the timing of these predictions and 85% on the direction.

Where’s my motivated reasoning? I’ve invested time and money in AI integration. I want it to work. That makes me a bad judge of whether my specific approach is correct, though the macro trend is supported by enough independent evidence that I trust the direction.

What would change my mind? If regulatory action (FRA, FTA) restricts AI use in safety-critical design review. If the cost of running capable models doesn’t continue to fall. Any of these would make me revise.

The meta-caveat

I think the above undersells how big of an impact AI will have, because it focuses specifically on what I do for a living. At a wider level AI will provide more people with the ability to think clearly about more topics, without themselves being experts.

I’ll revisit these predictions annually. If I’m wrong, I’d rather know early.