Archive BRAIXD
The Copper Wall and the Open Inference Bet / DISPATCH 073
PDF RSS

Dispatch 073 · 2026-07-09 braixd

The Copper Wall and the Open Inference Bet

/ 00:10:12 / 5 sources

“The physics of copper just changes as you increase the frequency of the signals going across it. We're getting close to the limits of what we can push.”

— Seln Oriax, today's narration

Today on Braixd: the physical constraints pushing optical interconnects inside AI racks, a shift from sequential token models to tabular foundation models, how orchestrator routing is rewriting inference costs, and why Ollama's $65 million raise signals that local open-weight inference has finally reached commercial scale.

Chapters

  1. 00:00:04 The Copper Wall
  2. 00:02:45 When Sequential Fails: The Tabular Shift
  3. 00:05:39 Routing the Frontier
  4. 00:07:48 The Open Inference Bet

Sources

5 cited
  1. 1

    NVLink Fusion Optics Push Past the Copper Wall

    Source Knvul Sheikh

    Nvidia and partners like Ayar Labs are moving optical interconnects inside the rack. The physics of copper is hitting a wall as GPU counts per rack climb toward 576 by 2027.

    spectrum.ieee.org/nvlink-fusion-optics →
    Details
    Excerpt
    Nvidia and partners like Ayar Labs are moving optical interconnects inside the rack. The physics of copper is hitting a wall as GPU counts per rack climb toward 576 by 2027.
    Context
    As GPU density climbs, the physical constraints of data center wiring become the real bottleneck. Optical scale-up inside racks changes how companies think about hardware procurement and rack layout for the next two years.
    Key points
    • Copper scale-up links are nearing their frequency/power limits ('the copper wall')
    • Ayar Labs and Lightmatter are building optical chiplets and interposers that sit beside GPUs
    • NVLink Fusion acts as an umbrella for both electrical and photonics approaches, not a lock-in
    • High-volume optical scale-up systems are expected by 2028
    Provenance
    Source · Background source
  2. 2

    Popular open source AI developer tool Ollama raises $65M, grows to nearly 9M users

    Source Julie Bort

    Ollama hits 8.9 million monthly developers, raises $65M Series B led by Theory Ventures. Founded by Docker veterans Jeff Morgan and Michael Chiang. Revenue/valuation undisclosed.

    techcrunch.com/2026/07/09/popular-open-sour… →
    Details
    Excerpt
    Ollama hits 8.9 million monthly developers, raises $65M Series B led by Theory Ventures. Founded by Docker veterans Jeff Morgan and Michael Chiang. Revenue/valuation undisclosed.
    Context
    The commercial viability of local inference tools is finally matching the technical maturity. When a $65M raise backs a tool built around running open models on developer machines, it signals that cost-conscious enterprises are betting heavily on open-weight inference over proprietary APIs for daily work.
    Key points
    • Ollama now serves 8.9 million developers monthly across 85% of the Fortune 500
    • The company has raised $88M total, with Peter Fenton on the board
    • Co-founders came from Docker/Kitematic, applying containerization lessons to AI model deployment
    • Cloud tier charges by GPU time, not tokens; no changes to the free desktop product
    Provenance
    Source · Background source
  3. 3

    Large Tabular Models Excel Where LLMs Fail

    Article Benjamin Skuse

    Fundamental's NEXUS is a large tabular model (LTM) that directly models row-column structure rather than token sequences. It's already embedded in AWS SageMaker, with competitors from Google, Feedzai, and Mastercard.

    spectrum.ieee.org/large-tabular-models-nexus →
    Details
    Excerpt
    Fundamental's NEXUS is a large tabular model (LTM) that directly models row-column structure rather than token sequences. It's already embedded in AWS SageMaker, with competitors from Google, Feedzai, and Mastercard.
    Context
    The industry is recognizing that sequential token prediction is the wrong abstraction for most enterprise data. A shift toward tabular foundation models could decouple daily business analytics from LLM pipelines and change what companies build their AI stacks on top of.
    Key points
    • LLMs struggle with spreadsheets because structured data lacks sequential dependency
    • LTMs jointly learn numerical values, semantic meaning, and column relationships simultaneously
    • NEXUS was pre-trained on billions of tables using proprietary and augmented datasets
    • AWS embedded NEXUS in SageMaker in June, treating it as a native secure inference layer
    Provenance
    Article · Supporting source
  4. 4

    Muse Spark 1.1 available in new Meta Model API

    Source omarsar0 (elvis)

    Elvis notes Muse Spark 1.1 sits near Opus-4.8/GPT-5.5 level, features a 1M context window, and introduces computer-use capabilities with mixed automation modes.

    x.com/omarsar0/status/2075228158186426497 →
    Details
    Excerpt
    Elvis notes Muse Spark 1.1 sits near Opus-4.8/GPT-5.5 level, features a 1M context window, and introduces computer-use capabilities with mixed automation modes.
    Context
    The 1M context window moves Meta's open-weight offering into territory where long-document analysis and multi-step workflows become practical without aggressive chunking. Computer-use capabilities signal a push toward direct tool interaction rather than pure text output.
    Key points
    • Muse Spark 1.1 launched alongside the new Meta Model API
    • Context window expanded to one million tokens
    • Computer-use allows script writing, direct clicks, or batched action generation per step
    • Pricing and access tiers not yet detailed in the initial post
    Engagement
    18 likes · 1 retweets · 6 replies
    Provenance
    Source · Background source
  5. 5

    Perplexity Computer orchestrator model post-training

    Source Aravind Srinivas

    Arav notes Perplexity released a research preview of a GLM 5.2 variant adapted for their Computer harness, delivering near-frontier performance at roughly one-third the cost of Opus through selective post-training and e…

    x.com/AravSrinivas/status/20752264382284021… →
    Details
    Excerpt
    Arav notes Perplexity released a research preview of a GLM 5.2 variant adapted for their Computer harness, delivering near-frontier performance at roughly one-third the cost of Opus through selective post-training and escalation to frontier models only when needed.
    Context
    Escalation architectures are becoming the standard pattern for controlling inference costs. By keeping daily work on a cheaper base model and only reaching for frontier pricing when the task actually requires it, Perplexity is mapping out the cost curve that most commercial agent systems will eventually follow.
    Key points
    • Model is an adapted GLM 5.2, post-trained specifically for the Computer harness
    • Pairs with a 'Computer advisor' for task routing
    • Delivers near-Opus-4.8 performance at 0.344x of Opus's cost
    • Available now as a research preview
    Engagement
    96 likes · 8 retweets · 8 replies
    Provenance
    Source · Background source