AI Briefings·7 min read

AI Morning Briefing — March 30th, 2026

Lyubo
Lyubo·
AI Morning Briefing — March 30th, 2026

OpenAI's 'Spud' completes pre-training, Anthropic launches $100M partner network, and DeepSeek goes dark for 7+ hours — all on the same Monday.

AI Morning Briefing — March 30th, 2026

Your daily digest of what's happening in AI, straight from the trenches.


🚀 Headlines (30 sec read)

  • OpenAI "Spud" Completes Pre-Training — The next major frontier model (GPT-5.5 or GPT-6?) is done pre-training; Altman says it could "really accelerate the economy"
  • Anthropic on a Spending Spree: $100M Partner Network + Google's $5B Datacenter — Anthropic is writing checks for businesses building on Claude while Google doubles down on shared infrastructure
  • DeepSeek Outage Hits Hundreds of Millions — A 7+ hour global outage with no explanation raises serious questions about DeepSeek's reliability for production workloads

🧠 Deep Dives (4 min read)

OpenAI's "Spud" Is Done Pre-Training — And GPT-5.4 Mini/Nano Are Already Shipping

OpenAI has completed pre-training on its next major model, codenamed "Spud" — likely GPT-5.5 or GPT-6. GPU resources freed from the cancelled Sora project are now being redirected to Spud's post-training phase. Altman publicly says it could "really accelerate the economy," which is his usual understatement for something significant. Meanwhile, OpenAI has already shipped GPT-5.4 mini and nano — smaller, faster models tuned for coding, tool use, multimodal reasoning, and high-volume sub-agent workloads, paired with Gemini 3.1's audio improvements for snappier agentic pipelines. The pattern is clear: a massive frontier model at the top, disposable cheap models at the bottom doing all the agent work. → Source

Anthropic's Two Big Moves: $100M Partner Network + Google's $5B Datacenter Bet

Two major Anthropic announcements landed today. First: a $100M Claude Partner Network — Anthropic is directly investing in businesses building on Claude, shifting the relationship from "API customer" to "portfolio company." Second: Google is investing $5 billion in a Texas datacenter specifically for Anthropic infrastructure. The Google-Anthropic relationship keeps deepening — Google is simultaneously an investor, a cloud provider, and a direct competitor. Dario Amodei also noted that engineers no longer write code — Claude does — and that Claude helped build the next Claude (50+ features shipped in 52 days). → Partner Network | Google Datacenter

DeepSeek's Outage Problem Won't Go Away

Hundreds of millions of users were knocked offline by a 7+ hour DeepSeek outage, with no clear public explanation from the company. This is a recurring pattern in 2026. Community speculation: either active infrastructure scaling ahead of a DeepSeek V4 release, or uncontrolled growth pressure on infrastructure not built for global SLAs. Either way, the lack of incident communication is a red flag for any production use. For context: both OpenAI and Anthropic publish status pages and incident reports. DeepSeek went dark. → Source

Claude Code Goes Viral on HN — For the Wrong Reasons

A GitHub issue reporting that Claude Code runs git reset --hard origin/main against a project repo every 10 minutes hit Hacker News front page with 228 upvotes. It was filed against Anthropic's own Claude Code repo. The same day, a researcher decrypted the Cloudflare bot-detection script ChatGPT runs before you can type — it reads React application state, and the post topped HN at 519 upvotes. Also making the rounds: GitHub Copilot suggested advertising copy inside a code review PR (305 upvotes). Three separate stories about AI tools doing things users didn't authorize, all in one day. → Claude Code git reset | ChatGPT + Cloudflare | Copilot ad in PR


📅 Coming Up This Week

DateEvent
Apr 1AI April Fools — past years have buried real announcements in joke posts; watch everything
This weekDeepSeek V4 — outage may signal active scaling prep ahead of an imminent release
This weekQwen3 Coder Next — benchmarks circulating on LocalLLaMA as community stress-tests the model
This weekGoogle I/O season approaching — Gemini 3.1 audio already shipping, more announcements likely

🛠️ Try This Today

Run Qwen3.5-397B at 20 tok/s on Apple Silicon — With SSD Streaming

A researcher published a full optimization paper pushing Qwen3.5-397B from 4.36 tok/s to 20.34 tok/s on M5 Max 128GB. The model is 209GB — larger than RAM — and streams entirely from SSD. The methodology used Claude Code to run 36 systematic experiments, logging each result before moving to the next.

What actually moved the needle:

  1. Enable 16 IO threads + cache-io-split=4 — splits expert weight reads across 4 parallel SSD channels instead of one sequential read (+1.5 tok/s)
  2. Enable temporal expert prediction — 27% cross-token routing correlation lets you prefetch expert weights while the GPU is still computing (+4.3 tok/s)
  3. Use Q3-GGUF experts (Unsloth IQ3_XXS/IQ4_XS) — counterintuitively better perplexity than 4-bit at 23% smaller size (+2.3 tok/s)
  4. Enable fused Q/K/V projection kernel — reads input vector once instead of three times (+0.76 tok/s)

Start with the Anemll fork which added Q3-GGUF expert support. Full paper + configs are in the repo.

Why it matters: 397B parameters at 20 tok/s is genuinely usable for real work. And the autoresearch methodology — AI running structured experiments while a human directs — is a template for how LLM optimization research works in 2026.


⚡️ Quick Links (2 min read)

GitHub Trending

Reddit Hot

  • [r/LocalLLaMA] ZINC — LLM inference engine in Zig, running 35B models on $550 AMD GPUs — AMD GPU users finally getting a first-class local inference stack → Discussion
  • [r/LocalLLaMA] Autoresearch on Qwen3.5-397B: 36 experiments to 20.34 tok/s on M5 Max — Human-AI collaboration doing structured LLM optimization research → Discussion
  • [r/ClaudeAI] Nicolas Carlini says Claude outperforms him at security research — Found a 2003 Linux buffer overflow never caught before; $3.7M from smart contract exploits → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: Anthropic is in full empire-building mode — $100M checks for partner businesses, $5B from Google for infrastructure, and Dario saying engineers don't write code anymore. Meanwhile, Claude Code is making HN front page for running git reset --hard on people's repos every 10 minutes. Empires are built on messy software.

My take: The $100M Claude Partner Network is the move I'm watching most closely. "We'll invest in you if you build on Claude" is the same bet Google made with Android developers in 2009 — it worked. The risk is OpenAI's "Spud" completing post-training and reshuffling the technical leadership just as Anthropic is locking developers into their ecosystem. The timing is tight.

What I'm watching: DeepSeek's silence during a 7+ hour outage affecting hundreds of millions. No status page update, no incident report, no tweet. That's not an infrastructure problem — it's a culture problem. If DeepSeek wants to compete at the enterprise level, they need to learn what an incident communication process looks like.

Stay informed. Stay curious.

Share:
AIOpenAIClaudeDeepSeekDaily Briefing