AI 轻创业 · 一人公司

Etched估值103亿美元
三个哈佛辍学生做AI推理芯片

Etched Hits $10.3B Valuation
Three Harvard Dropouts Build AI Inference Chips

Etched完成3亿美元C轮融资,红杉领投,投后估值103亿美元,7个月翻倍。三位哈佛辍学生创立的公司声称其ASIC专用芯片不需要GPU就能跑AI推理,速度提升数倍。

Etched closes a $300 million Series C led by Sequoia at a $10.3 billion post-money valuation — doubling in seven months. Founded by three Harvard dropouts, the company claims its ASIC chips run AI inference without GPUs, delivering multiple times the speed.

No.021 2026.07.24 约 5 分钟阅读 ~5 min read

三个哈佛大学辍学生,四年时间,做出了一家估值103亿美元的AI芯片公司。

7月23日,AI芯片初创公司Etched宣布完成3亿美元C轮融资,由红杉资本领投,a16z、SK海力士等跟投,投后估值达到103亿美元——距离上一轮50亿美元估值仅仅过去7个月,翻倍还多。更夸张的是,据知情人士透露,Etched已经在推进下一轮融资,估值目标是200亿美元

这家公司的核心卖点很简单:我们做的不是GPU,是专门为AI推理设计的ASIC专用芯片。不需要GPU,就能跑任何AI模型,而且速度快很多。

为什么ASIC推理芯片现在火了?

要理解Etched为什么值100亿美元,你得先理解AI算力市场正在发生的一个结构性变化:训练和推理正在分化。

过去几年,所有人都在盯着训练算力——GPT-5训练用了多少张H100,Claude训练集群多大。但从2025年下半年开始,一个更明显的趋势浮现:推理算力需求正在爆炸式增长,而且增速远超训练。为什么?因为Agent来了。一个Agent执行一次任务可能要调用大模型几十次,推理token消耗量是传统聊天机器人的几十倍。当AI产品从"聊天"走向"干活",推理算力需求就像打开了泄洪闸。

GPU是通用计算芯片,什么都能做,但什么都不是最优。训练大模型需要通用计算——因为模型架构一直在变,你需要芯片能灵活适应各种张量运算。但推理不一样,尤其是大规模部署的推理:模型架构相对固定,对延迟和吞吐量要求极高,这时候专用芯片(ASIC)的优势就体现出来了——砍掉所有不需要的电路,把所有晶体管都砸在矩阵乘法和内存访问上,能效比可以比GPU高好几倍。

这不是一个新概念。Google的TPU就是ASIC,AWS有Trainium和Inferentia,微软有Maia。但这些都是云厂商自研自用,不对外卖。Etched想做的是"第三方AI推理ASIC"——卖给所有需要大规模推理算力的公司,和NVIDIA的GPU正面竞争。

三个哈佛辍学生的"反共识"创业

Etched的故事很符合硅谷经典创业叙事。三位创始人都是哈佛的辍学生——2022年创立公司的时候,他们还没毕业。当时整个行业的共识是:"AI芯片赛道已经挤爆了,NVIDIA不可战胜,创业公司做AI芯片必死无疑"。但这三个人不信邪,他们觉得GPU是为图形渲染设计的,不是为AI设计的,AI推理一定有专用芯片的机会。

"训练需要通用,推理需要专用——当推理算力需求占比超过70%的时候,专用芯片的时代就来了。"—— Etched联合创始人Robert Wachen

红杉领投这轮3亿美元融资,据说这是红杉历史上领投的C轮融资中估值最高的之一。a16z和SK海力士的跟投也很有信号意义——SK海力士是全球最大的HBM内存供应商,它的投资意味着Etched未来在高端内存供应上会有保障。

当然,质疑声音也不少。NVIDIA的CUDA生态护城河是所有AI芯片创业公司绕不过去的坎。就算你的芯片比GPU快5倍,如果主流AI框架不支持、开发者不愿意迁移、软件栈不稳定,客户还是不敢用。Etched声称其芯片能运行任何AI模型无需修改,但这一说法还需要大规模客户验证。

不过有一点是确定的:AI推理算力市场正在爆发,客户对NVIDIA之外的第二选择需求强烈。从AMD Helios到Etched的ASIC,从云厂商自研芯片到开源推理引擎优化,整个行业都在试图撼动NVIDIA在推理市场的地位。Etched能不能成功还不好说,但103亿美元估值说明:资本市场愿意为"NVIDIA替代者"这个故事买单。

毕竟,在一个1.4万亿美元的市场里,哪怕只分到5%的份额,也是700亿美元的生意。

明天见。

Three Harvard dropouts. Four years. A $10.3 billion AI chip company.

On July 23, AI chip startup Etched announced $300 million in Series C funding led by Sequoia Capital, with participation from a16z and SK Hynix, at a post-money valuation of $10.3 billion — more than doubling from its $5 billion valuation just seven months prior. Even more striking: according to sources, Etched is already advancing its next round, targeting a $20 billion valuation.

The company's core pitch is simple: we don't make GPUs. We make ASICs purpose-built for AI inference. No GPUs required — any AI model runs, and runs several times faster.

Why ASIC Inference Chips Are Hot Now

To understand why Etched is worth $10 billion-plus, you need to understand a structural shift underway in the AI compute market: training and inference are diverging.

For years everyone fixated on training compute — how many H100s GPT-5 trained on, how big Claude's training cluster was. But starting in H2 2025, a clearer trend emerged: inference compute demand is exploding, growing far faster than training. Why? Agents. An agent executing a task might call an LLM dozens of times; inference token consumption is dozens of times higher than traditional chatbots. When AI products move from "chatting" to "working," inference demand opens like a floodgate.

GPUs are general-purpose compute chips — they can do anything, but aren't optimal for anything. Training LLMs requires general-purpose compute because model architectures keep changing and chips need flexibility to adapt to tensor operations. But inference, especially large-scale deployment, is different: model architectures are relatively stable, latency and throughput requirements are extreme, and that's where purpose-built chips (ASICs) shine — strip out all unnecessary circuitry, throw every transistor at matrix multiplication and memory access, and you can beat GPU energy efficiency by multiple times.

This isn't a new concept. Google's TPU is an ASIC; AWS has Trainium and Inferentia; Microsoft has Maia. But those are all cloud-vendor in-house chips, not sold externally. Etched wants to be the "third-party AI inference ASIC" — selling to any company that needs large-scale inference, going head-to-head with Nvidia GPUs.

Three Harvard Dropouts and the Contrarian Bet

Etched's story fits the classic Silicon Valley narrative. The three founders are all Harvard dropouts — they started the company in 2022 before graduating. The industry consensus at the time: "The AI chip space is oversaturated, Nvidia is unbeatable, startups building AI chips are dead on arrival." The three didn't buy it. They believed GPUs were designed for graphics rendering, not AI, and that purpose-built chips for AI inference were an inevitability.

"Training needs general-purpose; inference needs purpose-built — when inference demand crosses 70% of the total, the ASIC era arrives."— Robert Wachen, Etched co-founder

Sequoia led the $300 million round — reportedly one of the highest-valued Series C rounds Sequoia has ever led. a16z and SK Hynix's participation is also signaling: SK Hynix is the world's largest HBM memory supplier, meaning Etched will have supply security for high-end memory going forward.

Skeptics abound, of course. Nvidia's CUDA moat remains the wall every AI chip startup must scale. Even if your chip is 5x faster than a GPU, if mainstream AI frameworks don't support it, developers won't migrate, and the software stack is unstable, customers won't risk it. Etched claims its chips run any AI model without modification, but that claim needs large-scale customer validation.

One thing is certain: the AI inference market is exploding, and customers are hungry for alternatives to Nvidia. From AMD's Helios to Etched's ASICs, from cloud-vendor in-house chips to open-source inference engine optimizations, the entire industry is trying to loosen Nvidia's grip on inference. Whether Etched succeeds is an open question, but a $10.3 billion valuation shows: capital markets are willing to pay for the "Nvidia alternative" narrative.

After all, in a $1.4 trillion market, even capturing 5% is a $70 billion business.

See you tomorrow.

训练需要通用,推理需要专用——当推理算力需求占比超过70%的时候,专用芯片的时代就来了。

—— Robert Wachen,Etched联合创始人

Training needs general-purpose; inference needs purpose-built — when inference demand crosses 70% of the total, the ASIC era arrives.

— Robert Wachen, Etched co-founder
Etched · AI芯片 · ASIC · 103亿美元估值 · 红杉资本 · 推理芯片 · 哈佛辍学生 · GPU替代 · SK海力士
Etched · AI chips · ASIC · $10.3B valuation · Sequoia · inference chips · Harvard dropouts · GPU alternative · SK Hynix
Sources · 信源 Sources

本文基于 Dawn Vision 认知引擎处理的 8 个源信号生成,经编辑部人工审核。素材来源:TechCrunch、中财网、华盛通。

This article was generated by the Dawn Vision cognitive engine processing 8 source signals, with human editorial review. Sources: TechCrunch, CFI.net, HStong.