ATRIUMsearch → argument graph

24 moments across 7 channels for “Architectural structure/bias (gating, nested nonlinearity) impro”

Core claim
Claim34:08

The optimal amount of architectural bias (gating, nonlinearity, structure) in a neural network is inversely related to model scale: smaller, specialized models benefit from more biased/structured operators, while at very large scale (up to trillions of parameters) unstructured, unbiased architectures like pure attention and matrix multiplication win.

Hassani explains Liquid's key architectural finding: bias-heavy, structured architectures (gating, nonlinearity) win at small scale, but as models grow toward trillions of parameters, unstructured operators like pure attention and matrix multiplication dominate.

Ramin Hasani · The Cognitive Revolution · listen to the original →

4 restatements of this claim folded — Ramin Hasani, Ramin Hasani, Ramin Hasani, Ramin Hasani

More signal
MechanismVideo · 42:17 · 2m

Liquid AI built an in-house automated architecture search system (AFMD) that puts target hardware in the loop and evaluates candidate architectures on real downstream application performance across ~100 benchmarks rather than proxy metrics like perplexity, specifically to remove human bias from architecture design.

Hassani describes AFMD, Liquid's automated foundation model design system, which uses an evolution strategy with real hardware and downstream-task evaluation to eliminate human bias from architecture choices — a deliberate reaction against how architecture decisions are typically made ad hoc by a small group of experts at frontier labs.

Ramin Hasani · The Cognitive Revolution
MechanismAudio · 14:08 · 5m

Every car on the road except Tesla and Rivian uses a domain-based architecture with 100-150 separate ECUs, which is a disastrous legacy that makes software updates nearly impossible — the reason Volkswagen paid Rivian $5.8 billion to license Rivian's zonal architecture.

Scaringe contrasts the traditional domain-based architecture (100-150 separate computers, each running supplier-written software on its own island) with Rivian's zonal architecture (1-3 computers running a single OS). He cites Rivian's $5.8 billion deal with Volkswagen Group as evidence that legacy automakers recognize they cannot build this capability internally.

RJ Scaringe · No Priors
ContextAudio · 6:18 · 1m

New compute workloads create windows of opportunity for new architectures — just as graphics created Nvidia and mobile created ARM, AI's emergence as a new workload demanded a dedicated, non-derivative architecture.

Feldman explains the strategic thesis behind Cerebras: every major new compute workload — graphics, mobile — created a new dominant architecture while incumbents like Intel and AMD got zero share. AI represented the same kind of opportunity, demanding a clean-sheet design, not a derivative of existing architectures.

Andrew Feldman · No Priors
MechanismVideo · 43:09 · 2m

Liquid AI built an automated, hardware-in-the-loop architecture search system (AFMD) specifically to eliminate human bias in architecture design, because even at top labs a small group of people is really just calling the shots based on personal intuition.

Hassani explains that Liquid built its AFMD automated architecture-search system with hardware-in-the-loop evolutionary optimization specifically to remove the human biases he says still drive architecture decisions even at top labs like Anthropic and OpenAI.

Ramin Hasani · The Cognitive Revolution
ClaimVideo · 53:41 · 2m

A year and a half before Mamba, our Liquid-S4 paper first introduced input-dependent SSMs — the gating mechanism that later became central to Mamba and other sequence architectures originated in our liquid neural network research.

Hasani traces the input-dependent gating mechanism now central to architectures like Mamba back to Liquid AI's own Liquid-S4 paper, published a year and a half earlier, framing it as a foundational discovery rooted in liquid neural network theory.

Ramin Hasani · The Cognitive Revolution
DataVideo · 14:51 · 2m

The learned 'principal odor map' embedding organizes molecules so that perceptually related scents form nested sub-clusters (e.g., jasmine, rose, and violet nested inside a broader floral region) without ever being explicitly told this hierarchical structure exists.

When Osmo visualized their learned odor embedding space, semantically related scent categories clustered into nested neighborhoods (florals containing jasmine/rose/violet) that the model was never told to form.

Alex Wiltschko · The TWIML AI Podcast
ClaimVideo · 16:27 · 16m

Chomsky's poverty of stimulus argument, that it is impossible to learn to become creative from examples alone, is refuted: deep architectures have a huge implicit bias to build coarse-grained hierarchical variables, so they can learn to be creative from polynomially many (not exponentially many) sentences.

In Wyart's synthetic tree-structured world, a shallow network does exactly what Chomsky predicted — it memorizes and cannot generalize. But deep architectures exhibit a strong implicit bias to construct coarse-grained hierarchical variables, learning to be creative from only polynomially many sentences. This is a counterexample showing that what must be 'innate' shrinks dramatically for a deep architecture.

ClaimAudio · 24:57 · 3m

Large language models are not made for predictive analytics; for forecasting demand, cash flow, and classification-regression questions, classical machine learning approaches like XGBoost or AutoML are still necessary, and SAP has developed a new transformer architecture called RPT (Relational Pre-trained Transformers) to democratize predictions over structured data.

Philipp Herzig explains that while LLMs excel at unstructured text and images, enterprise planning requires predictions — demand forecasting, cash flow prediction, classification of customer payment behavior, regression of payment delays. LLMs are not designed for these tasks because they generate one token at a time in sequence-to-sequence modeling. Classical ML approaches like XGBoost work but don't scale because they require hiring data scientists and training separate models per country. SAP's RPT (Relational Pre-trained Transformer) applies the transformer architecture to structured tabular data, enabling accurate predictions with small amounts of data.

Philipp Herzig · No Priors