惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
博客园_首页
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
InfoQ
J
Java Code Geeks
T
Tailwind CSS Blog
博客园 - 司徒正美
Stack Overflow Blog
Stack Overflow Blog
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
腾讯CDC

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Jim Keller on Tenstorrent’s BlackHole Scaling and IPO Amb...
Sally Ward-Foxton · 2026-06-26 · via Hacker News - Newest: "AI"

SANTA CLARA, Calif. — When EE Times visited Tenstorrent CEO Jim Keller’s office a year ago, the whiteboard outside his office door read: “We’re going to WIN!” On returning a year later, it reads: “Holy Shit, That’s Fast!”

In the aftermath of Tenstorrent’s TT-Deploy event, where the company showed initial demonstrations of what its chips can do when deployed at scale, Keller told EE Times that Tenstorrent can beat the performance of both GPUs and more specialized AI hardware with its BlackHole Galaxy server.

Keller believes AI inference is ultimately a networking and memory problem, and that Tenstorrent’s architecture is now proving that at scale.

At TT-Deploy, the company demonstrated performance across a range of workloads. For example, 16 Tenstorrent Galaxy servers (512 chips) can inference DeepSeek-671B at up to 350 tokens per second per user at batch 32.

Vicfuse Introduces UL Class Fuse Series for Modern AI Infrastructure and Industrial Protection

By VICFUSE   06.25.2026

Beyond Isolation: NOVOSENSE’s Isolation+ Platform Elevates System Safety for Advanced Power Systems

By Christopher McGrady  06.22.2026

Built-In Memory. Built-In Confidence. 

By Morten Block, Global Eng. Director, Segments and Technology go-to-market  06.17.2026

Tenstorrent’s fast tokens are a direct result of its ability to easily split large tensors across hundreds of chips, Keller said. Galaxy boxes have 56 Ethernet ports per box, while GPU servers might have eight external ports per server.

Keller invokes Rent’s Rule, developed at IBM in the 1960s, which states that the I/O required by a block of logic grows sub-linearly with the amount of logic; in practice, this means compute area grows faster than the available beachfront for communication. This is often a fatal flaw for other architectures, he said.

“There are no new laws,” he said. “The fundamentals of AI computation are rooted in HPC from the 1970s which have been well understood for decades.”

Successful AI infrastructure still comes down to balancing compute, memory, and I/O, he said.

“AI is mostly matrix computation and non-linear vector operations, and then to make it run fast, you need sufficient SRAM to hold the data and results for computation, and a buffer for data to move between memory, tensor processors and chips, which we have,” he said. “If you make the memory way too big it doesn’t help very much, and if it’s too small it’s really bad.”

Tenstorrent competitor Cerebras, under scrutiny for large model performance following a hugely successful IPO, released performance figures for Kimi K2.6 (1T). This is the biggest model it has tackled publicly so far; Cerebras said it can hit 981 tokens per second on its CS3 hardware.

According to Keller, Tenstorrent can beat this performance with large deployments of its BlackHole Galaxy servers at a fraction of the hardware cost.

“The Cerebras [IPO and subsequent valuation] was helpful, especially as we’re going to beat them on everything,” he said. “Challenge accepted!”

Jim Keller, CEO of Tenstorrent, presents at TT-Deploy this spring.
Jim Keller presents at TT-Deploy this spring. (Source: Tenstorrent)

Disaggregated inference

Market leader Nvidia has licensed technology from Groq to accelerate the decode portion of LLM inference in a technique known as disaggregated inference. Three racks of Nvida CPUs and GPUs are required, roughly one rack for prefill and two to hold the enormous KV cache, per single rack of Groq chips for decode.

Tenstorrent does not need any additional steps for fast decode, Keller said.

“I am often asked how we handle the KV cache,” he said. “It’s in the DRAM on the same chips as the decode, we don’t even think about it. We’re really good at that.”

The key is that Tenstorrent can connect arbitrary numbers of tensor processors together, Keller said. With enough chips, tensors will fit entirely into SRAM, but if the number of chips is not sufficient, the data can be streamed in from DRAM at the expense of some performance. Architectures without any DRAM, like Groq and Cerebras, cannot do this, he pointed out.

“They can scale to big models, they just need a lot of hardware,” he said. “Our answer is that even relatively modest-sized hardware can run big models, but if you want super-fast token rates, we can move the token rate anywhere we want.”

Could Tenstorrent hardware be used alongside GPUs for decode acceleration, similar to Nvidia’s disaggregated architecture?

“We have a customer who is using Galaxy to accelerate the GPUs they bought,” Keller said. “We have a PCIe card with our BlackHole chip on it, and we use Layer 2 Ethernet for transport, so it was pretty easy to hook up.”

The customer doubled or tripled their token rate using this method, Keller said.

“If they had bought only Tenstorrent in the first place, it would have been cheaper, because we can do prefill as well, and it’s cleaner,” he said. “But [the customer] had already bought the GPUs and they wanted to leverage their investment.”

Productizing this idea is currently a “maybe,” Keller added.

Tenstorrent can easily link hundreds or thousands of its BlackHole chips in huge clusters.
Tenstorrent can easily link hundreds or thousands of its BlackHole chips in huge clusters. (Source: Tenstorrent)

Workload co-design

The perception that hyperscalers and frontier labs have an advantage in hardware design as they are vertically integrated (i.e., they know their workloads intimately so they can co-design chips and models) may have been overstated, Keller said. Tenstorrent, like other companies, has optimizations for some popular non-linear functions in its hardware, but these can be tweaked in successive generations of silicon when needed.

The important things at the chip scale are building for large models, getting precision right, and properly dealing with both huge KV caches and compute-bound workloads like diffusion, Keller said.

“So far, everything works fine if you have a balance of DRAM, SRAM, computation, matrix-vector, and a NoC—Rent’s Rule seems to be solid,” he said.

Another old rule becoming applicable in new ways is Amdahl’s Law, which is generally applied to illustrate that the speedup of any workload is constrained by parts that cannot be accelerated.

“Agentic computing is an Amdahl’s Law problem,” Keller said. “AI took an outrageous amount of compute, so CPUs would send the AI task and wait around for it to finish… agentic has started driving CPU demand because AI finally got fast enough to be bottlenecked by the scalar part of the problem.”

Aiming for IPO

Keller declined to comment on reported takeover bids from companies including Intel and Qualcomm, confirming only that he has indeed met with the CEOs of both companies, as well as all the major hyperscalers, in order to pitch them Tenstorrent’s hardware IP.

“I’m hoping to get a big deal out of one of those guys, because our RISC-V CPU IP is great,” he said. “One of the hyperscalers is also looking at our AI IP for a small chip.”

While hyperscalers have developed their own big chips for AI, smaller AI chips like those used in edge devices cannot just use a cut-down version of the same IP, Keller said. Tenstorrent’s AI IP is designed to be scalable, and it has been fully productized (it comes with everything needed to scale from, say, one to 1,000 cores, Keller said).

The two big exits for Tenstorrent’s startup competitors in the last six months have been an (effective) acquisition and an IPO. Tenstorrent is aiming to IPO, Keller confirmed, and is building out its supply chain and international presence with that in mind.

“Right now our investors are very hot on IPO,” he said.

Does Tenstorrent’s potential as a decode accelerator necessarily make it an attractive acquisition target for a GPU company? Keller said some kind of strategic deal or joint go-to-market is more likely.

Both sovereign infrastructure and the big frontier labs want to control their own destiny when it comes to hardware and software, he said. “Lots of things could happen,” he added.

Following TT-Deploy, Tenstorrent has received orders for its hardware, Keller said, with the biggest purchase order being for a 96-Galaxy cluster to be shipped outside the U.S. (96 Galaxies is 3,072 Blackhole chips). Tenstorrent’s biggest customer to date remains AI& in Japan, whose CEO is former Tenstorrent executive David Bennett. 

“Some of what happened is a bunch of people had $100-million orders with Nvidia, but Nvidia won’t ship for a year, so they’ve taken a $20-million Tenstorrent machine because it’s a lot cheaper,” Keller said.

Tenstorrent is in the process of building 1,000 Galaxy servers, at least half of which have already been sold, he said.

“Our stuff is working pretty good, we have ten customers with Galaxies on site, we’re past the proof-of-concept stage,” Keller said. “We’re starting to get follow-on orders… I want to get ten happy customers, and then 20, and then 30.”


Read also:

Tenstorrent Previews Large Compute Cluster, Generates Video Faster Than Real Time

Tenstorrent Unveils Next-Gen Servers for Fast Tokens, No Disaggregation Needed

, , ,