SaaS & Software
Is Compound Engineering Still Necessary Now That Opus 4.8 Is Out?
By Will Mitchell · · 3 min read · 0 comments
Every time a better model ships, the same question arrives: does this make my workflow obsolete?
It came up directly on the Inner Circle call on 28 May 2026, a few days after Opus 4.8 landed. A member put it bluntly — now that Opus 4.8 is out, is compound engineering still necessary, or is it just redundant at this point?
Here is the answer I gave, and the part that matters is not the yes.
The short answer
"I definitely still think it's necessary. You just have to be selective about your usage with it."
Compound engineering is still one of the only Claude Code plugins I actually find myself using — one of the few worth the token load and the context load it costs you. That has not changed with a smarter model.
Why a better model does not remove the need
The instinct behind the question is reasonable: if the model gets good enough, surely the scaffolding around it stops earning its keep.
It has not happened yet, and the reason is specific:
"When it comes to actually maintaining a product or building a product, I find that you cannot do it without compound engineering. The AI is still not good enough just inherently. It still needs a lot of structure and direction, and that's what compound engineering gives it."
There is a line most people building with AI are standing on without noticing:
"We don't have to ever know how to code, but we are all dangerously close all the time to being like software engineers."
That is the actual situation. You are not writing the code, but you are responsible for a codebase. Structure is what makes that survivable.
Where it is the wrong tool
This is the part that gets left out, and it is the reason a blanket "yes, always use it" is bad advice.
Compound engineering is an opinionated workflow, and it has become more opinionated over time. It started broader. It is now firmly about adding to, or refactoring, existing infrastructure.
So it is the wrong instrument when you are doing wide, exploratory work — surveying open-source options, comparing a field of GitHub repos, gathering possibilities before you have decided anything. That is research, and research is not what the workflow is shaped for.
Size matters too. For a quick bug fix, or pulling analytics on a customer, or touching a single blog post, the ceremony can cost more than it returns. I use it less than I used to, and that is a deliberate change rather than a drift.
Where it is worth the most
The value curve is not flat across team sizes — it bends sharply upward:
"The more enterprise SaaS you go, the more compound engineering is valuable. If you have other people looking at this codebase, other people with AI working on the codebase — if everybody's using compound engineering, magical things will happen."
That is what it is genuinely built for: a team, one codebase, everyone's engineering compounding in the same direction instead of producing, in the least charitable but most accurate phrase available, "just this huge slop fest."
A solo builder on a small change gets a fraction of that. Which leads to the line I would keep if you keep nothing else:
"In some circumstances, it's like too much car for the driver."
The decision, compressed
Use it when you are building or maintaining something you intend to keep, especially with other people or other agents touching the same code.
Skip it when you are researching, comparing options, or making a change small enough that the structure costs more than it saves.
The mistake is not choosing wrong on any single task. The mistake is deciding once, globally, and never revisiting it — which is exactly what a new model release tempts you into doing.
Asked and answered live on the Inner Circle weekly call, 28 May 2026. Inner Circle members get the full recording, chapter navigation, and the searchable transcript. Membership details are at houseofvibe.ai.
Comments
No comments yet.