惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
GbyAI
GbyAI
M
MIT News - Artificial intelligence
美团技术团队
罗磊的独立博客
雷峰网
雷峰网
量子位
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
D
Docker
小众软件
小众软件
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
WordPress大学
WordPress大学
V
V2EX
博客园_首页
腾讯CDC
The Cloudflare Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Explainer: Why your legacy storage is choking your expens...
Robin Birtstone · 2026-06-24 · via The Register

THE REGISTER EXPLAINER: GPUs idle? Blame your outdated storage, not the silicon sprinters.

When your accelerators sit idle, the problem usually isn't the chips. It's everything between them and the data. Rather than thinking purely about GPU performance, it's time to think about storage as an active engine for throughput, rather than a passive archive. Legacy storage architectures aren't built that way.

What is GPU starvation?

A starved GPU is an accelerator waiting around with nothing to do because data isn't arriving quickly enough. Sometimes the network is choking; in other cases, the next batch of training or inference data can't get off storage fast enough.

Modern AI training and inference workloads demand sustained high-bandwidth, low-latency feeds that traditional storage was never designed to deliver.

How do companies solve the AI storage problem?

In many cases, badly. To compensate for slow, passive storage, teams copy and stage datasets into whichever environment can run the next experiment, paying what HPE calls a "staging tax" of extra hops and latency. When GPU utilization drops, those expensive accelerators become idle capital.

Why does this matter now?

The economics have caught up with the problem. Gartner found that only 28 percent of AI infrastructure projects fully deliver ROI. Storage increasingly shows up as the bottleneck that drives those numbers down. Pilots that ran fine on small, curated datasets hit throughput constraints the moment they scale to distributed jobs, longer training runs, and frequent checkpointing. That's where a lot of programs stall.

Instead of relying on passive legacy storage, HPE advocates an "AI-ready data architecture” that gives storage the attention it needs.

What does an AI-ready data architecture actually look like?

Unify access first. Before chasing raw drive speed, fix the fragmentation. A unified access layer gives teams a consistent view of data across hybrid environments, so pipelines stop depending on constant copying and rehydration.

Enrich on the way in. Unstructured data should arrive ready for consumption. Extracting vectors and metadata in the ingest path makes large datasets searchable immediately and exposing that metadata through open standards like the Model Context Protocol (MCP) lets agents and AI workloads discover governed data without manual tagging.

Engineer for sustained throughput. All-NVMe, disaggregated designs paired with GPUDirect paths deliver data straight to accelerators and bypass the I/O bottlenecks that throttle utilization.

End to end governance. Apply consistent policies, lineage tracking, and access controls across distributed data to ensure data is trusted, auditable, and used responsibly wherever it resides.

What's the payoff for the business?

Three things change:

Iteration speeds up because engineers stop wrangling and start training.

Capex stops decaying because the accelerators bought at premium rates actually run at the utilization that justified the invoice.

Pilots can scale into durable production systems instead of expensive lessons. That assumes you've structured everything else in the stack correctly, from networking to model choice.

The path to AI that works at scale runs through data pipelines feeding the silicon, not only through the silicon itself.

Sponsored by HPE.