<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>AI Infrastructure on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/ai-infrastructure/</link>
        <description>Recent content in AI Infrastructure on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sat, 16 May 2026 21:02:33 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/ai-infrastructure/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Why AI Data Centers Are Driving HDD Demand Again</title>
        <link>https://knightli.com/en/2026/05/16/ai-data-center-hdd-storage-demand/</link>
        <pubDate>Sat, 16 May 2026 21:02:33 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/16/ai-data-center-hdd-storage-demand/</guid>
        <description>&lt;p&gt;Over the past two years, most AI infrastructure discussions have focused on GPUs, HBM, advanced packaging, and power supply. Behind training and inference systems, however, there is another bottleneck that is easier to overlook: storage.&lt;/p&gt;
&lt;p&gt;A large model does not finish its work with a single computation inside a GPU. During training, it continuously produces checkpoints, optimizer states, training logs, dataset versions, and intermediate results. During inference, it also generates user interaction records, compliance archives, audit data, and system logs. These datasets do not always need to sit on the fastest media, but they often cannot be deleted immediately.&lt;/p&gt;
&lt;p&gt;That is why hard drives are becoming important again.&lt;/p&gt;
&lt;h2 id=&#34;ai-training-creates-massive-cold-data&#34;&gt;AI Training Creates Massive Cold Data
&lt;/h2&gt;&lt;p&gt;Large model training needs to save checkpoints regularly. A checkpoint is essentially a saved state of the training process: if a training run crashes halfway through, the system can resume from a checkpoint instead of starting over.&lt;/p&gt;
&lt;p&gt;For a large model, a single checkpoint can be several terabytes. A full training run may last weeks or even months, producing many checkpoints along the way. Even if some are later cleaned up, experiment replay, reproducibility, rollback, and model audits still require large amounts of data to be retained.&lt;/p&gt;
&lt;p&gt;Training data itself is also expanding. High-quality text, images, videos, and code need to be cleaned, deduplicated, split, and versioned. As synthetic data, reinforcement learning data, and multimodal data become part of training pipelines, storage pressure will keep increasing.&lt;/p&gt;
&lt;p&gt;This kind of data has several traits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is enormous in volume;&lt;/li&gt;
&lt;li&gt;It is not always accessed frequently;&lt;/li&gt;
&lt;li&gt;It needs long-term retention;&lt;/li&gt;
&lt;li&gt;It is highly sensitive to cost per unit of capacity.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This data does not make sense to store entirely on expensive high-speed storage.&lt;/p&gt;
&lt;h2 id=&#34;why-not-use-only-ssds&#34;&gt;Why Not Use Only SSDs
&lt;/h2&gt;&lt;p&gt;SSDs are obviously faster, but data centers cannot optimize only for speed. For petabyte-scale cold data and anything beyond that, cost per unit of capacity directly determines whether the system is sustainable.&lt;/p&gt;
&lt;p&gt;Storage in an AI cluster can be divided into several tiers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HBM and GPU memory handle the hottest and most urgent data;&lt;/li&gt;
&lt;li&gt;DRAM handles temporary movement and staging;&lt;/li&gt;
&lt;li&gt;SSDs handle frequently accessed data with stronger low-latency requirements;&lt;/li&gt;
&lt;li&gt;HDDs handle massive cold data, backups, logs, checkpoint archives, and long-term retention.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In other words, SSDs are important, but they cannot replace every tier. Truly large-scale systems usually need tiered storage: hot data prioritizes speed, while cold data prioritizes capacity, cost, and reliability.&lt;/p&gt;
&lt;p&gt;As AI companies start retaining training residue, model versions, synthetic data, inference logs, and audit records for longer periods, the value of HDDs becomes more visible again.&lt;/p&gt;
&lt;h2 id=&#34;why-hdd-supply-is-getting-tight&#34;&gt;Why HDD Supply Is Getting Tight
&lt;/h2&gt;&lt;p&gt;The hard drive market has not looked especially exciting for years, and consumer PCs have increasingly shifted to SSDs. Data centers follow a different demand logic.&lt;/p&gt;
&lt;p&gt;Cloud providers and AI companies need high-capacity nearline drives with predictable delivery and low cost per terabyte. For hard drive vendors, these customers usually sign long-term supply agreements and receive higher priority than fragmented consumer channels.&lt;/p&gt;
&lt;p&gt;That leads to several effects:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Capacity for high-capacity enterprise drives is locked in early by large customers.&lt;/li&gt;
&lt;li&gt;Consumer hard drives and ordinary retail channels receive less supply.&lt;/li&gt;
&lt;li&gt;New capacity takes time to come online, so short-term shortages are hard to fix quickly.&lt;/li&gt;
&lt;li&gt;Hard drives move from low-attention hardware into part of AI infrastructure.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;More importantly, the hard drive industry itself is already highly concentrated. There are only a few mainstream suppliers, and ramping production of advanced high-capacity drives is not as simple as building more factories. Technologies such as HAMR can increase capacity per drive, but moving from technical mass production to stable large-scale delivery still takes time.&lt;/p&gt;
&lt;h2 id=&#34;storage-price-increases-can-reach-consumers&#34;&gt;Storage Price Increases Can Reach Consumers
&lt;/h2&gt;&lt;p&gt;AI data centers are not only absorbing GPUs and power. They can also affect the storage supply chain.&lt;/p&gt;
&lt;p&gt;When more enterprise SSD, memory, and HDD capacity flows toward cloud providers and AI infrastructure, the consumer market may begin to feel price pressure. Higher retail prices for SSDs, memory, or hard drives are not always just retail volatility. They may come from upstream capacity being reallocated.&lt;/p&gt;
&lt;p&gt;This effect is usually not linear. Large customers sign long-term agreements with more stable pricing, delivery, and capacity planning. Consumers are more exposed to spot-market fluctuations. The result is a familiar pattern: rising AI data center demand eventually makes storage devices more expensive for ordinary buyers too.&lt;/p&gt;
&lt;h2 id=&#34;the-investment-view-requires-more-caution&#34;&gt;The Investment View Requires More Caution
&lt;/h2&gt;&lt;p&gt;AI-driven storage demand is real, but that does not mean every storage-related company will benefit over the long term.&lt;/p&gt;
&lt;p&gt;Hard drives and flash memory still have cyclical characteristics. Rising prices, tight capacity, and long-term customer contracts can improve short-term performance. But once new capacity comes online or demand growth slows, the industry may return to supply-demand rebalancing. For hardware companies, the most important questions are not about one price increase, but whether demand can persist, margins can improve, capacity expansion becomes excessive, and the customer mix remains healthy.&lt;/p&gt;
&lt;p&gt;A steadier interpretation is that AI is changing the demand structure of the storage industry. In the past, outsiders paid more attention to compute. Now more costs are shifting toward data retention, data governance, and model lifecycle management.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;AI does not only consume compute. It also keeps producing data.&lt;/p&gt;
&lt;p&gt;GPUs handle computation, HBM feeds data at high speed, SSDs support hot data access, and hard drives carry the enormous cold data base. As long as large model training, synthetic data, inference logs, and compliance retention continue to grow, data centers will need large amounts of low-cost, high-capacity storage media.&lt;/p&gt;
&lt;p&gt;Hard drives may not look like the star hardware of the AI era, but they are becoming an indispensable layer of AI infrastructure. The more advanced the model, the more it depends on massive storage systems. The more expensive the compute, the more it needs reliable checkpoints and archives to protect the cost already invested.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Anthropic Partners With SpaceX: Frontier AI Enters the Heavy-Industry Compute Era</title>
        <link>https://knightli.com/en/2026/05/08/anthropic-spacex-ai-compute-heavy-industry/</link>
        <pubDate>Fri, 08 May 2026 23:39:08 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/05/08/anthropic-spacex-ai-compute-heavy-industry/</guid>
        <description>&lt;p&gt;Anthropic&amp;rsquo;s compute partnership with SpaceX looks, on the surface, like a resource lease. Anthropic gains access to more than 300MW of new capacity at SpaceX&amp;rsquo;s Colossus 1 data center and roughly 220,000 NVIDIA GPUs. Claude users then see higher usage limits, increased Claude Code capacity, and fewer peak-hour constraints.&lt;/p&gt;
&lt;p&gt;But the significance goes beyond &amp;ldquo;Claude works better now&amp;rdquo;. It shows that frontier model competition is moving below model capability, product experience, and fundraising into a heavier infrastructure layer: electricity, data centers, network scheduling, GPU utilization, chip supply chains, and perhaps, in the long run, orbital compute.&lt;/p&gt;
&lt;h2 id=&#34;compute-is-not-just-buying-gpus&#34;&gt;Compute is not just buying GPUs
&lt;/h2&gt;&lt;p&gt;For the past two years, the common AI company story has been &amp;ldquo;we need more compute&amp;rdquo;. Whoever could secure more H100, H200, or B-series GPUs seemed closer to the next frontier model. By 2026, the question is no longer simply whether a company has GPUs. It is whether those GPUs can actually be used efficiently.&lt;/p&gt;
&lt;p&gt;The difficulty of superlarge clusters is systems engineering. Once GPU counts reach hundreds of thousands, bottlenecks shift from single-card performance to whole-system orchestration: networking, parallel training, failure recovery, data I/O, liquid cooling, power stability, and software stack optimization. Each layer eats into real throughput.&lt;/p&gt;
&lt;p&gt;Owning compute and digesting compute are different things. The first depends on capital and supply chains. The second depends on engineering. For model companies, the moat is no longer only architecture and training data. It also includes the ability to make huge GPU fleets work together efficiently.&lt;/p&gt;
&lt;h2 id=&#34;why-anthropic-needs-this-capacity&#34;&gt;Why Anthropic needs this capacity
&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s demand pressure is clear. Claude usage has grown quickly across developers, enterprises, agents, and coding workflows. Claude Code in particular can consume large amounts of inference capacity. The limits, queues, slowdowns, and peak-hour constraints users see are product-level symptoms of tight compute supply.&lt;/p&gt;
&lt;p&gt;Anthropic already has major infrastructure partnerships with Amazon, Google, Broadcom, Microsoft, NVIDIA, and others. The SpaceX capacity matters because it is closer to a rapid supply injection: a GPU cluster that can quickly ease Claude&amp;rsquo;s usage pressure.&lt;/p&gt;
&lt;p&gt;That is why users first notice higher limits. For a model company, compute is not an abstract asset. It becomes response speed, usable quota, API stability, and peak-hour experience.&lt;/p&gt;
&lt;h2 id=&#34;why-spacex-would-lease-it-out&#34;&gt;Why SpaceX would lease it out
&lt;/h2&gt;&lt;p&gt;From the SpaceX or Musk side, providing Colossus 1 capacity to Anthropic is also a practical infrastructure business.&lt;/p&gt;
&lt;p&gt;AI clusters are heavy assets: expensive to buy, fast to depreciate, costly to operate, and exposed to rapid GPU replacement cycles. If the company&amp;rsquo;s own model team cannot fully consume the resources in the short term, leasing idle or underused compute to a top-tier model company can turn depreciation pressure into cash flow.&lt;/p&gt;
&lt;p&gt;That makes SpaceX look a little like a cloud provider. It can train Grok, but it can also sell part of its AI infrastructure capacity to other model companies. For Musk, there is another effect: supporting Anthropic strengthens a leading OpenAI alternative and creates pressure on an old rival.&lt;/p&gt;
&lt;h2 id=&#34;ai-competition-is-getting-heavier&#34;&gt;AI competition is getting heavier
&lt;/h2&gt;&lt;p&gt;The most important trend in this partnership is that AI is becoming heavier.&lt;/p&gt;
&lt;p&gt;Early large-model competition felt like a software contest: model design, data recipes, training tricks, benchmarks, and product packaging. Those still matter. But frontier competition now depends deeply on the physical world:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Is electricity cheap, stable, and sustainable?&lt;/li&gt;
&lt;li&gt;Can data centers get land, permits, construction, and grid connections quickly?&lt;/li&gt;
&lt;li&gt;Can networks support massive parallel training?&lt;/li&gt;
&lt;li&gt;Can GPUs and custom chips arrive on time?&lt;/li&gt;
&lt;li&gt;Can cooling systems handle dense continuous load?&lt;/li&gt;
&lt;li&gt;Can the software stack maintain high utilization?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is what &amp;ldquo;AI heavy industry&amp;rdquo; means. Large models are no longer just algorithms in a lab. They are industrial systems spanning power grids, real estate, semiconductors, cloud computing, and capital markets.&lt;/p&gt;
&lt;h2 id=&#34;terafab-and-the-chip-loop&#34;&gt;Terafab and the chip loop
&lt;/h2&gt;&lt;p&gt;SpaceX&amp;rsquo;s Terafab plan fits into the same logic. Public reports say SpaceX has filed plans for a semiconductor facility in Texas, with an initial investment that may reach $55 billion and multiphase total investment that could reach $119 billion.&lt;/p&gt;
&lt;p&gt;That does not mean SpaceX can suddenly challenge TSMC, nor that a 2nm process can be built quickly with capital alone. The hardest parts of advanced manufacturing are not buying tools, but yield, process tuning, talent, supply chains, and years of accumulation. Even if the project moves well, it would be a multiyear or decade-scale systems project.&lt;/p&gt;
&lt;p&gt;Still, it reflects a clear trend: AI giants increasingly do not want their fate to depend entirely on external chip supply chains. NVIDIA controls GPUs and CUDA, while TSMC controls advanced manufacturing capacity. If any link is constrained, model training and product iteration slow down. Vertical integration therefore becomes more attractive.&lt;/p&gt;
&lt;h2 id=&#34;orbital-compute-is-still-a-long-term-idea&#34;&gt;Orbital compute is still a long-term idea
&lt;/h2&gt;&lt;p&gt;The idea of orbital compute should also be treated carefully. SpaceX does have low-cost launch capability, satellite networks, and aerospace engineering depth. Space also offers solar power and cooling-related possibilities. But moving data centers into orbit at scale still faces launch cost, maintenance, radiation, shielding, communication latency, hardware lifetime, and business-return questions.&lt;/p&gt;
&lt;p&gt;So the safer framing is that orbital compute is a long-term infrastructure imagination, not a mature commercial solution. It represents a Musk-style question about AI resource boundaries: if power, land, and cooling on Earth become bottlenecks, where else can the physical space come from?&lt;/p&gt;
&lt;h2 id=&#34;impact-on-openai-and-the-model-landscape&#34;&gt;Impact on OpenAI and the model landscape
&lt;/h2&gt;&lt;p&gt;The most direct effect of Anthropic&amp;rsquo;s new capacity is stronger Claude service. Higher limits, fewer peak constraints, and more stable developer experience make it more competitive in coding, enterprise, agent, and long-task scenarios.&lt;/p&gt;
&lt;p&gt;For OpenAI, that means competitive pressure is not only about model quality. It also comes from how quickly rivals can secure usable compute, schedule clusters efficiently, lower costs, and turn infrastructure into product experience.&lt;/p&gt;
&lt;p&gt;For the industry, model companies are starting to resemble hybrids of cloud providers, chip companies, and energy developers. Future frontier AI companies may need to train models, build data centers, negotiate electricity, customize chips, optimize networks, and manage enormous capital expenditure at the same time.&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;Anthropic&amp;rsquo;s partnership with SpaceX is not just a Claude capacity expansion, nor merely Musk &amp;ldquo;allying&amp;rdquo; with an OpenAI rival. It is a signal that AI competition is moving from the model layer into the infrastructure layer.&lt;/p&gt;
&lt;p&gt;Algorithms still matter, but algorithms alone are no longer enough. The next stage will favor companies that can secure reliable energy, run massive GPU fleets at high utilization, and gain more control over chips and data-center capacity.&lt;/p&gt;
&lt;p&gt;Compute is becoming the oil of the AI era. The truly scarce resource is not one GPU, but the industrial organization ability to connect energy, chips, networks, scheduling, and product demand.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.36kr.com/p/3800302903210752&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;36Kr: Musk allies with Anthropic as large-model competition enters the &amp;ldquo;heavy industry&amp;rdquo; era&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.axios.com/2026/05/06/anthropic-spacex-elon-musk-compute&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Axios: Anthropic will get compute capacity from SpaceX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.itpro.com/software/development/anthropic-claude-code-usage-limits-increase-spacex-compute-deal&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ITPro: Anthropic is increasing Claude Code usage limits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://techcrunch.com/2026/05/06/spacex-may-spend-up-to-119-billion-on-terafab-chip-factory-in-texas/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TechCrunch: SpaceX may spend up to $119B on Terafab chip factory in Texas&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
