nextbig.dev
Vancouver, B.C. · Intelligence on AI and the machines that run it
nextbig.dev
The Briefing · Tuesday, June 16, 2026

Hetzner raises prices a third time in 2026, and AI is the reason

Hetzner raises prices a third time in 2026, blaming AI demand for memory and GPUs, after April hikes of 30-53%. Plus Iroh 1.0 and OpenRouter Fusion.

9 min read
The Rundown No. 116 · Audio Edition · 8 min All episodesRSSMP3
0:00 / 8:07
VTT
The Big Story
Hetzner raises prices a third time in 2026, and AI is the reason

Hetzner's June 15 change took effect at 8 AM CEST. It is not the broad hike people remember from April. This round applies to new orders and cloud instance rescales only, existing contracts keep their current terms, and orders placed before the cutoff but delivered after still get the old prices. Alongside the increase, Hetzner is standardizing its portfolio down to about three fixed configurations covering roughly 90% of all orders, plus a new "Limited" tier. Quietly, this is the third pricing step of 2026.

The one that actually moved your bill was April 1. Cloud server prices in Germany and Finland rose 30% to 37% per tier. Dedicated servers went up 3% to 21%, storage 30%, US and Singapore cloud up to 38%, and US object storage 53%. In real numbers, the German AX42 went from €47.30 to €57.30 a month and the DX293 from €305.60 to €355.60. Hetzner names the driver plainly: demand for memory, fast storage, and GPUs for AI has disrupted supply chains and raised the price of components that used to be predictable. Even cloud plans on already-deployed hardware are affected, because running a server still means replacing failing CPUs, RAM, and disks over its life.

If you run anything on Hetzner, the move this week is simple. Existing contracts are grandfathered, so lock in what you have and avoid triggering a rescale that reprices you. New deployments and any plan changes now land at the higher tier, so size capacity once and hold it. If your inference or RAG workload was on Hetzner because the bare-metal math beat managed GPUs, redo that math now. The gap that made self-hosting obviously cheaper is closing, and it is closing because the same DRAM and GPU shortage that lifts your API bill also lifts your colo bill.

This is the trendline worth watching. For a decade, commodity compute got cheaper on a schedule you could plan around. AI demand broke that schedule. When the cheapest serious hosting provider in Europe raises prices three times in six months and blames memory and GPU supply, the cost floor for self-hosting just moved up for everyone. Expect OVH, Scaleway, and the smaller bare-metal shops to follow, and expect the "just rent a box" cost advantage over managed inference to keep narrowing through year-end.

The component crunch is no longer an abstract supply-chain story. It is now in the monthly invoice of every team that thought it had escaped cloud markups.

@newsycombinator Read source 550 engagement
Compute & Infrastructure

Iroh 1.0 freezes a wire protocol for dialing keys instead of IPs

n0 shipped the first stable Iroh release after 4 years and 65 versions, and the news is the commitment: a v1 endpoint talks to any other v1 endpoint regardless of minor version or language, and any wire-breaking change now requires a major release. They built their own QUIC multipath layer to manage several routes in one connection and hot-swap paths. Their public relays saw over 200 million endpoints created in the last 30 days, so the load test is real. If you are building peer-to-peer or device-to-device connectivity, this is now a dependency you can pin.

The eight fallacies of distributed computing turn 21

A refresher on the assumptions that still wreck distributed systems: the network is not reliable, latency is not zero, bandwidth is not infinite, topology changes. Worth a reread the same week Iroh ships multipath QUIC and Hetzner reprices the boxes your services run on. The fallacies are cheap to forget and expensive to relearn in production.

AI & Models

OpenRouter Fusion runs a panel of models plus a judge in one call

Fusion (openrouter/fusion) is a compound model: a panel answers in parallel, then a judge compares responses and returns structured analysis (consensus, contradictions, coverage gaps, blind spots) that an outer model uses to write the final answer. It is not a majority vote. A panel topped the chart near 69% versus high-50s to low-60s for strong solo models. The catch is pricing: you pay for every panel completion plus the judge, so a request costs the sum of its parts, not a flat rate. Reach for it on hard, high-stakes calls, not your hot path. Note the chart-topping panel used Claude Fable 5, which Anthropic has since pulled, so the "half price" benchmark no longer reproduces.

Tencent open-sources a four-layer local memory plugin for agents

TencentDB Agent Memory ships under MIT with a default backend of local SQLite plus sqlite-vec, so no external API is required out of the box. It pairs symbolic short-term memory, which condenses heavy tool logs into compact Mermaid symbols, with layered long-term memory that distills conversations into structured personas and scenes instead of flat vector piles. Vendor-reported, self-reported numbers from OpenClaw integration: up to 61.38% fewer tokens, 51.52% relative pass-rate gain, and PersonaMem accuracy from 48% to 76% over long-horizon sessions. The default model is Tencent's DeepSeek-V3.2, but any OpenAI-compatible endpoint works. Treat the benchmarks as unverified and test on your own agent.

CrankGPT runs a full offline voice agent on a hand-cranked Pi 5

Squeez Labs put voice recognition, a local LLM, and text-to-speech on a stock Raspberry Pi 5 with 8 GB RAM, powered by a hand-crank generator with about 20 seconds of capacitor buffer. It takes roughly 30 seconds of cranking to start a conversation. It is an art piece, not a product, and its argument lands: small models can do real work without kilowatts and thousands of tokens. A useful counterweight to a week dominated by rising compute bills.

Developer Tools

Anthropic ships a Swift package routing Apple's Foundation Models API to Claude

This is not Apple model news. ClaudeForFoundationModels conforms Claude to Apple's LanguageModel protocol, so the same LanguageModelSession API that drives the on-device model now drives Claude, with respond(to:), streaming, guided generation, and tool calling all working unchanged. At WWDC26 Apple added a server-side provider hook, and Anthropic took it. Requests go app-to-Claude directly, Apple is not in the path, and you pay standard Anthropic API pricing on your own key. The pattern is local model for fast tasks, hand off to Claude for multi-step reasoning. Caveats: version 0.1.0, best-effort and not accepting contributions, and it needs the iOS/macOS 27 betas and Xcode 27 beta, with APIs that may change before GA.

TeslaMate gives you a self-hosted Tesla data logger

Open-source, self-hosted logging for your Tesla, maintained by @JakobLichterfeld. For owners who want their own telemetry pipeline instead of trusting a vendor dashboard, it remains the reference project.

EasySpider offers visual, no-code web scraping

A GUI-driven crawler and browser-automation tool that lets you design scraping and data-collection tasks without writing code. Handy for one-off data jobs or feeding a pipeline, with the usual caveats about target-site terms and rate limits.

Universal Android Debloater Next Generation, in Rust

A cross-platform GUI using ADB to remove bloatware from non-rooted Android devices, aimed at better privacy, security, and battery life. Useful if you provision fleet devices or just want a cleaner phone without unlocking the bootloader.

Quick Hits
The Takeaway

The component crunch is now a line item, not a forecast. Hetzner blamed memory, storage, and GPU demand for its third 2026 increase, and the same shortage is why CrankGPT's small-model argument suddenly reads as economics rather than art. If you self-host inference because the bare-metal math beat managed APIs, redo that math this week, lock in existing Hetzner contracts before any rescale reprices them, and stop reaching for big models on tasks a quantized small one handles.

The Call C-20260616

Hetzner announces a fourth 2026 price step before October 31, citing component costs again, and at least one of OVH or Scaleway raises bare-metal or cloud prices in the same window.

The case

Three Hetzner increases in six months, with the company explicitly naming memory, storage, and GPU supply, signals a structural cost shift, not a one-off. The consensus reads this as a Hetzner-specific event; it is a commodity-hardware floor moving for every European provider on the same supply chain.

What proves us wrong

No further Hetzner price adjustment is published by October 31, 2026, and neither OVH nor Scaleway announces a price increase in that window.

Settles by October 31, 2026
The Tape T-20260616
▼ Short FOXA Fox Corporation medium conviction

Fox is funding a roughly $22B Roku purchase with about 40% stock and around $8B of new debt, pushing net leverage near 2.8x against $400M of still-unbooked synergies. The 15% drop on June 15 is the start of a re-rate, not the bottom, because merger-arb hedging is now a standing seller of FOXA stock until a first-half-2027 close.

Story [4] is a distribution land grab priced like a content premium. Consensus reads the selloff as the dilution hit fully taken, but it underweights the technical: arb desks short FOXA to hedge the 0.9693-share stock leg of every Roku position, capping the stock through close. At about 14.5x earnings the multiple still has room to compress while synergies stay an open promise.

Wrong if FOXA closes back above its pre-announcement level near $66, or Fox renegotiates the consideration to majority cash, before September 30, 2026. Settles By September 30, 2026.
◆ Watch ROKU Roku low conviction

Roku near $142 against a $160 headline is no longer a streaming-growth equity. It is a Fox-linked arb stub, because roughly 40% of the consideration is paid in FOXA shares, so deal value floated down toward $149 when Fox dropped. Upside is capped at deal economics and downside is the standalone if antitrust blocks it.

Story [4] confirms a definitive agreement closing in the first half of 2027. The crowd still prices Roku on connected-TV fundamentals; the cleaner read is that the stock now tracks FOXA and HSR timing, not The Roku Channel. The roughly 5% gap to current deal value is the market's discount for close risk plus further Fox downside.

Wrong if Regulators clear the deal and ROKU converges to deal value, or the deal terminates and ROKU re-rates to its standalone level, before December 31, 2026. Settles By December 31, 2026.
◆ Watch MU Micron Technology low conviction

Hetzner's third 2026 price step names memory, fast storage, and GPUs as the cause, which is real-economy confirmation the DRAM and NAND squeeze has spread from HBM into commodity server parts. The demand mechanism keeps strengthening, but Micron up about 273% YTD into a June 24 print means the shortage is now the consensus, not the edge.

Connect [5] and [8]. Hetzner reprices because it cannot source RAM and SSD at predictable cost, while OpenRouter Fusion runs four to five completions per query, multiplying inference tokens and memory pull even as the briefing tells builders to shrink models. Both demand regimes feed the same shortage. The risk is not demand but the contract-price roll: TrendForce has DRAM at 58-63% and NAND 70-75% QoQ in Q2, and the first sequential decline is the signal that ends the trade.

Wrong if TrendForce reports a sequential DDR5 or NAND contract-price decline, or Micron's June 24 print guides gross margin below the roughly 81% it set, before September 30, 2026. Settles By September 30, 2026.
Desk signals from the day's verified wire — falsifiable, dated, settled in public. Analysis, not individualized investment advice.

Get this briefing in your inbox

What changed in AI and compute, what it costs, and what to build. One email per week. No spam, unsubscribe anytime.