Large Model Memory Anxiety Solved on a USB Drive?

marsbitPublicado a 2026-07-20Actualizado a 2026-07-20

Resumen

To address the memory and bandwidth challenges of large language model inference, SanDisk and SK Hynix are developing a new technology called High Bandwidth Flash (HBF). This approach adapts the advanced 3D packaging and stacking techniques used for High Bandwidth Memory (HBM) to NAND Flash, which is traditionally seen as slow for compute tasks. The key insight is that while NAND Flash is slow for writes, its read speeds can be significantly enhanced through parallelization. By stacking up to 16 NAND Flash chips, the first-generation HBF aims for capacities up to 512GB and read bandwidths up to 1.6 TB/s, with roadmaps targeting 3.2 TB/s. This positions HBF not as a replacement for HBM, but as a complementary, cost-effective tier in a hierarchical memory system for AI inference. During inference, model weights are largely static and read-intensive, making them suitable for HBF storage. This can alleviate the severe capacity bottleneck of expensive HBM, potentially reducing the number of accelerators needed per server, lowering overall system cost and power consumption. The technology, currently being standardized within the Open Compute Project, signals a shift towards more specialized memory architectures tailored for the specific demands of large-scale AI deployment.

Wait, isn't Flash supposed to be slow? How are SanDisk and SK Hynix using it to feed large models???

The latest publication from IEEE presents a rather counterintuitive new idea: The memory anxiety of large models might be alleviated by the same technology found in USB drives.

That's right, it's NAND Flash.

In many people's minds, Flash's biggest characteristics are being cheap, having large capacity, and retaining data without power. But when it comes to speed, especially for powering large model inference, it doesn't seem like a proper solution.

But now, SanDisk and SK Hynix are promoting a new thing: High Bandwidth Flash, abbreviated HBF.

Its approach is straightforward: apply the advanced packaging and chip stacking methods used in HBM (High Bandwidth Memory) to NAND Flash.

In other words, it's allowing the flash memory originally responsible for storage to also participate in the high-speed data supply for AI inference.

According to SanDisk's public information, HBF is expected to stack up to 16 NAND Flash chips, with a target of up to 512GB capacity per stack and target read bandwidth of up to 1.6TB/s.

In the subsequent second and third-generation roadmaps, read bandwidth will further increase to 2TB/s and 3.2TB/s.

While this number still can't catch up with top-tier HBM, it's no longer in the state of "slow storage" associated with traditional flash memory.

Behind this technological breakthrough might lie the global storage industry's urgent need to resolve supply shortage woes.

Just a few days ago (July 11, Beijing Time), SK Hynix's CEO Koo Joo-sun publicly stated during his debut on the US Nasdaq that the global storage industry is expected to face the most severe supply shortage in history by 2027. This remark quickly ignited capital markets and industry discussions.

Against this backdrop, SK Hynix partnering with SanDisk to launch HBF is perhaps the technical answer they are submitting to alleviate storage supply tension.

Let's take a look.

Isn't Flash Slow? How Can It Be Used for AI?

The question arises: isn't Flash notoriously slow for writes? How can it suddenly be used for AI?

Jim Handy, Director of semiconductor market research firm Objective Analysis, mentioned in an IEEE Spectrum interview, many people's first reaction is also this: how does this make sense? Flash is ridiculously slow.

But the key point is, Flash is slow, mainly in writes.

NAND Flash stores data via charges in floating-gate transistors, organized in blocks and pages. This mechanism allows it to retain data without power, unlike DRAM which requires constant refreshing, thus naturally suitable for long-term storage, combining high density and low cost.

However, the trade-off is that when writing data, charges need to be pushed into or removed from the insulated gate. This process is much slower than charging/discharging a capacitor.

So from a traditional computing perspective, it's hard to discuss Flash at the same table as high-speed memory like DRAM and HBM.

But if you only look at reading, things are different.

According to the latest ONFI 6.0 flash interface standard, a single die's theoretical bandwidth can reach up to 4.8GB/s.

Looking at this number alone, it's indeed not impressive.

But a single DDR5 DIMM can reach up to 70.4GB/s, and a single HBM4E stack can reach 3.6TB/s. Compared to a single NAND flash chip, that's roughly a 750x magnitude difference.

What HBF aims to do is significantly increase total read bandwidth by packaging and vertically stacking multiple NAND Flash dies together using 3D packaging.

Hoshik Kim, Senior Vice President of Memory System Research at SK Hynix, pointed out: "By applying advanced 3D packaging and vertical stacking technologies to NAND flash, HBF can achieve bandwidth far exceeding that of standard NVMe storage."

Just as HBM stacks DRAM chips, HBF builds chips with high storage density by stacking NAND flash dies.

What they want to do is not to suddenly make a single Flash chip faster, but to stack up read channels through stacking and packaging.

HBF Isn't Aiming to Replace HBM; It Has Found Its Niche

The truly interesting thing about HBF isn't that it aims to replace HBM.

It's that it has identified a scenario very suitable for Flash: AI inference.

Training and inference have different memory requirements.

When training a large model, the system constantly needs to read weights, calculate errors, and update weights through backpropagation;

This process requires massive reads and writes, which is very unfriendly to Flash;

Because Flash writes are slow, and heavy writing involves issues like endurance and erase management.

But the inference stage is different.

At this stage, the model is already trained, weights are mostly frozen. Most of the time, the system needs to quickly read out these massive model weights, not frequently rewrite them.

This falls exactly on Flash's relatively strong side.

Kim, SK Hynix's Senior VP of Memory System Research, stated: "In an inference environment, massive, read-intensive data such as static tens-of-billion parameter model weights or precomputed KV cache can be securely stored in the HBF tier."

This way, the expensive and capacity-limited HBM can be freed up to specifically act as a high-speed scratchpad.

This architecture is somewhat like adding a "massive capacity read-only memory pool" for AI.

HBM continues to handle the most urgent, frequent high-speed computing data exchange.

HBF is responsible for holding those massive, rarely changed model parameters.

For current large model inference, this idea is very meaningful.

Because the challenges faced by current large model inference are no longer limited to computing power shortage. Multiple pressures such as insufficient memory, insufficient bandwidth, high energy consumption, and expensive deployment costs are intertwining.

Especially against the backdrop of continuously expanding model sizes, insufficient single-card VRAM capacity and the high cost of HBM are becoming significant constraints on its development.

Often, it's not that the GPU can't compute, but that the model can't fit, or data can't be fed fast enough.

And if HBF can find a balance between capacity, bandwidth, and cost, it may allow larger models to run at a lower cost.

512GB per Stack, AI Servers Might Use Fewer Cards

SanDisk's target parameters for the first-generation HBF are up to 512GB capacity and 1.6TB/s read bandwidth.

This combination is crucial – HBM's advantage is extremely fast speed, but it's expensive and has limited capacity; HBF, while slightly slower, can provide larger capacity and lower unit cost.

This means that when deploying large model inference in the future, AI servers might not necessarily need to stuff all weights into HBM.

Some colder, more static, read-heavy/write-light data can reside in HBF.

The potential benefits of doing this are several:

First, alleviate the HBM capacity bottleneck.

Second, reduce the need to stack more accelerator cards just to fit the model.

Third, lower the overall cost and energy consumption of the inference system.

Kim's assessment is: HBF and HBM are not competitors, but complementary tools.

He pointed out: "HBF can effectively alleviate the severe capacity bottleneck faced by HBM without sacrificing data supply speed, thereby potentially reducing the number of accelerators required to run large-scale models."

On this basis, he expects this solution will also improve energy efficiency and reduce costs, thereby helping data centers further expand their AI inference hardware scale.

This is also the most noteworthy industrial logic of HBF: It's not about turning Flash into HBM, but about letting different data in the AI system reside in positions more suitable for themselves.

Hot data stays in HBM; large-capacity, static, read-intensive data goes to HBF; lower-speed, cheaper data continues to reside in SSD or other storage.

If this hierarchy holds, the memory architecture of AI inference hardware might gain a new tier.

Large-Scale Adoption Still Far Off, but New Signals of Division of Labor in Large Model Memory Systems Emerge

Of course, HBF is not yet a mature product.

According to IEEE Spectrum, HBF will likely need at least another year before possible shipment, with large-scale deployment potentially still years away.

On February 25 this year, SanDisk and SK Hynix jointly held a launch event, announcing the promotion of HBF standardization work under the Open Compute Project (OCP).

As an important open industry organization in the data center hardware field, OCP has led the development of numerous server, rack, power supply, and accelerator specifications, such as the server specification DC-MHS and accelerator specification OAI-OAM.

But currently, the HBF standard is still in progress, with no official release date yet determined – this also means HBF won't immediately change the AI server market in the short term.

It's more like a signal emerging ahead of time: AI inference is forcing a re-division of labor in storage and memory systems.

In the past, the focus of large model hardware was on GPU, HBM, and interconnects.

But as models grow larger and inference requests increase, bottlenecks will expand from "can it compute fast enough" to "can it fit," "can it be read fast enough," and "can the electricity bill be sustained."

HBF is targeting precisely this gap.

The AI Memory War Might Not Belong to HBM Alone

Interestingly, SK Hynix itself is one of the biggest winners in HBM.

HBM is bringing it record revenues. Logically, launching a cheaper alternative technology doesn't seem to align with business intuition.

But from a system perspective, HBF doesn't necessarily take away HBM's market.

What future AI servers need is not a single type of memory, but a tiered memory system.

Let HBM be responsible for ultimate performance, HBF for large-capacity high-bandwidth reads, and SSD for lower-cost large-scale storage.

If this combination succeeds, it would actually make AI inference systems more scalable.

Simply put: Not every piece of model data deserves to live in HBM's "mansion." Some data just needs a location with enough capacity, fast enough reads, and lower cost.

That's the role HBF wants to play.

From NAND Flash in USB drives and SD cards to a high-bandwidth model weight pool in AI servers, the leap sounds large. But the problem with large models is clear: parameters are increasing, inference is becoming more expensive, and HBM supply is tightening.

And the solution might not only come from more expensive memory, but also from repackaging familiar old technology.

Reference links:

[1]https://spectrum.ieee.org/high-bandwidth-flash?itm_source=homepage&itm_medium=hero&itm_campaign=hero-2026-07-15&itm_content=hero6

This article is from the WeChat public account "QbitAI," author: Ge Wenting

Preguntas relacionadas

QWhat is High Bandwidth Flash (HBF) and what problem does it aim to solve in AI systems?

AHigh Bandwidth Flash (HBF) is a new technology being developed by SanDisk and SK hynix. It involves stacking NAND Flash memory dies using advanced 3D packaging techniques to significantly increase total read bandwidth. HBF aims to address the memory capacity and cost bottleneck in large model AI inference. By providing a high-capacity, cost-effective, read-intensive memory pool, it can offload static, large-scale model parameters (like weights and KV caches) from the more expensive and capacity-limited High Bandwidth Memory (HBM), allowing HBM to focus on high-speed computational data exchange.

QWhy is NAND Flash, traditionally considered slow, being considered for AI inference workloads?

AWhile NAND Flash is notoriously slow for write operations, its read performance is considerably better. AI inference is primarily a read-intensive process where the trained model weights are mostly static and require fast retrieval, not frequent updates. This characteristic makes Flash's read capability suitable for this phase. HBF technology amplifies this by stacking multiple Flash dies to achieve much higher aggregate read bandwidth, making it viable for supplying data to AI accelerators during inference.

QHow does HBF compare to HBM in terms of performance and role in an AI system?

AHBF is not intended to replace HBM. HBM remains the fastest memory technology, with current (HBM4E) targets reaching 3.6 TB/s per stack, and is essential for the highest-speed data exchange in AI computation. HBF, with initial targets of 1.6 TB/s read bandwidth and 512GB capacity per stack, is slower but offers much larger capacity at a lower cost. Their roles are complementary: HBM acts as the high-speed scratchpad for active computation, while HBF serves as a high-capacity, high-bandwidth read pool for large, static datasets like model weights, thus alleviating HBM's capacity bottleneck.

QWhat are the potential benefits of using HBF in AI servers for large model inference?

AIntegrating HBF into AI servers for inference offers several potential benefits: 1) It alleviates the severe capacity limitations of HBM. 2) It can reduce the number of expensive accelerator cards needed just to hold a large model's parameters in memory. 3) It lowers the overall system cost and power consumption for running large-scale AI inference. Essentially, it allows for running larger models more cost-effectively by creating a more efficient, tiered memory hierarchy.

QWhat is the current development status and timeline for HBF technology?

AHBF is currently in the development and standardization phase. SanDisk and SK hynix have initiated efforts to standardize HBF within the Open Compute Project (OCP). According to the IEEE Spectrum report, the technology is at least a year away from potential sample shipments, and widespread deployment in AI servers is likely several years away. The final standard release date has not been set, indicating it is not an immediate market solution but a signal of evolving memory architecture for AI.

Lecturas Relacionadas

Who Decides the Rules of Bitcoin? BIP-110 Ignites Governance Debate

Bitcoin's governance is once again at the center of a heated debate, this time ignited by BIP-110, the "Reduced Data Temporary Softfork." This proposal aims to curb non-monetary data (like inscriptions and Runes) by introducing seven new consensus-layer restrictions over a year, such as limiting new output scripts to 34 bytes and restoring the OP_RETURN cap to 83 bytes. The controversy stems from BIP-110's fundamental shift: it moves the battle against "spam" from node relay and miner policies to the consensus layer, rendering currently valid transactions invalid. Supporters, arguing that default policy governance has failed (highlighted by Bitcoin Core v30's relaxation of OP_RETURN limits), see this as necessary to protect node resources and Bitcoin's monetary focus. Opponents, led by figures like Michael Saylor and Adam Back, warn it dangerously centralizes governance. Saylor listed 110 reasons against it, criticizing its low 55% miner activation threshold and potential for chain splits. Back emphasized Bitcoin's "permissionless" ethos, arguing no single group should impose value judgments via consensus rules. Further complicating matters, technical critiques suggest BIP-110 may be technically circumventable, and a "BlockSlop" vulnerability in its upgrade path poses a consensus risk. The debate has drawn in diverse stakeholders: miners (with pools like Ocean signaling support and Foundry polling clients), node operators (like Bitcoin Knots), and new players like corporate treasury holder MicroStrategy (Saylor), whose market influence adds a novel dimension. Ultimately, BIP-110 acts as a governance stress test, exposing the unresolved question: who decides Bitcoin's rules? It pits the authority of miners, node operators, developers, and capital holders against each other, with each side claiming to defend Bitcoin's core principles of neutrality and security.

marsbitHace 9 min(s)

Who Decides the Rules of Bitcoin? BIP-110 Ignites Governance Debate

marsbitHace 9 min(s)

Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate

Title: Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate A new technical proposal, BIP-110 (Reduced Data Temporary Softfork), has sparked a fundamental governance debate within the Bitcoin community. It aims to impose new consensus rules for one year to limit non-financial data (like inscriptions and Runes) on-chain, moving beyond simple node and miner policy filters to invalidate currently valid transactions. Supporters argue that default policies have failed due to workarounds, necessitating consensus-layer changes to protect Bitcoin's core monetary function from data spam. Critics, including Michael Saylor and Adam Back, contend this dangerously centralizes judgment, undermines permissionlessness, and sets a risky governance precedent. They advocate for market-based solutions like fees or Layer 2s instead. The debate exposes deeper tensions: miners are divided on activation; node operators assert their sovereignty; Bitcoin Core developers influence defaults without direct accountability; and large corporate holders like MicroStrategy now wield narrative influence. Technically, BIP-110 may not fully block data and carries a disclosed consensus bug risk. Ultimately, BIP-110 acts as a stress test, forcing the community to confront the unresolved question: who legitimately decides what Bitcoin is and how it evolves, amidst competing claims from miners, nodes, developers, and capital holders.

链捕手Hace 21 min(s)

Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate

链捕手Hace 21 min(s)

Zcash's New Node Zakura Goes Live: Privacy Payments Can Reach 50,000 TPS, Aiming to Rival Visa and Mastercard

Zcash, a privacy-focused cryptocurrency, has launched a new full node software called Zakura version 1.0.0. Developed by Zcash co-founder Sean Bowe and Dev Ojha, with private ZEC donations, its goal is to enable Zcash to process over 50,000 transactions per second (TPS)—matching the scale of Visa and Mastercard—while maintaining full transaction privacy and verifiability. This addresses a key bottleneck, as Zcash currently handles only about 1 private transaction per second. Zakura is a fork of the Zcash Foundation's Zebra node. It features chain pruning and snapshots, reducing disk usage and allowing new nodes to sync in under two minutes. It also offers compatibility with the legacy `zcashd` client interface. The scalability challenge stems from the large data size of privacy proofs. Bowe's Tachyon project aims to use recursive proofs to reduce consensus-layer data needs from ~500 MB/s to ~100 MB/s. For wallet scalability, Valar Group is researching Private Information Retrieval (PIR) tech to allow wallets to fetch their data privately. Zakura supports fast block propagation and the upcoming "Ironwood" network upgrade (NU6.3), scheduled for activation around July 28th. Ironwood was created to contain a critical inflation bug discovered in the Orchard shielded pool in May 2024. The fix uses "turnstiles" to trap any counterfeit ZEC created during the vulnerability period within the shielded pool, preventing it from entering circulation and restoring supply integrity.

marsbitHace 36 min(s)

Zcash's New Node Zakura Goes Live: Privacy Payments Can Reach 50,000 TPS, Aiming to Rival Visa and Mastercard

marsbitHace 36 min(s)

Replicating the "DeepSeek Moment"? Wall Street Unanimously Says: Kimi K3 Instead Strengthens Computing Power Demand

Title: Wall Street Sees Kimi K3 as a Catalyst for Compute Demand, Not a "DeepSeek Moment 2.0" Summary: Following the release of Moonshot AI's powerful open-source model Kimi K3, initial market reaction mirrored the "DeepSeek moment" that sparked a sell-off in compute stocks earlier in 2025, fearing reduced demand for AI infrastructure. However, major Wall Street banks including UBS, Nomura, BofA, and Citi argue the opposite: K3 will accelerate, not weaken, demand for compute, memory, storage, and networking. Their analysis centers on K3's specifications—2.8 trillion parameters, 1M token context, and MoE architecture—which represent a "scale" story rather than a pure "efficiency" one like DeepSeek R1. These features increase pressure on inference, memory (especially KV cache), and storage. Analysts invoke Jevons Paradox: as high-quality models become more affordable (K3 is cheaper than top closed models but not the cheapest), usage and token volumes expand, ultimately increasing total compute consumption. The reports highlight that competition will force leading US AI labs (OpenAI, Anthropic, Google) to invest more in training and iteration to maintain their edge. Furthermore, the rise of capable open-source models like K3 is expanding the global AI developer ecosystem, with Chinese models now accounting for over 45% of developer traffic. Key beneficiaries identified across the AI infrastructure chain include memory/storage players (e.g., Micron, Samsung), compute leaders (Nvidia, TSMC), networking suppliers (due to "super-node" cluster needs for deploying K3), and cloud platforms (e.g., Alibaba) that host diverse model ecosystems. The consensus is that stronger open-source models are an entry point for the next wave of infrastructure demand diffusion, provided workload growth outpaces efficiency gains.

链捕手Hace 39 min(s)

Replicating the "DeepSeek Moment"? Wall Street Unanimously Says: Kimi K3 Instead Strengthens Computing Power Demand

链捕手Hace 39 min(s)

Trading

Spot
活动图片