# Benchmarking WEKA's Augmented Memory Grid on Nebius AI Cloud

**Author:** Ford Shaper

**Published:** September 24, 2026

![WEKA and NEBIUS logos.](https://cdn.sanity.io/images/ult5g8gw/production/20b3224a31a4be9ddfd353eb3d102417ef6cfe9c-1800x1013.png)

## TL;DR

**Does Augmented Memory Grid increase useful GPU output?** Yes, by over 2.4x.

In testing on NVIDIA HGX B300 systems on Nebius AI Cloud, Augmented Memory Grid served **2.4x more requests on the same hardware** while recomputing **3.1x fewer tokens**. By retaining more KV cache outside HBM, it reduces recomputation and shifts more capacity toward serving new requests instead of repeating work already done.

_This blog was co-written by Ford Shaper, Product Manager at WEKA; Anton Bykov, Senior Software Architect at WEKA; Alexey Averin, Senior Product Manager, Storage at Nebius; and Hooman Ramezani, ML Specialist Solutions Architect at Nebius.  
_  
Long-context and agentic inference workloads are largely bound by KV cache and memory. Every multi-turn session involves an agent re-reading a 100K+ token context, which can be accelerated by keeping that session's KV cache resident instead of paying full prefill cost again. The HBM memory holds only a few dozen long-context sessions before evicting; DRAM offload extends this but is capped by per-node memory.

Augmented Memory Grid™ is a persistent, distributed KV cache storage layer for AI inference that integrates with NVIDIA HGX B300 instances on Nebius. Part of the WEKA® NeuralMesh® platform, it pools each node's local NVMe over the most performant networking path available (RDMA over the NVIDIA InfiniBand fabric), turning siloed local storage into a fast, low-latency third tier for KV cache that sits between GPU/CPU memory and object/file storage.

The question this benchmark answers: under a realistic, sustained, multi-hour production load pattern, does Augmented Memory Grid measurably change the throughput, latency, and reliability envelope of long-context inference, and does it hold up, or degrade, over time?

```json
{
  "_key": "dda6eae1437a",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "eeaa9a57c147",
      "_type": "row",
      "cells": [
        {
          "_key": "4f4e9d16ef14",
          "_type": "richTableCell",
          "colSpan": 2,
          "content": [
            {
              "_key": "6a9babe7859a",
              "_type": "block",
              "children": [
                {
                  "_key": "e781bb3960f8",
                  "_type": "span",
                  "marks": [],
                  "text": "Test Parameters"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "f59a844b1375",
          "_type": "richTableCell",
          "content": [],
          "isCovered": true
        }
      ]
    },
    {
      "_key": "8ef440cecddd",
      "_type": "row",
      "cells": [
        {
          "_key": "3b6f0a2cf9d8",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "dbd4a253c483",
              "_type": "block",
              "children": [
                {
                  "_key": "c4f2a8531f5b",
                  "_type": "span",
                  "marks": [],
                  "text": "Instance type"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "16b38021ee11",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "f5759ab621ab",
              "_type": "block",
              "children": [
                {
                  "_key": "fc1bee036ebb",
                  "_type": "span",
                  "marks": [],
                  "text": "NVIDIA HGX B300 on Nebius AI Cloud, single node"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "9e9422d2cf86",
      "_type": "row",
      "cells": [
        {
          "_key": "3bfbdaf2fbcc",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "2c06587033b3",
              "_type": "block",
              "children": [
                {
                  "_key": "d978642a557d",
                  "_type": "span",
                  "marks": [],
                  "text": "GPUs"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "141064a21d99",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "ec6a5b8a5f87",
              "_type": "block",
              "children": [
                {
                  "_key": "b3160535a79a",
                  "_type": "span",
                  "marks": [],
                  "text": "8 × NVIDIA Blackwell Ultra B300, 270 GB of HBM3e memory per GPU"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "e91831d9987a",
      "_type": "row",
      "cells": [
        {
          "_key": "d80c13bf8cca",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "bb4265e66dd1",
              "_type": "block",
              "children": [
                {
                  "_key": "3ccab7392c09",
                  "_type": "span",
                  "marks": [],
                  "text": "Parallelism"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "2316447bca08",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "e8ca72049ddf",
              "_type": "block",
              "children": [
                {
                  "_key": "9152e773719c",
                  "_type": "span",
                  "marks": [],
                  "text": "TP=8"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "eaaf18e7d1ef",
      "_type": "row",
      "cells": [
        {
          "_key": "c21b86c05617",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "5f208b4228c5",
              "_type": "block",
              "children": [
                {
                  "_key": "0a01cdfc4a52",
                  "_type": "span",
                  "marks": [],
                  "text": "Serving stack"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "7f45b2acd3ca",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "4eaebc23df13",
              "_type": "block",
              "children": [
                {
                  "_key": "6ad6a30d2ebd",
                  "_type": "span",
                  "marks": [],
                  "text": "vLLM v0.23.0 with WEKA KV-cache offload engine"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "4454f186bc05",
      "_type": "row",
      "cells": [
        {
          "_key": "005c1c414c68",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "9d6f690bdab9",
              "_type": "block",
              "children": [
                {
                  "_key": "ac51428ba0cb",
                  "_type": "span",
                  "marks": [],
                  "text": "Model"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "ec51a87cf1cf",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "c1a484d1395d",
              "_type": "block",
              "children": [
                {
                  "_key": "93649f835638",
                  "_type": "span",
                  "marks": [],
                  "text": "nvidia/DeepSeek-V4-Pro-NVFP4"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "90134bee3b2b",
      "_type": "row",
      "cells": [
        {
          "_key": "16f7134ac8dd",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "7382cbd99c50",
              "_type": "block",
              "children": [
                {
                  "_key": "43fc3a8d0d52",
                  "_type": "span",
                  "marks": [],
                  "text": "Max model length"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "e95121d7dbbf",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "ea4f3ce1b858",
              "_type": "block",
              "children": [
                {
                  "_key": "6f909a132c6c",
                  "_type": "span",
                  "marks": [],
                  "text": "1,048,576"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "68d88e61b03c",
      "_type": "row",
      "cells": [
        {
          "_key": "15ac89a28eeb",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "87e89a454360",
              "_type": "block",
              "children": [
                {
                  "_key": "76c037edf7b2",
                  "_type": "span",
                  "marks": [],
                  "text": "Interconnect"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "c28eb67d7af3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "1da667a08c22",
              "_type": "block",
              "children": [
                {
                  "_key": "31695b946bd9",
                  "_type": "span",
                  "marks": [],
                  "text": "8 x CX8 with ~800 Gb/s each, GPUDirect RDMA enabled"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "97596585893e",
      "_type": "row",
      "cells": [
        {
          "_key": "8d1547b59999",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "45f5b9a6f57f",
              "_type": "block",
              "children": [
                {
                  "_key": "455dd15707d1",
                  "_type": "span",
                  "marks": [],
                  "text": "Storage Cluster"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "4ca9e3807dae",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "5399f1d4b2d3",
              "_type": "block",
              "children": [
                {
                  "_key": "53578b8c54e6",
                  "_type": "span",
                  "marks": [],
                  "text": "NVIDIA HGX B300 on Nebius AI Cloud (6 NVMe per node, with 8 nodes in total)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "48f2fabb3e89",
      "_type": "row",
      "cells": [
        {
          "_key": "17c01ca82c62",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "6d33c52fe8a4",
              "_type": "block",
              "children": [
                {
                  "_key": "83bfd5756b3e",
                  "_type": "span",
                  "marks": [],
                  "text": "Cache tier"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "cdb270b0e21c",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "e96055fc8628",
              "_type": "block",
              "children": [
                {
                  "_key": "9ae7254c41df",
                  "_type": "span",
                  "marks": [],
                  "text": "WEKA NeuralMesh 5.1.1.41 Augmented Memory Grid over RDMA/InfiniBand"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "7f390b6bed48",
      "_type": "row",
      "cells": [
        {
          "_key": "9d1d68a95b5b",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "14a103b2c78d",
              "_type": "block",
              "children": [
                {
                  "_key": "4503c510e254",
                  "_type": "span",
                  "marks": [],
                  "text": "Scheduler concurrency"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "facb439aca8e",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "ac96bc9c8a1e",
              "_type": "block",
              "children": [
                {
                  "_key": "78088b2cfb74",
                  "_type": "span",
                  "marks": [],
                  "text": "32 (28 steady-state + 4 hot sessions)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "51b9de6f745c",
      "_type": "row",
      "cells": [
        {
          "_key": "307b2567e9c5",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "53f9f7773e64",
              "_type": "block",
              "children": [
                {
                  "_key": "e060939e8e06",
                  "_type": "span",
                  "marks": [],
                  "text": "Session pool"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "10707984da7f",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "ac0da4de7ef9",
              "_type": "block",
              "children": [
                {
                  "_key": "63f71d3dc956",
                  "_type": "span",
                  "marks": [],
                  "text": "512 active sessions, drawn from a 5,000+ session replay corpus"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "cb4dc0b214aa",
      "_type": "row",
      "cells": [
        {
          "_key": "cac2a40a53fd",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "d67d4e730564",
              "_type": "block",
              "children": [
                {
                  "_key": "9126973ea96e",
                  "_type": "span",
                  "marks": [],
                  "text": "Run window"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "7a6e6b189ce0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "9631e51ff9da",
              "_type": "block",
              "children": [
                {
                  "_key": "37c823a30aca",
                  "_type": "span",
                  "marks": [],
                  "text": "8 hours per variant. HBM-only: July 22, 2026. WEKA AMG: July 26–27, 2026"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "5908c84bb03b",
      "_type": "row",
      "cells": [
        {
          "_key": "27cbf41fe68f",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "aa85d0f7991f",
              "_type": "block",
              "children": [
                {
                  "_key": "9afdc1ab6bd4",
                  "_type": "span",
                  "marks": [],
                  "text": "Variants compared"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "4c9831c2c41e",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "a6e5ce24e63d",
              "_type": "block",
              "children": [
                {
                  "_key": "2c20b8da4fc1",
                  "_type": "span",
                  "marks": [],
                  "text": "HBM-only (no external KV cache) vs. WEKA AMG (KV values pushed from HBM to WEKA over GPUDirect RDMA)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "42c73de8dcb4",
      "_type": "row",
      "cells": [
        {
          "_key": "8f47819ec1f6",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "571162cbf2d5",
              "_type": "block",
              "children": [
                {
                  "_key": "322bc8ec7536",
                  "_type": "span",
                  "marks": [],
                  "text": "Volume"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "06d2090cd76b",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "4a56d72f9fbf",
              "_type": "block",
              "children": [
                {
                  "_key": "d401f8da27ea",
                  "_type": "span",
                  "marks": [],
                  "text": "23,015 requests served on HBM-only; 55,694 on WEKA AMG, in equal 8-hour windows"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```

## The Dataset

The sessions are real captured agentic coding sessions, replayed, not synthetic prompts. They were recorded from live agent traffic through wekai's capture router and are open-sourced alongside the benchmark: 5,000+ sessions, over half a million requests. Each replays a real multi-turn session, growing as the agent re-reads its accumulated context on every step. Turn increments and session depth come from the original traffic rather than being fixed, ranging from tens of tokens per turn up to contexts approaching 900K.

## The Workload

WEKA replayed sessions drawn from a corpus of 5,000+ captured sessions, keeping 512 active at any moment, at a concurrency of 32: 28 steady-state sessions plus 4 "hot" sessions issuing back-to-back, sub-agent-style requests. Sessions that ran to completion were replaced, so the active set stayed at 512 while the run worked through the corpus. We settled on a concurrency of 32 after testing higher settings. At 64, TTFT rose without a corresponding gain in useful throughput, which is the behavior you'd expect once the scheduler is queuing rather than serving. Holding 512 sessions active is what makes this a cache test rather than a latency test: the working set grows past what HBM can hold, which is the condition the cache tier exists to handle.

## Benchmarking Goals

The run was built to answer four questions:

1. **Does it increase useful GPU output?** Every token of context recomputed is GPU compute capacity not spent generating output. We want to measure how much of a fleet's prefill work is redundant, and how much a distributed cache tier eliminates.
2. **Does it hold interactive performance under load?** We measured p90 and p99 on a busy cluster, not the median on an idle one. The tail determines how much hardware you need to meet an SLO.
3. **Does it hold over time?** Cache tiers can look really good for ten minutes. The failure mode that matters appears once the working set outgrows what memory can hold. This can present itself hours into the test.
4. **Does the cache tier have room to grow into? **Decode can be the bottleneck in today's serving, so the cache tier is only asked for a fraction of what it could deliver. If it were already near its limit at that demand level, it would stop helping the moment decode got faster. We measured how much headroom it actually has.

## Why HBM-only is the baseline

At the time of testing, no DRAM offload implementation could handle DeepSeek V4, so HBM-only was the sole baseline available on this model. Availability aside, DRAM offload carries a structural limit: it extends the cache only within a node. Capacity stops at the memory in the box, and a session that lands on a different node starts cold. Other solutions have matured since this testing. Look out for an upcoming report from WEKA comparing Augmented Memory Grid directly against them.

## Time-to-First-Token (TTFT)

This is the metric users feel most directly in an interactive or agentic session. It’s the latency between sending a prompt and receiving the first token.

```json
{
  "_key": "8e5258b856c2",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "t2r0",
      "_type": "row",
      "cells": [
        {
          "_key": "t2r0c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r0c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r0c0s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Percentile"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r0c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r0c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r0c1s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM-only"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r0c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r0c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r0c2s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA Augmented Memory Grid"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r0c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r0c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r0c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Benefit"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t2r1",
      "_type": "row",
      "cells": [
        {
          "_key": "t2r1c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r1c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r1c0s",
                  "_type": "span",
                  "text": "p50"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r1c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r1c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r1c1s",
                  "_type": "span",
                  "text": "5,683 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r1c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r1c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r1c2s",
                  "_type": "span",
                  "text": "1,053 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r1c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r1c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r1c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "5.4× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t2r2",
      "_type": "row",
      "cells": [
        {
          "_key": "t2r2c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r2c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r2c0s",
                  "_type": "span",
                  "text": "p90"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r2c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r2c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r2c1s",
                  "_type": "span",
                  "text": "17,168 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r2c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r2c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r2c2s",
                  "_type": "span",
                  "text": "2,666 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r2c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r2c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r2c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "6.4× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t2r3",
      "_type": "row",
      "cells": [
        {
          "_key": "t2r3c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r3c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r3c0s",
                  "_type": "span",
                  "text": "p95"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r3c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r3c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r3c1s",
                  "_type": "span",
                  "text": "23,124 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r3c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r3c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r3c2s",
                  "_type": "span",
                  "text": "3,823 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r3c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r3c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r3c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "6.0× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t2r4",
      "_type": "row",
      "cells": [
        {
          "_key": "t2r4c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r4c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r4c0s",
                  "_type": "span",
                  "text": "p99"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r4c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r4c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r4c1s",
                  "_type": "span",
                  "text": "48,081 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r4c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r4c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r4c2s",
                  "_type": "span",
                  "text": "11,726 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r4c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r4c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r4c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "4.1× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t2r5",
      "_type": "row",
      "cells": [
        {
          "_key": "t2r5c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r5c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r5c0s",
                  "_type": "span",
                  "text": "mean"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r5c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r5c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r5c1s",
                  "_type": "span",
                  "text": "8,285 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r5c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r5c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r5c2s",
                  "_type": "span",
                  "text": "1,655 ms"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t2r5c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t2r5c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t2r5c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "5.0× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```

Tail spread matters as much as the percentiles. HBM's p99 (48s) is 8.5× its own p50. This means a meaningful share of users are hitting long cold-prefill waits. WEKA Augmented Memory Grid's p99 (11.7s) is 11× its p50, but it starts from a p50 that is already sub-second. WEKA's p99 lands below HBM-only's p90 of 17.2s.

This is where capacity planning happens. Against a 5-second TTFT bar, HBM-only clears it for 44% of requests and carries a p95 of 23 seconds, so you either add GPUs to buy down the tail or accept that most requests miss. Augmented Memory Grid's p95 is 3.8 seconds, well under the bar without additional hardware.


![TTFT WEKA NeuralMesh AMG vs. HBM](https://cdn.sanity.io/images/ult5g8gw/production/4282f10f21a55516680925482cef5afa0066fc17-1269x776.png)




**Fraction of requests under common SLO thresholds:**

```json
{
  "_key": "c14adcc8af07",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "t3r0",
      "_type": "row",
      "cells": [
        {
          "_key": "t3r0c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r0c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r0c0s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "TTFT ≤"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r0c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r0c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r0c1s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM-only"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r0c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r0c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r0c2s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA Augmented Memory Grid"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t3r1",
      "_type": "row",
      "cells": [
        {
          "_key": "t3r1c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r1c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r1c0s",
                  "_type": "span",
                  "text": "1s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r1c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r1c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r1c1s",
                  "_type": "span",
                  "text": "8.3%"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r1c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r1c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r1c2s",
                  "_type": "span",
                  "text": "46.9%"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t3r2",
      "_type": "row",
      "cells": [
        {
          "_key": "t3r2c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r2c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r2c0s",
                  "_type": "span",
                  "text": "2s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r2c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r2c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r2c1s",
                  "_type": "span",
                  "text": "16.2%"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r2c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r2c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r2c2s",
                  "_type": "span",
                  "text": "82.5%"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t3r3",
      "_type": "row",
      "cells": [
        {
          "_key": "t3r3c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r3c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r3c0s",
                  "_type": "span",
                  "text": "5s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r3c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r3c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r3c1s",
                  "_type": "span",
                  "text": "44.4%"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r3c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r3c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r3c2s",
                  "_type": "span",
                  "text": "97.0%"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t3r4",
      "_type": "row",
      "cells": [
        {
          "_key": "t3r4c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r4c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r4c0s",
                  "_type": "span",
                  "text": "10s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r4c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r4c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r4c1s",
                  "_type": "span",
                  "text": "73.7%"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t3r4c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t3r4c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t3r4c2s",
                  "_type": "span",
                  "text": "98.8%"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```

_Shares in this table are over successfully completed requests, excluding those that failed the 300-second client deadline. The throughput table below reports the same TTFT bar over all requests attempted, which is why the figures there read 43.3% and 96.3%._

_These thresholds mark where latency distribution becomes a design constraint. Agentic workloads compound it: a session that makes ten model calls pays TTFT ten times, so per-request latency accumulates across the chain rather than being absorbed once._

_At the p50 figures above, a ten-step chain spends 57 seconds waiting for first tokens on HBM-only versus 11 seconds on Augmented Memory Grid. Against a 5-second bar, HBM-only clears 44% of requests, so roughly 5.6 of those ten steps land over the line; Augmented Memory Grid clears 97%, or about 0.3 steps. The 2-second bar separates them further: 16.2% versus 82.5%._

## Throughput

What does a GPU-hour buy you? Both HBM and WEKA Augmented Memory Grid runs consumed the same 64 GPU-hours: eight GPUs at TP=8, eight hours of wall clock, identical hardware, the same workload generator, and the same size 512-session pool. What differs is how much of that capacity went to producing useful output versus recomputing context the system had already seen.

For HBM-only, 60% of all context volume processed was freshly computed, and in most cases that was context the cluster had already computed earlier in the same session. With so many sessions competing for a few dozen HBM slots, the GPU's prefix cache is overwritten faster than it can be reused, so the fleet pays full prefill repeatedly for the same tokens. On Augmented Memory Grid, that drops to under 7%. Per request, the GPU computes 4.4K fresh tokens instead of 33.9K.  
That recovered capacity shows up directly as output. Same silicon, same clock, same eight hours: 46K output tokens per GPU-hour on HBM-only, 169K on Augmented Memory Grid. Put another way: the HBM-only node needs roughly 30 hours to produce what Augmented Memory Grid produced in eight.

Augmented Memory Grid served 2.4X the load at roughly a quarter of the error rate, which matters because the usual way to buy throughput is to accept more failures at the margin. Here the additional headroom came from eliminating work, not from pushing the system to its limit. (See the stability section for what those errors are and why the two columns aren't the same failure mode.)

```json
{
  "_key": "f28ff799bc54892d",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "t4r0",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r0c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r0c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r0c0s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Metric"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r0c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r0c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r0c1s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM-only"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r0c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r0c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r0c2s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA Augmented Memory Grid"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r0c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r0c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r0c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Benefit"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r1",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r1c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r1c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r1c0s",
                  "_type": "span",
                  "marks": [],
                  "text": "Requests attempted (8h)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r1c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r1c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r1c1s",
                  "_type": "span",
                  "text": "23,015"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r1c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r1c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r1c2s",
                  "_type": "span",
                  "text": "55,694"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r1c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r1c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r1c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "2.4X more"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r2",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r2c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r2c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r2c0s",
                  "_type": "span",
                  "text": "Requests/sec (RPS)"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r2c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r2c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r2c1s",
                  "_type": "span",
                  "text": "0.80"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r2c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r2c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r2c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.93"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r2c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r2c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r2c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "2.4X higher"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r3",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r3c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r3c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r3c0s",
                  "_type": "span",
                  "marks": [],
                  "text": "Total prefill tokens"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r3c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r3c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r3c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "1,300.6M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r3c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r3c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r3c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "3,594.4M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r3c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r3c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r3c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "2.76X more"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r4",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r4c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r4c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r4c0s",
                  "_type": "span",
                  "text": "Freshly computed tokens"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r4c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r4c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r4c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "780.3M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r4c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r4c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r4c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "244.1M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r4c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r4c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r4c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "3.2X less prefill work"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r5",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r5c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r5c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r5c0s",
                  "_type": "span",
                  "text": "Fresh tokens per request"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r5c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r5c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r5c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "33.9K"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r5c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r5c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r5c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "4.4K"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r5c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r5c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r5c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "7.7X less"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r6",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r6c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r6c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r6c0s",
                  "_type": "span",
                  "text": "Output tokens generated"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r6c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r6c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r6c1s",
                  "_type": "span",
                  "text": "2.93M"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r6c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r6c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r6c2s",
                  "_type": "span",
                  "text": "10.82M"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r6c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r6c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r6c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "3.7X more"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r7",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r7c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r7c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r7c0s",
                  "_type": "span",
                  "text": "Output tokens per GPU-hour"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r7c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r7c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r7c1s",
                  "_type": "span",
                  "text": "46K"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r7c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r7c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r7c2s",
                  "_type": "span",
                  "text": "169K"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r7c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r7c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r7c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "3.7X more"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r8",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r8c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r8c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r8c0s",
                  "_type": "span",
                  "text": "Errors"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r8c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r8c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r8c1s",
                  "_type": "span",
                  "text": "533 (2.32%)"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r8c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r8c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r8c2s",
                  "_type": "span",
                  "text": "359 (0.64%)"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r8c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r8c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r8c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "3.6X fewer errors, at 2.4X the load"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t4r9",
      "_type": "row",
      "cells": [
        {
          "_key": "t4r9c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r9c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r9c0s",
                  "_type": "span",
                  "text": "Requests meeting our 5s TTFT bar"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r9c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r9c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r9c1s",
                  "_type": "span",
                  "text": "9,976 (43.3%)"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r9c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t4r9c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t4r9c2s",
                  "_type": "span",
                  "text": "53,651 (96.3%)"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t4r9c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "73c0b7486cd8",
              "_type": "block",
              "children": [
                {
                  "_key": "ff28616e13c7",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "5.4X more requests (2.2X the share)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```

## End-to-end response time (TTLT)

TTFT tells you how fast the first token lands; TTLT tells you how long the whole request takes, including decode.

```json
{
  "_key": "6f6683b89473",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "t5r0",
      "_type": "row",
      "cells": [
        {
          "_key": "t5r0c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r0c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r0c0s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Percentile"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r0c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r0c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r0c1s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM-only"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r0c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r0c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r0c2s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA Augmented Memory Grid"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r0c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r0c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r0c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Delta"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t5r1",
      "_type": "row",
      "cells": [
        {
          "_key": "t5r1c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r1c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r1c0s",
                  "_type": "span",
                  "text": "p50"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r1c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r1c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r1c1s",
                  "_type": "span",
                  "text": "25.1 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r1c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r1c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r1c2s",
                  "_type": "span",
                  "text": "7.3 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r1c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r1c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r1c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "3.4× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t5r2",
      "_type": "row",
      "cells": [
        {
          "_key": "t5r2c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r2c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r2c0s",
                  "_type": "span",
                  "text": "p90"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r2c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r2c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r2c1s",
                  "_type": "span",
                  "text": "76.5 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r2c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r2c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r2c2s",
                  "_type": "span",
                  "text": "32.1 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r2c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r2c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r2c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "2.4× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t5r3",
      "_type": "row",
      "cells": [
        {
          "_key": "t5r3c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r3c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r3c0s",
                  "_type": "span",
                  "text": "p95"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r3c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r3c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r3c1s",
                  "_type": "span",
                  "text": "111.5 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r3c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r3c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r3c2s",
                  "_type": "span",
                  "text": "58.6 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r3c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r3c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r3c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "1.9× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t5r4",
      "_type": "row",
      "cells": [
        {
          "_key": "t5r4c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r4c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r4c0s",
                  "_type": "span",
                  "text": "p99"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r4c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r4c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r4c1s",
                  "_type": "span",
                  "text": "218.2 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r4c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r4c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r4c2s",
                  "_type": "span",
                  "text": "161.3 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t5r4c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t5r4c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t5r4c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "1.4× lower"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```

The gap narrows at the extreme tail - both tiers are dealing with some long agentic sessions with large output - but WEKA Augmented Memory Grid is uniformly faster at every percentile, and the gap is largest exactly where it matters most for interactivity (p50/p90).

The p99 figures deserve a note, because the two tiers arrive there for different reasons. We looked at the longest requests on each side. On WEKA Augmented Memory Grid, they are decode-bound by output volume: one request returned its first token in 1.1 seconds, then spent 296 seconds generating 4,682 output tokens. Across the p99 tail, median output is 2,896 tokens against an overall median of 99. On HBM-only, the longest requests take a comparable amount of time but emit four times fewer tokens (994 to 1,417) because compute recomputes rather than generates. WEKA's tail is the shape of the workload. HBM's tail is the cost of recomputing context.

## Stability over an 8-hour window

A single-point average can hide degradation. Bucketing both runs by wall-clock hour shows whether each tier holds up as the active dataset grows over the full soak. Error rate here is the share of requests in that hour where no output token arrived for 300 seconds, and the client gave up. Every failure in both runs was this stall, and neither produced OOM, eviction, or connection errors, so the two columns are the same failure mode under the same threshold. HBM-only's rising rate is recompute: as sessions get deeper, more of each prompt has already been evicted, and falling back to full prefill produces stalls long enough to trip the deadline. On the WEKA path, the workload does not fall back to recompute, so the rate stays flat.

```json
{
  "_key": "e67b0c4efad4",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "t6r0",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r0c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r0c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r0c0s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Hour"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r0c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r0c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r0c1s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM TTFT p50"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r0c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r0c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r0c2s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM error rate"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r0c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r0c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r0c3s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA TTFT p50"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r0c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r0c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r0c4s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA error rate"
                }
              ],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r1",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r1c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r1c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r1c0s",
                  "_type": "span",
                  "text": "0"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r1c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r1c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r1c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "6.70 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r1c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r1c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r1c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.08%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r1c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r1c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r1c3s",
                  "_type": "span",
                  "text": "1.13 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r1c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r1c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r1c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "0.45%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r2",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r2c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r2c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r2c0s",
                  "_type": "span",
                  "text": "1"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r2c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r2c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r2c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "5.09 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r2c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r2c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r2c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.78%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r2c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r2c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r2c3s",
                  "_type": "span",
                  "text": "0.99 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r2c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r2c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r2c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "0.42%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r3",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r3c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r3c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r3c0s",
                  "_type": "span",
                  "text": "2"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r3c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r3c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r3c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "4.09 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r3c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r3c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r3c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.79%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r3c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r3c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r3c3s",
                  "_type": "span",
                  "text": "0.98 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r3c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r3c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r3c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "0.29%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r4",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r4c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r4c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r4c0s",
                  "_type": "span",
                  "text": "3"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r4c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r4c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r4c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "4.95 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r4c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r4c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r4c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.83%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r4c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r4c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r4c3s",
                  "_type": "span",
                  "text": "0.99 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r4c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r4c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r4c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.30%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r5",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r5c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r5c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r5c0s",
                  "_type": "span",
                  "text": "4"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r5c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r5c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r5c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "5.16 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r5c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r5c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r5c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "2.17%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r5c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r5c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r5c3s",
                  "_type": "span",
                  "text": "1.13 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r5c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r5c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r5c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "0.41%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r6",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r6c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r6c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r6c0s",
                  "_type": "span",
                  "text": "5"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r6c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r6c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r6c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "6.02 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r6c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r6c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r6c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "2.81%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r6c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r6c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r6c3s",
                  "_type": "span",
                  "text": "1.14 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r6c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r6c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r6c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "0.88%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r7",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r7c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r7c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r7c0s",
                  "_type": "span",
                  "text": "6"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r7c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r7c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r7c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "7.74 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r7c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r7c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r7c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "2.99%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r7c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r7c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r7c3s",
                  "_type": "span",
                  "text": "1.06 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r7c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r7c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r7c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "0.56%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t6r8",
      "_type": "row",
      "cells": [
        {
          "_key": "t6r8c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r8c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r8c0s",
                  "_type": "span",
                  "text": "7"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r8c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r8c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r8c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "7.91 s"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r8c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r8c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r8c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "5.21%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r8c3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r8c3b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r8c3s",
                  "_type": "span",
                  "text": "1.08 s"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t6r8c4",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t6r8c4b",
              "_type": "block",
              "children": [
                {
                  "_key": "t6r8c4s",
                  "_type": "span",
                  "marks": [],
                  "text": "1.08%"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```


![Stability comparing WEKA NeuralMesh AMG vs. HBM](https://cdn.sanity.io/images/ult5g8gw/production/91e26a16a158a97aa1efb3e3c6380d055551703a-1389x944.png)


HBM-only trends worse across the run: TTFT p50 climbs from 6.7s to 7.9s, and error rate climbs from 1% to 5% as the active dataset grows past what HBM can hold. WEKA Augmented Memory Grid stays flat: TTFT p50 sits in a tight 0.98–1.14s band, and error rate never exceeds 1.3% over the full 8-hour window, while serving more than double the request load.

## Cache efficiency

Long-context inference is expensive because the model re-reads context it has already processed. A cache hit means those tokens are fetched instead of recomputed. Augmented Memory Grid holds a high hit rate under sustained load. HBM-only doesn't. That difference produces the results above.

```json
{
  "_key": "7458e9104240",
  "_type": "richTableBlock",
  "headerRows": 1,
  "markDefs": null,
  "rows": [
    {
      "_key": "t7r0",
      "_type": "row",
      "cells": [
        {
          "_key": "t7r0c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r0c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r0c0s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "Metric"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r0c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r0c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r0c1s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "HBM-only"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r0c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r0c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r0c2s",
                  "_type": "span",
                  "marks": [
                    "strong"
                  ],
                  "text": "WEKA Augmented Memory Grid"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t7r1",
      "_type": "row",
      "cells": [
        {
          "_key": "t7r1c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r1c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r1c0s",
                  "_type": "span",
                  "marks": [],
                  "text": "Total prefill tokens"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r1c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r1c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r1c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "1,300.6M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r1c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r1c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r1c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "3,594.4M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t7r2",
      "_type": "row",
      "cells": [
        {
          "_key": "t7r2c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r2c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r2c0s",
                  "_type": "span",
                  "text": "Fresh (newly computed) input tokens"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r2c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r2c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r2c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "780.3M (60.0%)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r2c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r2c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r2c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "244.1M (6.8%)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "t7r3",
      "_type": "row",
      "cells": [
        {
          "_key": "t7r3c0",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r3c0b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r3c0s",
                  "_type": "span",
                  "text": "Cache-served tokens"
                }
              ],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r3c1",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r3c1b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r3c1s",
                  "_type": "span",
                  "marks": [],
                  "text": "520.3M (40.0%)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "t7r3c2",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "t7r3c2b",
              "_type": "block",
              "children": [
                {
                  "_key": "t7r3c2s",
                  "_type": "span",
                  "marks": [],
                  "text": "3,35.3M (93.2%)"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "3dc203c1b347",
      "_type": "row",
      "cells": [
        {
          "_key": "a3e7ecbb4bf3",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "ee902cb00cf7",
              "_type": "block",
              "children": [
                {
                  "_key": "41986627cdb8",
                  "_type": "span",
                  "marks": [],
                  "text": "Prefill tokens served from GPU HBM"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "6d0080ab18f8",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "43e6977a452d",
              "_type": "block",
              "children": [
                {
                  "_key": "a09607429ed2",
                  "_type": "span",
                  "marks": [],
                  "text": "520.3M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "5c3d3e83b5db",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "10c66a804bb3",
              "_type": "block",
              "children": [
                {
                  "_key": "0498bcfece82",
                  "_type": "span",
                  "marks": [],
                  "text": "1528.6M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    },
    {
      "_key": "46078ebec270",
      "_type": "row",
      "cells": [
        {
          "_key": "8e2be09c5181",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "df6c444d0925",
              "_type": "block",
              "children": [
                {
                  "_key": "cca26ce16f82",
                  "_type": "span",
                  "marks": [],
                  "text": "Prefill tokens served from WEKA"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "8c4e3ebb33e9",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "14d415ae97ca",
              "_type": "block",
              "children": [
                {
                  "_key": "7eb07dd8336e",
                  "_type": "span",
                  "marks": [],
                  "text": "0"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        },
        {
          "_key": "7ed808a9e87f",
          "_type": "richTableCell",
          "content": [
            {
              "_key": "0bf2eb35d64f",
              "_type": "block",
              "children": [
                {
                  "_key": "dfc651729345",
                  "_type": "span",
                  "marks": [],
                  "text": "1,821.7M"
                }
              ],
              "markDefs": [],
              "style": "normal"
            }
          ]
        }
      ]
    }
  ]
}
```


![Prefill tokens comparing WEKA NeuralMesh AMG vs. HBM](https://cdn.sanity.io/images/ult5g8gw/production/0201c0bd87a7f82ba8ad1577e88c9cbd549d839e-1391x749.png)


HBM-only serves 40% of its context volume from cache. The other 60% is recomputed, most of it context the cluster had already processed earlier in the same session. There's only so much HBM, and with hundreds of long sessions in flight, a session's context is evicted before its next turn arrives. Augmented Memory Grid serves 93%. It fetched 6.6× more tokens from cache and recomputed 3.1× fewer.

The third row matters most. Augmented Memory Grid did not simply add a tier beneath HBM; it made HBM useful. The WEKA arm served 1,528.6M prefill tokens from GPU HBM, nearly three times what the HBM-only arm served from cache in total. On HBM-only, the GPU's cache sits largely idle while the GPU recomputes evicted context. Remove the recompute, and that cache finally has something to do.


![Prefill tokens comparing WEKA NeuralMesh AMG vs. HBM](https://cdn.sanity.io/images/ult5g8gw/production/727908ba52fbd24389a8f225b4142c2723d4795f-1462x914.png)


That's the whole story. WEKA isn’t making GPUs faster; rather, it’s helping the system do less pointless work. Both configurations ran the same hardware for the same eight hours under the same load. Augmented Memory Grid completed 2.4X the requests.


![Comparing cache using WEKA NeuralMesh AMG vs. HBM](https://cdn.sanity.io/images/ult5g8gw/production/7c13604adc6ff14a362587e0f630208194ced9b8-1363x688.png)




## Bottom line

For Nebius customers running agentic or long-context workloads, this is the difference between a platform that slows as usage grows and one that doesn't. For Nebius, WEKA NeuralMesh and Augmented Memory Grid significantly increase the amount of useful work the same hardware can do, which greatly increases revenue extractable from the deployment with relatively lower software and storage costs.

### We set out to answer four questions. Here's where each landed.

1. **Does it increase useful GPU output?** Yes, by over 2.4 times. Augmented Memory Grid served 2.4x the request volume on identical hardware in the same window because it recomputed 3.1x fewer tokens. Serving that load from an HBM-only fleet takes substantially more GPUs. That is capex going into served requests instead of repeated prefill.
2. **Does it hold interactive performance under load?** Yes, and the tail is where it shows. HBM-only returns a first token within 5 seconds for 44% of requests, with a p95 of 23 seconds. Augmented Memory Grid does it for 97%, with a p95 of 3.8 seconds. At 97%, a 5-second first-token SLA is something you can commit to. At 44%, it isn't. Augmented Memory Grid closed the gap without adding hardware.
3. **Does it hold over time?** Yes, across the full eight hours. Augmented Memory Grid's median TTFT stayed inside a 0.98–1.14s band, and its timeout rate never passed 1.30%. HBM-only degraded steadily: median TTFT climbed, and timeouts rose from 1.08% to 5.21% as the working set outgrew what HBM could hold. A decaying tier forces you to provision for its worst hour. That's hardware you're buying to cover degradation, not to serve load.
4. **Does the cache tier have room to grow into?** Yes. Prefill ingest swung between 66K and 158K tokens/sec across the run, and WEKA's share alone peaked near 115K, while median time to first token never left a 980-1,138 ms band. A tier near its limit shows up as latency tracking load, and this one did not move. Synthetic KV-load testing puts the ceiling well above anything this workload asked for, so as decode gets faster, the tier has room to absorb it.

Underneath all four goals is one number: a 93% cache hit rate against HBM-only's 40%. Every result above follows from it. If your working set outgrows HBM, and for agentic workloads it will, that gap is the difference between a platform that degrades as your usage grows and one that doesn't.

To go deeper, explore [Augmented Memory Grid ](/product/augmented-memory-grid/)and [Nebius AI Cloud](https://nebius.com/).
