<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><title>gonioAI — Infra &amp; inference</title><link>https://gonioai.pages.dev/topics/infrastructure/</link><description>Infra &amp; inference stories from gonioAI.</description><language>en</language><lastBuildDate>Tue, 11 Aug 2026 10:45:13 +0000</lastBuildDate><item><title>Nvidia guarantees its own chips' resale value to unlock $500B in AI debt</title><link>https://the-decoder.com/nvidia-guarantees-its-own-chips-value-to-unlock-500-billion-in-ai-infrastructure-financing</link><guid isPermaLink="false">2026-08-11:infrastructure:https://the-decoder.com/nvidia-guarantees-its-own-chips-value-to-unlock-500-billion-in-ai-infrastructure-financing</guid><pubDate>Tue, 11 Aug 2026 07:00:00 +0000</pubDate><description>Nvidia signed letters of intent with Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs, and KKR to mobilize over $500 billion in third-party capital for data centers, fabs, and power plants. To make the financing pencil out, Nvidia will backstop up to 25% of the residual value of its own installed GPUs on a per-project basis, effectively absorbing part of the depreciation risk. Jensen Huang argues the hardware lasts far longer than critics claim, citing A100s still earning revenue six years on and H100 rental rates rising from $1.70 to $2.35 per GPU-hour. The move reads as a direct rebuttal to Michael Burry's warning that GPU depreciation is understated by ~$176B through 2028.

Why it matters: The whole AI buildout rests on how long a GPU stays economically useful. Nvidia putting its balance sheet behind that number, rather than just selling chips, is a tell about how circular the financing has become, and how much rides on utilization staying high.</description></item><item><title>Startups pitch life after the transformer</title><link>https://www.technologyreview.com/2026/08/10/1141511/these-startups-are-chasing-the-next-big-thing-in-llms</link><guid isPermaLink="false">2026-08-10:infrastructure:https://www.technologyreview.com/2026/08/10/1141511/these-startups-are-chasing-the-next-big-thing-in-llms</guid><pubDate>Mon, 10 Aug 2026 07:00:00 +0000</pubDate><description>MIT Technology Review profiles a wave of startups attacking the transformer's dense-attention bottleneck. Subquadratic claims SubQ is the first sparse-attention mechanism to rival dense attention on search and coding; Manifest AI's 'power retention' keeps a rolling context summary, demoed via PowerCoder and Brumby; Liquid AI ships hybrid models that are 20% transformer, 80% liquid neural network and run on a Raspberry Pi; Inception's diffusion LLM Mercury 2 claims GPT-4-class quality at 10x speed; and Pathway's state-space Dragon Hatchling clears most of 250,000 hard sudoku that leading LLMs fail entirely. All the headline claims are self-reported and unverified, and industry skeptics remain.

Why it matters: Dense attention is the main reason LLMs burn so much power and choke on long context. If any of these subquadratic approaches hold up outside a pitch deck, inference economics and context limits both move.</description></item><item><title>A chunked KL loss drops distillation from four nodes to one GPU</title><link>https://huggingface.co/blog/MultiverseComputingCAI/efficient-knowledge-distillation</link><guid isPermaLink="false">2026-08-10:infrastructure:https://huggingface.co/blog/MultiverseComputingCAI/efficient-knowledge-distillation</guid><pubDate>Mon, 10 Aug 2026 07:00:00 +0000</pubDate><description>Multiverse Computing and Hugging Face detail two systems changes for LLM knowledge distillation. First, cache the teacher's top-100 logits offline so the teacher never sits in memory beside the student. Second, a fused, chunked KL loss that folds the output projection into the loss and never materializes the full vocabulary-by-sequence grid. On a 32K-token GPT-OSS-20B distillation, freed memory let the setup shrink from four GPU nodes to one, with step time falling roughly 5x (57s to 12.2s); an isolated 32K benchmark shows a 15.6x memory cut, and offline top-100 distillation tracks online KL near-losslessly. The chunked-loss implementation is open-sourced.

Why it matters: Distillation is the expensive step in compressing trillion-parameter models. Cutting its VRAM by an order of magnitude makes long-context recovery and large-scale ablations affordable without a GPU farm.</description></item><item><title>Databricks: chase the efficiency frontier, not the intelligence frontier</title><link>https://www.databricks.com/blog/managing-ai-coding-costs-scale</link><guid isPermaLink="false">2026-08-08:infrastructure:https://www.databricks.com/blog/managing-ai-coding-costs-scale</guid><pubDate>Sat, 08 Aug 2026 07:00:00 +0000</pubDate><description>Databricks, with input from Stripe, Coinbase, Uber and Ramp, details how it cut internal AI coding spend by up to 90% while usage grew: aggressively adopt cheaper models that clear the quality bar, use a meta-harness (its open-sourced Omnigent) and an AI gateway for model flexibility, route work to the cheapest capable model, and cut context bloat — harness and cache tuning alone dropped generated tokens ~50%. Notably, Stripe found Opus 4.7 didn't beat 4.6, and Databricks saw regressions from Opus 5.0 versus 4.8. A leaked Accenture meeting separately fingers PDF-to-markdown conversion as a top token burner.

Why it matters: For teams, the 'best model' is usually the best routing plus harness plus budget policy, not the flagship checkpoint — and non-engineers converting PDFs are a real line item on the bill.</description></item><item><title>One coder's agent habit: 3.2 billion tokens, 170 kWh in eight weeks</title><link>https://the-decoder.com/ai-agents-use-roughly-600-times-more-energy-than-a-simple-chat-prompt</link><guid isPermaLink="false">2026-08-08:infrastructure:https://the-decoder.com/ai-agents-use-roughly-600-times-more-energy-than-a-simple-chat-prompt</guid><pubDate>Sat, 08 Aug 2026 07:00:00 +0000</pubDate><description>Climate scientist Zeke Hausfather logged eight weeks of Claude Code: 1,138 typed prompts triggered over 14,000 model calls and 3.2 billion tokens — 96% of them cache reads, since the agent re-reads its whole context at each step — for an estimated ~170 kWh, or roughly 150 Wh per prompt, about 600x a median chat query. A heavy day topped a third of a US household's daily draw; a year of it rivals running a clothes dryer. He argues clean electricity, not abstinence, is the real lever, and that routing simple tasks to small models (5-7x less energy per token) helps.

Why it matters: 'Per prompt' is a meaningless unit once agents re-read their entire context 14,000 times — a useful corrective to the sub-watt-hour figures Google and OpenAI like to quote.</description></item><item><title>AMD buys Taalas to etch whole models into silicon</title><link>https://www.theregister.com/systems/2026/08/06/amd-acquires-ai-chip-startup-taalas-to-boost-inference-performance-by-etching-models-into-silicon/5284344</link><guid isPermaLink="false">2026-08-07:infrastructure:https://www.theregister.com/systems/2026/08/06/amd-acquires-ai-chip-startup-taalas-to-boost-inference-performance-by-etching-models-into-silicon/5284344</guid><pubDate>Fri, 07 Aug 2026 07:00:00 +0000</pubDate><description>AMD acquired chip startup Taalas, which builds model-specific integrated circuits that hard-wire a model's weights into silicon rather than loading them onto general-purpose GPUs. Early demos claim up to 17,000 tokens per second on these etched-model chips. AMD is framing it as an enterprise inference play, betting the market goes vertical as serving costs dominate.

Why it matters: If per-model ASICs deliver order-of-magnitude throughput, the economics of inference shift away from flexible GPU fleets toward fixed silicon per model, changing how anyone plans a serving stack for the next few years.</description></item><item><title>A community rewrite puts vLLM's serving stack in a 66 MiB C++ binary</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1vh9lx4/i_ported_vllms_serving_stack_to_c20_66_mib_binary</link><guid isPermaLink="false">2026-08-07:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1vh9lx4/i_ported_vllms_serving_stack_to_c20_66_mib_binary</guid><pubDate>Fri, 07 Aug 2026 07:00:00 +0000</pubDate><description>An unaffiliated developer ported vLLM's serving stack from scratch to C++20—continuous batching, paged KV, prefix caching, speculative decoding, and an OpenAI-compatible server—producing a 66 MiB binary with no Python or PyTorch at runtime. Every architecture is checked token-for-token against a pinned vLLM oracle, with ~25 architectures passing so far. Benchmarks show it roughly tied with vLLM on a DGX Spark while using far less peak GPU memory, though multi-GPU, LoRA, and ROCm are not yet wired up.

Why it matters: Embedding inference without a 9 GiB Python virtualenv is a real deployment and supply-chain win, and a token-exact oracle gate is a rare, credible correctness claim for a from-scratch engine port.</description></item><item><title>Cursor open-sources MoK, its NVL72 MoE training megakernel, claiming 41% more tokens/sec</title><link>https://www.latent.space/p/ainews-megakernels-are-so-dead-and</link><guid isPermaLink="false">2026-08-05:infrastructure:https://www.latent.space/p/ainews-megakernels-are-so-dead-and</guid><pubDate>Wed, 05 Aug 2026 07:00:00 +0000</pubDate><description>Cursor released Mixture-of-Kittens (MoK), a deterministic NVL72 megakernel that fuses MoE communication and compute into a single kernel, reporting a 41% overall tokens-per-second gain (up to 2.37x over strong public baselines) that it frames as billions in inference savings at scale. The release lands amid a live debate — aired on Latent Space's inference engineering pod — over whether megakernels are a dead end, with practitioners arguing hand-fused forward passes rarely beat well-optimized TensorRT-LLM kernels in production, and that NVIDIA's upcoming Rubin design targets the exact pipeline stalls that justified fusion.

Why it matters: Megakernels are simultaneously being written off as research theater and shipped for real savings — the tension is a useful signal on where inference and training economics are actually headed.</description></item><item><title>DeepSeek V4-Flash, a frontier reasoner, now runs on commodity home hardware</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1veow4b/deepseek_v4flash_284b_moe_at_33_toks_single_68</link><guid isPermaLink="false">2026-08-04:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1veow4b/deepseek_v4flash_284b_moe_at_33_toks_single_68</guid><pubDate>Tue, 04 Aug 2026 07:00:00 +0000</pubDate><description>Over the weekend LocalLLaMA users got the official 284B-total/13B-active V4-Flash-0731 checkpoint (156GB, QAT-native MXFP4) running on used gear: a quad-Xeon DDR4 server plus two RTX 3090s (~$6K all-in) hits 33 tok/s single-stream and up to 68 aggregate, with a spec-decode + Marlin path giving a ~2.6x jump over ik_llama.cpp. Cold prefill is the weakness (a ~9s fixed floor, TTFT stretching to minutes on long fresh prompts), which pins the box to overnight batch work rather than interactive coding. On quality, testers report Q2 quants degrade below Qwen3.6-27B, Q3 is a reliable Qwen3.6-27B replacement, and full precision approaches GLM 5.2.

Why it matters: A quantization-aware, MXFP4-native frontier-class model you can self-host for pennies of electricity changes the build-vs-buy math for teams that need data sovereignty and can tolerate a batch queue.</description></item><item><title>How the giant MoEs actually get served: Cloudflare and Baseten open the playbook</title><link>https://blog.cloudflare.com/smaller-faster-safer-models</link><guid isPermaLink="false">2026-08-04:infrastructure:https://blog.cloudflare.com/smaller-faster-safer-models</guid><pubDate>Tue, 04 Aug 2026 07:00:00 +0000</pubDate><description>Cloudflare detailed the tricks it layers on SGLang to serve Kimi and GLM: FP8 KV cache (raising Kimi K2.6 in-memory context from ~686K to ~1.37M tokens for ~30% lower cost/token), INT4 weight compression for GLM 5.2 (705GB to 421GB, per-GPU 88GB to 52GB, no accuracy loss), and per-page KV-cache integrity checks under 1% overhead. Baseten's Inference Engineering episode covers disaggregated prefill/decode, traffic-specific speculators, and grafting a Kimi vision encoder onto GLM 5.2 by training only the projector, plus why identical weights loop into repeated tokens on one cluster but not another.

Why it matters: The gap between 'generated a token' and a reliable production API is where 20-200% speedups and margins live; both writeups are unusually concrete about the quantization and routing that get you there.</description></item><item><title>OpenAI cuts GPT-5.6 by up to 80% and credits its own model for the savings</title><link>https://www.latent.space/p/ainews-gpt-56-price-cut-by-20-80</link><guid isPermaLink="false">2026-07-31:infrastructure:https://www.latent.space/p/ainews-gpt-56-price-cut-by-20-80</guid><pubDate>Fri, 31 Jul 2026 07:00:00 +0000</pubDate><description>OpenAI dropped GPT-5.6 Luna 80% (now $0.20/$1.20 per million in/out tokens) and Terra 20% ($2/$12), and added a Sol Fast tier running up to 2.5x lower latency at 2x price with no claimed intelligence change. The company attributes the cuts to systems work partly done by GPT-5.6 Sol itself, which it says analyzed production traffic and autonomously rewrote Triton and Gluon serving kernels to cut end-to-end costs ~20%, plus a &gt;15% speculative-decoding gain. Swyx's analysis notes GPT-5.4's full flagship intelligence (AA index 51) now sells at roughly one-thirteenth of March's token price via Luna, and OpenAI is moving Codex and ChatGPT auto-review off GPT-5.4 onto Luna for ~10x lower cost.

Why it matters: Constant-level intelligence is getting an order of magnitude cheaper every few months, and OpenAI now undercuts several open models on cost-per-task. For anyone budgeting agent workloads, re-pricing your stack quarterly is no longer optional.</description></item><item><title>DeepSeek V4 Flash hits 32 tok/s on a single Ryzen AI MAX+ 395</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1v9100b/deepseek_v4_flash_up_to_32_toks_on_amd_ryzen_ai</link><guid isPermaLink="false">2026-07-29:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1v9100b/deepseek_v4_flash_up_to_32_toks_on_amd_ryzen_ai</guid><pubDate>Wed, 29 Jul 2026 07:00:00 +0000</pubDate><description>Lucebox fit DeepSeek V4 Flash (284B parameters) plus a speculative draft into 128GB of unified memory on one AMD Strix Halo APU, using a custom mixed-precision ROCmFPX quant (~2.88 bits/param, 102GB) and a DeepSeek-specific HIP decode path. It reports 25.3 tok/s autoregressive decode, up to 32 tok/s with speculative decoding, and roughly 250 tok/s sparse prefill at 8K context. The code is Apache-2.0, and the run beats prior LocalMaxxing entries for the same hardware.

Why it matters: A 284B MoE running usably on one consumer-class APU is a genuine data point for cheap local inference — though the 8K context cap shows how tight the memory budget still is once you fit the weights.</description></item><item><title>Kimi K3's fine print: 'open weights,' not open source, and too big to self-host</title><link>https://simonwillison.net/2026/Jul/27/kimi-k3</link><guid isPermaLink="false">2026-07-28:infrastructure:https://simonwillison.net/2026/Jul/27/kimi-k3</guid><pubDate>Tue, 28 Jul 2026 07:00:00 +0000</pubDate><description>Now that Moonshot's 2.8T-parameter K3 is actually on Hugging Face (1.56TB, MXFP4), the details matter. The license isn't MIT/Apache: any Model-as-a-Service business over $20M revenue in a rolling 12 months must sign a separate agreement, and Moonshot pointedly calls it 'open weight,' not open source. Deployment math is brutal—104B active params won't fit on a 512GB Mac Studio, and even 8xH200 needs two nodes; only 8xB300 fits it single-node with KV cache. OpenRouter already lists K3 from seven providers, mostly at Moonshot's own $3/$15 per million tokens.

Why it matters: The best open-weight model in the world ships with commercial carve-outs and server-class hardware requirements, a useful signal for where 'open' frontier models are actually settling: source-available, not OSI-licensed, and not something you run at home.</description></item><item><title>Inside the gray market reselling LLM tokens at a discount</title><link>https://simonwillison.net/2026/Jul/26/relay-market</link><guid isPermaLink="false">2026-07-27:infrastructure:https://simonwillison.net/2026/Jul/26/relay-market</guid><pubDate>Mon, 27 Jul 2026 07:00:00 +0000</pubDate><description>Simon Willison flags Matt Lenhard's investigation into a mostly-Chinese marketplace that resells API tokens below cost by pooling keys — abusing free trials, proxying through unprotected support bots, and sometimes using stolen cards. The plumbing is open source: the one-api proxy and its more active fork new-api load-balance requests across a pool of credentials. Buyers want cheap tokens, geo-bypass, and distillation data.

Why it matters: If you expose an LLM-backed endpoint, there is now an ecosystem hunting for it to monetize your token budget — a hard argument for strict per-key spend caps that vendors still mostly don't offer.</description></item><item><title>OpenAI's 3,200 MW Georgia data center draws water questions</title><link>https://theaugustapress.com/openai-to-build-massive-data-center-near-savannah</link><guid isPermaLink="false">2026-07-27:infrastructure:https://theaugustapress.com/openai-to-build-massive-data-center-near-savannah</guid><pubDate>Mon, 27 Jul 2026 07:00:00 +0000</pubDate><description>OpenAI announced Project Camellia, a ~$20B data center near Savannah that will draw 3,200 MW — nearly a full coal plant's output — with a pledge to pay full infrastructure cost, curtail up to 1,000 MW at peak, and cool via a closed-loop system fed by Savannah River surface water. Residents left an open house with unanswered questions about the initial water fill. Separately, the DOE picked Amentum to negotiate a 1-GW data center at Savannah River Site, paired with ~2 GW of onsite gas-to-nuclear generation on federal land.

Why it matters: The compute buildout is now colliding with local grids and water tables; 'data centers pay their own way' pledges remain mostly voluntary and unenforceable.</description></item><item><title>Stripe in talks to buy model router OpenRouter for $10B</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1v5l9m6/stripe_eyes_10_billion_deal_for_ai_model</link><guid isPermaLink="false">2026-07-25:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1v5l9m6/stripe_eyes_10_billion_deal_for_ai_model</guid><pubDate>Sat, 25 Jul 2026 07:00:00 +0000</pubDate><description>Stripe is reportedly in talks to acquire OpenRouter, the model-routing marketplace that aggregates access to hundreds of LLMs, for around $10 billion. OpenRouter has been a prime beneficiary of the surge in cheap Chinese open-weight models, alongside inference providers like Baseten and Fireworks.

Why it matters: A payments giant paying eleven figures for a router underlines how much value is accruing to the routing/aggregation layer as model choice explodes and prices fall.</description></item><item><title>Etched raises $300M at $10.3B to build transformer-inference systems</title><link>https://techcrunch.com/2026/07/23/ai-chip-startup-etched-defies-skeptics-hits-10-3b-valuation-from-big-name-investors</link><guid isPermaLink="false">2026-07-24:infrastructure:https://techcrunch.com/2026/07/23/ai-chip-startup-etched-defies-skeptics-hits-10-3b-valuation-from-big-name-investors</guid><pubDate>Fri, 24 Jul 2026 07:00:00 +0000</pubDate><description>Etched closed a $300M Series C at a $10.3B valuation led by Sequoia, with a16z, SK Hynix, and Jane Street participating, doubling its December valuation in seven months. The company says it has already booked $1B in orders and is shipping full rack systems, not just chips, with a low-voltage prefill chip and a 'cluster-scale memory' interconnect for the decode phase. It pushes back on the perception that its silicon runs only specific LLMs, claiming support for MoE models and non-transformer designs like Mamba. Etched also opened an 80,000 sq ft, 10 MW facility in Milpitas, framing its pitch as 'run the world's inference.'

Why it matters: Inference-specialized silicon is graduating from thesis to booked revenue, and the more credible these alternatives get, the more pricing pressure Nvidia faces on the serving side.</description></item><item><title>Alphabet posts its first-ever negative cash flow as AI capex bites</title><link>https://www.reuters.com/business/retail-consumer/alphabets-cash-burn-raises-alarm-big-tech-ai-spending-climbs-2026-07-23</link><guid isPermaLink="false">2026-07-24:infrastructure:https://www.reuters.com/business/retail-consumer/alphabets-cash-burn-raises-alarm-big-tech-ai-spending-climbs-2026-07-23</guid><pubDate>Fri, 24 Jul 2026 07:00:00 +0000</pubDate><description>Alphabet burned $5.9B in Q2, its first cash burn on record, despite $119.8B in revenue and Google Cloud growing 23.8% quarter-over-quarter to $24.8B. The company raised its 2026 capex outlook by roughly $15B and expects to spend more next year, with Big Tech capex on track to top $700B in 2026. Shares fell about 6%, and analysts expect Amazon to burn cash too while Meta's free cash flow is projected to shrink 95.7%. Microsoft, Meta, and Amazon all report next week, sharpening scrutiny of whether AI revenue can outrun capex, depreciation, and operating costs.

Why it matters: The infrastructure bill behind every API you call is now large enough to push the most profitable companies into the red, and next week's earnings will show whether the payoff is keeping pace.</description></item><item><title>Anthropic commits to 2GW of AMD MI450 GPUs; AMD invests up to $5B</title><link>https://the-decoder.com/anthropic-will-deploy-2-gigawatts-of-amd-gpus-for-claude-in-a-deal-worth-up-to-5-billion</link><guid isPermaLink="false">2026-07-23:infrastructure:https://the-decoder.com/anthropic-will-deploy-2-gigawatts-of-amd-gpus-for-claude-in-a-deal-worth-up-to-5-billion</guid><pubDate>Thu, 23 Jul 2026 07:00:00 +0000</pubDate><description>AMD will invest up to $5 billion in Anthropic, which in turn will deploy up to 2 gigawatts of Instinct MI450-series accelerators in Helios rack systems — MI455X GPUs paired with EPYC "Venice" CPUs, Pensando networking and ROCm — with the first gigawatt landing in H1 2027. AMD's stake is milestone-gated on deployment, echoing its 6GW OpenAI and 6GW Meta arrangements. A multi-year engineering program will use Claude to improve AMD's ROCm software, and AMD will run Claude internally across its dev teams.

Why it matters: It's another circular chip-lab financing loop, but it gives Anthropic a real second GPU source alongside Nvidia, Amazon Trainium and Google TPUs — and puts Claude to work hardening the weakest part of AMD's stack, its software.</description></item><item><title>Cactus ships a confidence probe that tells Gemma 4 when to phone a bigger model</title><link>https://github.com/cactus-compute/cactus-hybrid</link><guid isPermaLink="false">2026-07-23:infrastructure:https://github.com/cactus-compute/cactus-hybrid</guid><pubDate>Thu, 23 Jul 2026 07:00:00 +0000</pubDate><description>Cactus post-trained Gemma 4 E2B with a 68k-parameter probe that reads one intermediate layer during decoding and returns p(wrong) as structured data, never parsed out of the answer text. Routing only 15-35% of low-confidence queries to Gemini 3.1 Flash-Lite, the on-device model matches Flash-Lite on most benchmarks. The probe averages 0.814 AUROC versus 0.549 for token-entropy heuristics, and scores 0.79-0.88 on audio benchmarks despite zero audio training data — evidence it reads a modality-independent correctness signal. Weights are MIT-licensed with Transformers, MLX and llama.cpp recipes.

Why it matters: Reliable hybrid routing has leaned on flaky self-rating or entropy that's barely better than a coin flip; a cheap hidden-state probe that generalizes across text, vision and audio is a practical primitive for edge-plus-cloud apps.</description></item><item><title>Google reportedly bakes Gemini's architecture into 'Frozen v2' silicon</title><link>https://the-decoder.com/googles-frozen-v2-chip-reportedly-bakes-geminis-architecture-directly-into-silicon-for-efficiency-gains</link><guid isPermaLink="false">2026-07-21:infrastructure:https://the-decoder.com/googles-frozen-v2-chip-reportedly-bakes-geminis-architecture-directly-into-silicon-for-efficiency-gains</guid><pubDate>Tue, 21 Jul 2026 07:00:00 +0000</pubDate><description>Per The Information, Google is building a server chip internally called Frozen v2 that hardcodes parts of Gemini's model architecture (not its weights) directly into hardware, claiming 6-to-10x more tokens per watt than its current TPUs, with deployment targeted for 2028. New weights can still be loaded, so the chip survives model updates; an earlier Jeff Dean design that froze weights themselves was scrapped as too brittle. It is meant for internal inference only, and the report nudged Alphabet stock up about 3% ahead of earnings.

Why it matters: Inference margin is the new competitive front, and specializing silicon to a single architecture is the logical extreme of the efficiency race, at the cost of being locked to that architecture.</description></item><item><title>543 tok/s out of one RTX 5090, by hand</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1v1no8e/543_toks_singlerequest_qwen3635ba3b_on_one_rtx</link><guid isPermaLink="false">2026-07-21:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1v1no8e/543_toks_singlerequest_qwen3635ba3b_on_one_rtx</guid><pubDate>Tue, 21 Jul 2026 07:00:00 +0000</pubDate><description>A developer open-sourced NInfer, a from-scratch C++/CUDA inference engine specialized for two Qwen3.6 checkpoints, sustaining 542 tok/s single-request on a single RTX 5090 across a full 65,536-token decode of Qwen3.6-35B-A3B (~5 bits per weight, MTP draft window of 3). The gains come from custom quantization, weight-layout design, per-op kernel fusion and an optimized LM-head draft path; INT8 KV cache reaches the full 262k context on the card's 32GB. The catch: only two models supported, RTX 5090 only, and no continuous batching.

Why it matters: A concrete reminder of how much single-GPU throughput general-purpose runtimes leave behind when you're willing to specialize the whole pipeline to fixed weights.</description></item><item><title>Unsloth adds AMD support for fine-tuning and inference</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1v1nor4/unsloth_now_supports_amd</link><guid isPermaLink="false">2026-07-21:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1v1nor4/unsloth_now_supports_amd</guid><pubDate>Tue, 21 Jul 2026 07:00:00 +0000</pubDate><description>Unsloth now officially runs on AMD hardware, covering Radeon RX 9000/7000, Instinct MI300/MI350, Strix Halo / Ryzen AI Max systems and AMD CPUs, across Windows, Linux and WSL, with ROCm, Triton, bitsandbytes, PyTorch and llama.cpp builds installed automatically. It claims up to 70% less VRAM for fine-tuning and 80% for RL, GGUF/safetensors/LoRA export, and hooks into agent harnesses like Claude Code and Codex.

Why it matters: Fine-tuning tooling that isn't CUDA-only chips away at Nvidia's lock-in for the local and hobbyist crowd, and makes AMD's cheaper VRAM actually usable for training.</description></item><item><title>Kimi K3 freezes new subscriptions 48 hours in as demand outruns GPUs</title><link>https://www.reuters.com/legal/transactional/chinas-moonshot-pauses-kimi-subscriptions-amid-hot-demand-ipo-push-2026-07-20</link><guid isPermaLink="false">2026-07-20:infrastructure:https://www.reuters.com/legal/transactional/chinas-moonshot-pauses-kimi-subscriptions-amid-hot-demand-ipo-push-2026-07-20</guid><pubDate>Mon, 20 Jul 2026 07:00:00 +0000</pubDate><description>Moonshot paused new Kimi K3 consumer subscriptions after requests 'pushed close to the limits of our current capacity,' prioritizing existing paid users and splitting plans into a general 'Kimi Membership' and a separate 'Kimi Code Membership' to ration compute. Reuters reports the crunch coincides with a fresh $2B raise at a $30B valuation and preparations for a Hong Kong IPO. Analysts note K3's 2.8T size and agentic, multi-call workloads make it expensive to serve — and impractical for most to self-host despite the open weights.

Why it matters: So much for open weights cutting compute needs: the largest open model to date is capacity-constrained days after launch, a reminder that 'open' doesn't mean 'runnable' at 2.8T and that hosted access, not the download, is where the business lives.</description></item><item><title>Meta and Anthropic in talks for a $10B compute lease</title><link>https://www.nytimes.com/2026/07/17/technology/meta-anthropic-ai-computing-power.html</link><guid isPermaLink="false">2026-07-18:infrastructure:https://www.nytimes.com/2026/07/17/technology/meta-anthropic-ai-computing-power.html</guid><pubDate>Sat, 18 Jul 2026 07:00:00 +0000</pubDate><description>Anthropic is in early talks to rent Meta data-center capacity in a deal reportedly worth ~$10B over two years, with an early-cancel option Anthropic also negotiated into its SpaceX lease ($1.25B/month for the Colossus supercomputers). The pair are LLM competitors — Meta just shipped Muse Spark 1.1, priced 75% below Claude. Anthropic would most likely take Meta's Nvidia servers rather than its custom MTIA 400 silicon.

Why it matters: Two rivals may become landlord and tenant because chip access, not ideas, is the binding constraint. For API users, more leased capacity has historically translated into higher Claude Code and API rate limits.</description></item><item><title>A 2-bit DeepSeek V4 Flash on one MacBook ties two DGX Sparks</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1uzaf54/one_macbook_vs_2_dgx_spark_deepseekv4flash_scored</link><guid isPermaLink="false">2026-07-18:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1uzaf54/one_macbook_vs_2_dgx_spark_deepseekv4flash_scored</guid><pubDate>Sat, 18 Jul 2026 07:00:00 +0000</pubDate><description>In a community Terminal-Bench 2.1 run, an aggressively quantized ~80GB (2.45 bits/weight) DeepSeek-V4-Flash GGUF on a single 128GB M5 Max scored 54% versus 52% for the native FP8/FP4 checkpoint on 2x DGX Spark — a statistical tie (paired McNemar p=0.82). Separately, users report the model running with a 1M-token context on a 5090 (~650 tok/s prefill, ~17 tok/s decode), and that mainline llama.cpp b10064 now matches the old dsv4 fork, making the fork unnecessary.

Why it matters: The expensive rig mostly buys serving quality — speed, concurrency, longer usable context — not accuracy. For anyone with a big-RAM Mac, heavy quantization is far more capable than its bit count suggests.</description></item><item><title>First loan backed by inference chips: $400M for SambaNova silicon</title><link>https://techcrunch.com/2026/07/17/why-the-first-gpu-financiers-are-turning-to-inference-chips-in-a-400-million-deal</link><guid isPermaLink="false">2026-07-18:infrastructure:https://techcrunch.com/2026/07/17/why-the-first-gpu-financiers-are-turning-to-inference-chips-in-a-400-million-deal</guid><pubDate>Sat, 18 Jul 2026 07:00:00 +0000</pubDate><description>AI inference cloud General Compute landed a $400M loan from Upper90, reportedly the first financing to use inference-specific chips as collateral — SambaNova's power-efficient SN50, which the startup claims runs 16x faster than GPU clouds. Upper90 pioneered GPU-backed lending with Crusoe in 2021; it's now betting the next wave is cheap inference for open models, outside Nvidia's ecosystem.

Why it matters: Capital markets are beginning to price non-Nvidia inference silicon as a financeable asset, a small crack in Nvidia's dominance and a signal that serving open models cheaply is becoming its own infrastructure category.</description></item><item><title>NVIDIA's Nemotron 3 Embed 8B tops the RTEB retrieval leaderboard</title><link>https://huggingface.co/blog/nvidia/nemotron-3-embed-wins-rteb</link><guid isPermaLink="false">2026-07-17:infrastructure:https://huggingface.co/blog/nvidia/nemotron-3-embed-wins-rteb</guid><pubDate>Fri, 17 Jul 2026 07:00:00 +0000</pubDate><description>NVIDIA released Nemotron 3 Embed, a family of open-weight embedding models with open datasets and training recipes. The flagship 8B (BF16) ranks #1 on the RTEB multilingual leaderboard at 78.5% and 75.5% on MMTEB Retrieval, with 1B BF16 and NVFP4 variants aimed at production; the NVFP4 build claims up to 2x BF16 throughput on Blackwell while retaining 99%+ of retrieval accuracy. All ship day-0 on Hugging Face with a 32k context window, vLLM support, and an optimized NIM microservice, and NVIDIA argues better retrieval cuts downstream agent token costs by returning relevant evidence earlier.

Why it matters: Retrieval quality is the cheapest lever for agent reliability and cost, and an open, fine-tunable embedding model at the top of RTEB gives teams a self-hostable alternative to provider-bundled search.</description></item><item><title>Pluralis runs an RL post-training fleet on 14 consumer Macs across four countries</title><link>https://www.reddit.com/r/LocalLLaMA/comments/1uxb3zn/rl_posttraining_on_14_macs_across_4_countries</link><guid isPermaLink="false">2026-07-16:infrastructure:https://www.reddit.com/r/LocalLLaMA/comments/1uxb3zn/rl_posttraining_on_14_macs_across_4_countries</guid><pubDate>Thu, 16 Jul 2026 07:00:00 +0000</pubDate><description>Pluralis Research says it ran what it believes is the first RL post-training run whose entire rollout fleet lived on consumer Macs over the open internet: 14 Macs in four countries generated rollouts via int8 MLX inference, while a single B200 on another continent did the bf16 gradient updates, synchronized only through Cloudflare R2. Two tricks kept the off-policy gap manageable — PULSE ships int8 weight deltas (~82MB instead of 9GB full checkpoints, since ~0.5% of values change per version) and a DPPO-style probability gate drops the ~0.3% most-drifted tokens. On the PaperSearchQA task, cover pass@1 rose from 29% to 63%. Code is open.

Why it matters: Rollout generation is ~80% of agentic RL compute, so pushing it onto idle consumer hardware is a credible path to training open models without datacenter interconnects — a hedge as frontier models retreat behind closed APIs.</description></item><item><title>DeepSeek back for cash at $71B weeks after its first round</title><link>https://the-decoder.com/deepseek-needs-more-cash-just-weeks-after-closing-its-first-7-billion-round</link><guid isPermaLink="false">2026-07-15:infrastructure:https://the-decoder.com/deepseek-needs-more-cash-just-weeks-after-closing-its-first-7-billion-round</guid><pubDate>Wed, 15 Jul 2026 07:00:00 +0000</pubDate><description>The FT reports DeepSeek is in early talks for a new round at roughly a $71 billion pre-money valuation, just weeks after closing its first ($52B post) at about $7 billion. The money funds its own data centers, AI chips, and an in-house inference chip to cut Nvidia and Huawei reliance. The permanent rock-bottom pricing on V4-Pro and V4-Flash — the largest open-weights models at up to 1.6T parameters, and about 11x cheaper than GPT-5.5 on input — made DeepSeek one of the fastest-growing vendors among US firms in June, per Ramp.

Why it matters: DeepSeek is proving that near-frontier open weights sold at cost is a real go-to-market — but permanently subsidized inference needs a bottomless balance sheet, and Ramp is already flagging that customers are piping data straight through the platform.</description></item></channel></rss>
