← All Digest Entries

Daily Digest — June 10, 2026

June 10, 2026 Daily

[ENG] Compute Is Going Everywhere — Space, Sea, and Underground

Source: TLDR · SpaceX AI1 satellite + China underwater datacenter

The story: Two stories landed the same morning that tell the same story from opposite directions. SpaceX filed with the FCC to launch up to a million orbital datacenter satellites — the first, AI1, has a 70-meter wingspan and carries 150kW of compute with an interchangeable chip payload. On the other side of the planet, China flipped the switch on a wind-powered underwater datacenter in Shanghai, submerged 10 meters below the sea surface, cooled passively by seawater.

My take: Elon is going up, China is going under, and we’re all just trying to figure out where to put the GPUs. What’s actually interesting isn’t the novelty — it’s what both projects are solving for: power and cooling are the two walls the industry keeps hitting, and neither traditional datacenter real estate nor power grids are keeping up with AI demand. The sea and space happen to solve both essentially for free — seawater convection handles cooling underwater, vacuum radiation handles it in orbit. If AI compute demand is as large as everyone projects, this isn’t science fiction. It’s infrastructure planning that started early.

Cloudflare lens: Cloudflare already distributes compute to 300+ cities to be close to users. If long-running agentic workloads eventually run on orbital or undersea infrastructure, the last-mile latency problem becomes Cloudflare’s entire value proposition — the edge still needs to be close to the human even if the heavy compute is in orbit.


[AI] Anthropic Releases “Safe” Mythos — Claude Fable 5 Is Now Public

Source: TLDR · Morning Brew

The story: Anthropic released Claude Fable 5 — a guardrailed version of its Mythos-class model — to subscribers and enterprise customers. The model has a 1 million token context window, 128,000 max output tokens, and is priced at $10/million input and $50/million output. If a request hits the guardrails — bioweapons, cybersecurity exploits — it automatically falls back to a less capable model rather than hard-refusing. The unguardrailed Mythos is being separately expanded to select security research partners only.

My take: The question I keep sitting with is what exactly makes Mythos dangerous enough that Anthropic won’t release it publicly. That framing is genuinely unusual — most model launches aren’t preceded by statements about existential risk. The guardrailed fallback mechanism is smart product design though: instead of a hard refusal that breaks the user experience, it degrades gracefully to a model that can still help. That’s a UX decision as much as a safety one. The $50/million output pricing is also notable — roughly 10x GPT-4o’s output cost. They’re pricing for enterprise buyers who don’t flinch at that number, and who have workloads where the capability justifies the spend.

Cloudflare lens: AI Gateway logs model calls, costs, and responses. As Anthropic starts differentiating within the same API surface — Fable for general use, Mythos for approved partners, fallback models for blocked requests — having a gateway layer that tracks which model handled which request and at what cost becomes more operationally important, not less. That’s a billing and compliance story, not just an observability one.


[CAREER] AI Labs Beat Big Tech — And the Job Market Data Proves It

Source: The Pragmatic Engineer · Gergely Orosz + Jessica Salmon

The story: Pragmatic Engineer’s Part 2 job market deepdive dropped with exclusive data from Interviewing.io, Workforce.ai, SignalFire, and Carta. The headline: Anthropic is now the single most in-demand destination for engineer job prep — more than Google, more than Meta. Anthropic + OpenAI together account for 51% of all coaching requests on Interviewing.io. Other standouts: frontend engineer titles are disappearing fastest across the industry, intern intake is down even as SWE hiring recovers, AI engineering comp is 30% higher in equity at startups, and management layers keep thinning — 12 engineers per manager is now the norm at large companies.

My take: None of this surprises me and all of it matters for where I want to go. The AI lab pull makes sense — the work is genuinely frontier, the money is real, and Anthropic has a halo effect right now from what feels like principled decision-making (the DoW standoff, the safety-first Mythos rollout). The frontend decline is the most structurally interesting data point to me. AI agents increasingly parse and interact with the web — they don’t experience a UI, they read data. If the consumer of your frontend is increasingly a machine, the investment case for pure frontend engineering gets harder to justify every quarter. The intern decline is concerning in a different way — the junior pipeline is drying up, which will have consequences for team composition in 3-5 years that most companies aren’t planning for yet.

Cloudflare lens: Forward Deployed Engineers showing up as one of the fastest-growing roles tracks directly with what I see in my own work. The SE role and the FDE role are converging — both require deep technical fluency and customer-facing impact. That’s the overlap worth leaning into hard.


[SECURITY] Cloudflare Bridges the Public/Private Divide — Application Services for Private Origins

Source: Cloudflare Blog · Enrique Somoza, Steve Welham, Shruti Mittal

The story: Cloudflare launched a closed beta for Application Services for Private Origins — WAF, bot management, rate limiting, caching, Workers, and rewrite rules can now sit in front of applications running on private IPs, without exposing those origins to the public internet. Previously, protecting an internal app with the full Cloudflare stack required cloudflared running on the origin or complex parallel infrastructure. Now if you already have Cloudflare WAN (IPsec, GRE, CNI) or Mesh connectivity, you toggle use_private_routing on a DNS record and Cloudflare routes the final hop through your existing private network — no connector software on the origin required.

My take: This quietly removes one of the most common objections to using Cloudflare for internal tooling — “but our app isn’t public.” The routing question is the right one to ask: end users still reach it the same way they always did, through whatever access layer is in front (Zero Trust, Cloudflare One Client). What changed is the final hop from Cloudflare’s network to the origin no longer needs a connector on the origin side. The four-quadrant model in the post is the clearest mental map for this: public-to-public is the classic CDN use case, public-to-private is what shipped today, and private-to-private — agents and internal services talking to each other through Cloudflare’s security layer — is what’s coming next. That last quadrant is where this gets genuinely interesting for AI infrastructure.

Cloudflare lens: MCP servers, internal AI agent backends, proprietary APIs that models query at runtime — all private origins that nobody wants on the public internet, but all of them need WAF, rate limiting, and observability. This feature is purpose-built for exactly that use case, even if the blog post doesn’t frame it that way yet. Worth flagging in customer conversations where the “we have internal AI services” objection comes up.