Researchers have published a new hardware architecture called ASMA that rethinks how data moves during large language model inference. Instead of the traditional approach where processors repeatedly fetch data from distant memory, ASMA broadcasts computation instructions to memory cells that process data in place, dramatically reducing the energy and bandwidth overhead. Against current GPU baselines, the design cuts memory traffic by 99.47% and achieves over 2,000× speedup in extreme long-context scenarios, suggesting a potential path to more efficient AI hardware.
Summaries like this, in your inbox every morning.
Sign up free →What happened
Researchers introduced the Persistent State Machine (PSM), a computational model where instructions are broadcast to in-memory cells that process data locally, and designed ASMA (Active State-machine Memory Architecture), a silicon reference implementation for LLM attention that reduces system bus traffic by 99.47% and net step energy by 99.44% against NVIDIA GeForce RTX 3090 GPU baselines.
Why it matters
The von Neumann memory wall—the bandwidth and energy gap between computation and data storage—is now the dominant bottleneck in LLM inference. By moving computation closer to data rather than shuttling data to a CPU, ASMA addresses a fundamental architectural constraint that limits how fast and efficiently AI models can generate text.
What to watch
Under extreme long-context multi-batch decoding conditions (batch size 32, context length 131k), ASMA achieves a 2,129.19x physical speedup versus the RTX 3090 baseline. The work is protected under Japanese Patent Application No. 2026-177318.
Researchers have introduced a new computational paradigm called the Persistent State Machine (PSM) designed to address what has become the central bottleneck in modern AI: the von Neumann memory wall. This term describes the growing gap between how fast processors can compute and how fast they can access data from memory. In large language models, especially during the inference phase where the model generates text, this data movement has become more costly in both energy and time than the actual mathematical operations.
The key innovation is architectural: instead of fetching data from memory to a central processor (the traditional model), ASMA broadcasts computation instructions to in-memory cells that remain stationary and perform state transitions locally. The paper defines PSM as a mathematical 6-tuple and proves that it contains Deterministic Finite Automata while achieving equivalence to Linear Bounded Automata under physical memory constraints, giving it PSPACE-complete expressive power. This theoretical grounding ensures the model is not merely a heuristic but a complete computational framework.
The practical implementation, ASMA (Active State-machine Memory Architecture), focuses on LLM KV-cache attention—a critical computation in large language models where the model attends to its past context. ASMA produces the full softmax(QK^T)V output, a core attention operation. When tested against an NVIDIA GeForce RTX 3090 GPU baseline, ASMA achieves dramatic reductions: system bus traffic drops by 99.47%, and net step energy falls by 99.44%. Most strikingly, under the most realistic and demanding scenario—extreme long-context multi-batch decoding with a batch size of 32 and context length of 131k tokens—ASMA achieves a 2,129.19x physical speedup. This speedup is not theoretical; it reflects actual hardware behavior in the exact regime where modern LLM inference spends the most time and energy.
The work is protected under Japanese Patent Application No. 2026-177318, indicating the authors view this as a potentially commercializable innovation. The results suggest that the path to more efficient AI inference may not lie in faster processors but in fundamentally rethinking how and where computation occurs relative to memory.
The von Neumann architecture, the foundation of modern computing, separates processing units from memory. For decades this separation worked acceptably, but large language models have exposed its fundamental limitation: during inference, especially on long contexts, the bottleneck is not computational power but the sheer bandwidth and energy cost of moving data between the CPU and memory. ASMA inverts this relationship by broadcasting instructions to memory cells that perform computations locally—a paradigm shift that treats stationary data as the primary computational substrate.
The mathematical foundation is rigorous. PSM is defined as a formal 6-tuple computational model that contains Deterministic Finite Automata and achieves equivalence to Linear Bounded Automata under physical memory constraints, giving it PSPACE-complete expressive power. This is not a heuristic optimization but a complete rethinking of how computation itself is organized. The 99.47% reduction in bus traffic and 99.44% reduction in energy consumption are not marginal improvements but structural changes to the energy profile of inference. The extreme speedup (2,129.19x) emerges specifically in the regime where LLMs spend most of their inference time: decoding with large batch sizes and long contexts, where data movement costs dominate.
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytime
No comments yet. Be the first to share your thoughts!
Log in to join the discussion


Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.
Get Started FreeFree · takes 30 seconds · unsubscribe anytime