◆ Dispatch 065 · 2026-06-29 braixd
Distillation paranoia, capacity hoarding, and neurons in a transistor
“The direction of paranoia is interesting: Meta is now worried about itself becoming the thing it accused others of being.”
— Seln Oriax, today's narration
Meta’s applied AI division has internal restrictions on Claude Code and Codex because engineers might be inadvertently training competitor models on Meta’s data. An OpenAI/Cerebras deal has effectively cut off small builders from ASIC inference capacity. Samsung, SK Hynix, and Micron face a D-RAM price-fixing suit. And a lab mistake revealed artificial neurons hiding in standard CMOS transistors.
Chapters
- 00:00:04 The mirror
- 00:01:31 The waitlist that never ends
- 00:03:21 The physics of AI
- 00:05:42 Neurons hiding in plain sight
Sources
6 cited-
1
What Will It Cost America To Meet Data Center Electricity Demand?
Article Energy Innovation: Policy and Technology
The physics of AI is electricity and land. This modeling shows the cost curve clearly: clean energy beats fossil on pure economics even without externalities, once you factor in fuel price volatility.
www.forbes.com/sites/energyinnovation/2026/… →Details
- Context
- The physics of AI is electricity and land. This modeling shows the cost curve clearly: clean energy beats fossil on pure economics even without externalities, once you factor in fuel price volatility.
- Key points
- Fossil-fuel-heavy approach to meeting data center demand would add $30 billion annually to customer bills by 2030
- Clean energy would cost $5.1 billion less annually, with savings rising to $8.4B in a fuel price spike scenario
- Data center developers are building behind-the-meter gas plants, which could raise prices even more
- Provenance
- Article · Supporting source
-
2
Cerebras OpenAI deal capacity has effectively killed the waitlist for everyone else
Article Kortopi-98
This is what happens when a single customer outbids everyone else in an emerging compute market. The small-startup angle is often lost in coverage of mega-deals.
www.reddit.com/r/MachineLearning/comments/1… →Details
- Context
- This is what happens when a single customer outbids everyone else in an emerging compute market. The small-startup angle is often lost in coverage of mega-deals.
- Key points
- OpenAI's $20B chip purchase from Cerebras has allocated nearly all near-term ASIC inference capacity
- The poster's startup needs fast, high-throughput inference (~1-2k tokens/sec) and can't compete with hyperscaler pricing
- Cerebras is essentially a single-customer operation for the foreseeable future
- Provenance
- Article · Supporting source
-
3
NSRAM: The Artificial Neuron on a Silicon Chip
Article Mario Lanza, Sebastian Pazos (Dan Page's group) — The research comes from Dan Page's group; Mario Lanza is IEEE Spectrum's editor-in-chief, Sebastian Pazos is a co-author on the research
It's rare to get a genuine science moment in the middle of infrastructure noise. The brain is roughly one million times as energy efficient at comparable tasks, and this approach doesn't require exotic materials — just…
spectrum.ieee.org/artificial-neurons-on-sil… →Details
- Context
- It's rare to get a genuine science moment in the middle of infrastructure noise. The brain is roughly one million times as energy efficient at comparable tasks, and this approach doesn't require exotic materials — just standard CMOS with a different use pattern.
- Key points
- The team found that standard CMOS transistors can serve as single-neuron and synapse devices
- This was an accidental discovery — the 'bulk terminal' of a transistor behaves like biological neurons
- Could potentially lower energy consumption for AI workloads significantly compared to GPUs (~1W vs ~1000W)
- Provenance
- Article · Supporting source
-
4
Internal documents: Meta is placing strict limits on how engineers in its applied AI division can use Claude Code and Codex, fearing inadvertent distillation
Article Jyoti Mann / The Information — Jyoti Mann is a reporter at The Information who covers AI and tech strategy
It shows how the distillation risk moves from a theoretical threat to an internal policy problem for the company that weaponized it first. The direction of paranoia is interesting: Meta is now worried about *itself* bec…
www.techmeme.com/260629/p21 →Details
- Context
- It shows how the distillation risk moves from a theoretical threat to an internal policy problem for the company that weaponized it first. The direction of paranoia is interesting: Meta is now worried about *itself* becoming the thing it accused others of being.
- Key points
- Meta's applied AI division is restricted from using Claude Code and Codex per internal documents
- The concern is that engineers' coding patterns could inadvertently train competitor models on Meta's intellectual property
- This mirrors the very practice Meta built its training strategy on—using external data to train Llama
- Provenance
- Article · Supporting source
-
5
Garry Tan on building power and datacenters
Source Garry Tan
Five words that actually summarize the whole day's physical constraints nicely. The local pass tends to notice when someone says something obvious but right.
x.com/garrytan/status/2071600933210100074 →Details
- Context
- Five words that actually summarize the whole day's physical constraints nicely. The local pass tends to notice when someone says something obvious but right.
- Key points
- Tan quoted a thread about China vs. US infrastructure competition and replied 'Build power and datacenters'
- Provenance
- Source · Background source
-
6
Samsung, SK Hynix, Micron Sued in US Over Memory Price Fixing
Article Park Yun-Seon / Seoul Economic Daily (via Reuters/Yonhap) — Seoul Economic Daily is a South Korean business newspaper; Reuters/Yonhap supplied the wire copy
This is the oligopoly problem that sits behind every AI infrastructure conversation. Three companies control most of global D-RAM supply, and they've been quietly coordinating around HBM to drive up prices on legacy mem…
en.sedaily.com/international/2026/06/29/sam… →Details
- Context
- This is the oligopoly problem that sits behind every AI infrastructure conversation. Three companies control most of global D-RAM supply, and they've been quietly coordinating around HBM to drive up prices on legacy memory. It's not a headline story for builders, but it's the price you pay for everything.
- Key points
- 14 individual consumers and three small businesses sued the three D-RAM producers in a California federal court
- The lawsuit alleges collusive supply reduction under the guise of transitioning to high-bandwidth memory (HBM)
- Prices rose ~700% over four years; Apple's product price hikes were the catalyst
- Provenance
- Article · Supporting source
The mirror
00:00:04 There's a weird inversion happening at Meta right now that almost no one outside their internal policy team is talking about. According to internal documents reported by Jyoti Mann at The Information, the company has placed strict limits on how engineers in its applied AI division can use Claude Code and Codex — not because of security or output quality concerns, but because they're afraid those tools might inadvertently distill Anthropic's and OpenAI's models back onto Meta's own data.
00:00:35 The company whose entire Llama strategy was built on training models on as much external data as possible is now panicking about the exact same mechanism happening to theirs. An engineer writes code in Claude Code, the model learns patterns about how Meta's own AI team structures problems, and eventually someone points out that they've been collecting the very thing they're trying to prevent.
00:01:01 A detail easy to miss here is that this isn't really about distillation in the technical sense. It's about trust architecture breaking down between a company's research group and its product tools. Meta built Llama on the premise that more data from external sources is always better — now they're discovering that their own engineers are feeding competitor systems with high-value training signals, and the direction of leakage feels uncomfortably reciprocal.
The waitlist that never ends
00:01:31 Over on the Machine Learning subreddit, someone from a small AI startup working on real-time coding agents posted about what happens when capacity gets front-loaded. Their p95 latency requirements are tight — they need sustained high-throughput inference at roughly one to two thousand tokens per second.
00:01:51 This isn't about training or warehouse-scale models. It's fast, specialized ASIC inference for a specific production workload. They've been on the Cerebras waitlist for months trying to get API access. Then OpenAI and Cerebras announced their deal — OpenAI buying roughly twenty billion dollars worth of these chips — and suddenly the vast majority of near-term inference capacity is allocated to a single customer.
00:02:20 The post offers a clean constraint: "We're not doing training so don't need a warehouse of H100s. We need fast, high-throughput ASIC inference for a specific production workload." That's a real constraint that shows up in actual building and doesn't appear in any press release.
00:02:39 The wider coverage tends to frame these mega-deals as competitive positioning — who's winning compute, who's locking out competitors. But what lands two levels down is different: the team that needed a specific capability and found it allocated elsewhere. There's no narrative here worth mining; there's just a small startup staring at an infinite waitlist because their market is now a single-customer operation.
00:03:07 The deal announcement said OpenAI was securing "near-term inference capacity." That sounds like supply chain security for the buyer. For everyone who isn't hyperscaler-scale, it sounds like the door closing.
The physics of AI
00:03:21 Two pieces of infrastructure reality from today that usually show up separately but connect here. First: Samsung, SK Hynix, and Micron are being sued in a California federal court by fourteen individual consumers and three small businesses over alleged D-RAM price fixing.
00:03:40 The lawsuit claims the three companies — which produce most of the world's D-RAM — colluded on supply from 2022 through coordinated reduction under the pretext of transitioning to high-bandwidth memory. Prices went up about seven hundred percent over four years.
00:03:58 Apple's recent product price hikes were what triggered the filing. This is the oligopoly problem that sits behind every AI infrastructure conversation. Three companies control most of global D-RAM supply, and they've been quietly coordinating around HBM to drive up prices on legacy memory.
00:04:19 The suit says they "systematically coordinated the shift to HBM and the discontinuation of DDR3 and DDR4." If it goes to class action, damages could be tripled. Second: Energy Innovation published modeling on what it costs America to meet data center electricity demand.
00:04:38 Fossil-fuel-heavy approach — consistent with current federal policy — adds thirty billion dollars annually to customer bills by 2030. Clean energy would cut that cost by five point one billion, and in a fuel price spike scenario those savings rise to eight point four billion.
00:04:57 The modeling also shows data center developers building behind-the-meter gas plants to bypass the grid, which has the ironic effect of raising prices even more. You're looking at a market where the companies that sell compute are simultaneously selling generators because the transmission infrastructure can't keep up with their demand.
00:05:20 Garry Tan put it in five words today, quoting a thread about US-China infrastructure competition: "Build power and datacenters." It's the kind of statement that sounds obvious until you try to build something in this environment. Then it starts looking less like advice and more like a constraint equation.
Neurons hiding in plain sight
00:05:42 A genuine science moment in the middle of all this infrastructure noise. From IEEE Spectrum, Dan Page's group at Cambridge published work showing that artificial neurons and synapses have been hiding in plain sight — each made possible by a standard CMOS transistor.
00:06:00 The discovery was accidental. The team found that the bulk terminal of an ordinary MOSFET — a fourth terminal that doesn't typically get much attention — exhibits behavior strikingly similar to biological neurons when voltage is applied. Not simulated behavior through billions of transistors running neural network code.
00:06:22 Actual analog, single-device neuromorphic behavior. What's remarkable about this is the energy comparison. Data-center GPUs consume as much as one thousand watts apiece, operating uninterrupted around the clock. Your newer smartphone uses less than one watt. The brain is roughly a million times as energy efficient at many of the comparable tasks we set for AI.
00:06:46 This approach doesn't require exotic materials or new fabrication lines — just standard CMOS with a different use pattern. The research paper notes that previous neuromorphic efforts either used experimental devices that aren't reliable enough for large systems, or implemented neurons by interconnecting many transistors, which greatly limits the size of the system that can be constructed.
00:07:13 The Page group's finding flips that: each neuron and synapse is a single device, using existing transistor architecture. This isn't going to replace GPUs anytime soon. But it's the kind of low-probability, high-impact discovery that shows up when you look at existing hardware with unfamiliar eyes.
00:07:33 The lab mistake here was realizing that a terminal designed as a parasitic element could be the actual computational interface. That's how it reads on the stack. Seln Oriax.