The bet, stated plainly
Etched builds a chip hard-wired specifically for the transformer architecture — the neural network design introduced in the 2017 paper “Attention Is All You Need,” which underlies nearly every major large language model in production use today, from GPT to Claude to Gemini [3]. Rather than building a flexible, reconfigurable accelerator capable of running whatever architecture a customer’s model happens to use, Etched’s chip is fixed-function: it runs transformer computations extremely efficiently and essentially nothing else.
Why hard-wiring an architecture into silicon is so powerful when it works
A fixed-function chip built around one specific, well-understood computational pattern can allocate its entire transistor budget to executing that pattern as efficiently as physically possible, without the overhead a general-purpose or even a broadly reconfigurable architecture carries to remain flexible across many different possible workloads. This is the most extreme version of the specialization trend covered throughout this cohort’s accelerator briefings — the same underlying logic behind custom ASICs growing at roughly 44.6% year-over-year against slower merchant-GPU growth, taken to its logical limit: not just specialized for AI workloads broadly, but specialized for one specific, named architecture [4].
The risk this bet accepts, stated equally plainly
The transformer architecture has dominated AI model design since 2017 — an unusually long reign for any specific architecture in a field that has otherwise iterated rapidly. But “unusually long so far” is not the same as “permanent,” and Etched’s entire commercial thesis depends on transformers remaining the dominant architecture for long enough that a hard-wired, non-reconfigurable chip reaches full commercial scale and return on its enormous fixed design and manufacturing costs before any successor architecture displaces it. If a genuinely different architecture emerged and gained rapid adoption, Etched’s chip would have no software-level path to adapt — its efficiency advantage is inseparable from the same fixed-function design that makes it unable to run anything else [2].
Why this is a legitimate bet rather than a reckless one
The case for the bet being reasonable rather than reckless rests on how deeply the transformer architecture is now embedded in the broader AI ecosystem: not just model design, but years of accumulated software tooling, training infrastructure, and research investment are now built around transformer-specific assumptions across the entire industry. A successor architecture would need to offer a large enough improvement to justify replacing that entire accumulated ecosystem, not just to outperform transformers on a narrow benchmark — a genuinely high bar that gives Etched’s bet more grounding than it might appear to have at first glance.
What to watch
The single clearest signal to track is any credible research result demonstrating a non- transformer architecture matching or exceeding transformer performance at comparable scale and training cost. Short of that, Etched’s bet remains well-supported by the current state of the field — and the moment such a result does appear, independent of whether it comes from Etched’s own customers or from unrelated research, is precisely the moment this briefing’s risk case would become the more urgent half of the story.
How Etched compares to the rest of this cohort’s specialization spectrum
This cohort’s companion briefing on Positron covers a company specialized for inference broadly, without committing to any single model architecture. Etched’s bet is the more extreme version of the same underlying trend: not just narrowing the workload type, but narrowing the specific mathematical operations the silicon can perform at all. That places Etched at the far end of the specialization spectrum this cohort’s startup track maps across more than a dozen companies — offering, in principle, the largest possible efficiency gain if its central bet holds, and the least room to adapt if it doesn’t. Readers comparing the two companies should weigh that trade-off explicitly rather than treating “more specialized” as simply better; it is a different risk profile, not a strictly superior strategy.
Why the transformer’s specific mathematical structure matters here
Etched’s efficiency gains come specifically from hard-wiring the attention mechanism — the core mathematical operation introduced in the original transformer paper that lets a model weigh the relevance of different parts of its input against each other — directly into fixed silicon circuits rather than executing it as general-purpose instructions. That operation recurs constantly throughout a transformer model’s computation, which is exactly why hard-wiring it promises such a large efficiency gain: the chip is optimized for the single most repeated, highest-volume computation in the entire workload, rather than spreading its optimization effort evenly across many different possible operations the way a general-purpose chip must.