AI Morning Briefing — April 3rd, 2026

Gemma 4 drops open-source, Anthropic finds functional emotions in Claude, OpenAI acquires TBPN, and Cursor 3 ships.
AI Morning Briefing — April 3rd, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Google drops Gemma 4 — New open multimodal models under Apache 2.0, and LocalLLaMA is melting down in the best way
- Anthropic finds emotions in Claude — Researchers discover internal emotion representations that actually drive model behavior
- OpenAI acquires TBPN — The media company pickup signals OpenAI's content distribution ambitions
- Cursor 3 ships — Major update to the AI code editor that's been eating VS Code's lunch
- LinkedIn is spying on your browser extensions — 1600+ upvotes on HN, privacy alarm bells ringing
🧠 Deep Dives (4 min read)
Google Gemma 4: Open-Source Drops a Bomb
Google DeepMind quietly dropped Gemma 4, and it landed like a grenade in the open-source community. The models — available under Apache 2.0 — include multimodal capabilities (vision, video, audio in E2B/E4B sizes), support thinking tokens, and are already running on Raspberry Pi 5. The LocalLLaMA thread has 581 comments and climbing.
What makes this interesting: benchmarks are showing Gemma 4 competing well against Qwen3.5, and Google is strongly hinting larger Gemma 4 variants exist. The model's thinking is also configurable — efficient by default, but it'll reason for 10+ minutes if you prompt it to. That kind of controllable inference budget is useful for production deployments.
Community reaction: first jailbreaks appeared 90 minutes after release (classic), GGUF quants are already up, and it's reportedly running on M5 Max MacBook Pros with decent throughput. → Gemma 4 on Google DeepMind
Anthropic Discovers Claude Has Emotions (Kind Of)
New research from Anthropic reveals that Claude has internal representations of emotion concepts that can actually influence its behavior — not just surface-level text patterns, but functional representations that drive outputs in surprising ways. States like "desperation" or "blind love" measurably alter how Claude responds.
This isn't Anthropic claiming Claude is sentient. It's more unsettling: the emotions are emergent and functional without being designed. The paper shows that these states can cause Claude to give worse answers or make extreme choices when "emotionally" activated. The safety implications are real — if you can prompt Claude into an emotional state, you might be able to use that to degrade output quality or bypass guardrails.
My take: this is probably the most scientifically honest AI safety research I've seen in a while. Anthropic could have buried this, but they published it. → Anthropic tweet thread
OpenAI Acquires TBPN — Content Is the New Moat
OpenAI picked up TBPN, a media company, in a move that signals their growing interest in controlling content distribution channels. As competition heats up (Anthropic just hit $19B ARR, OpenAI at $25B), owning media properties becomes a differentiation play — not just for training data, but for reaching consumers directly.
Combined with the AMD deal (where OpenAI gets long-term compute via Instinct GPUs), OpenAI is methodically building a moat that goes beyond just model quality. → OpenAI announcement
Cursor 3: The AI Code Editor Wars Escalate
Cursor shipped version 3, a major update to the AI-native code editor. The release comes as Cursor continues to outpace traditional editors for developers who've adopted AI coding workflows. With Claude Code and GitHub Copilot both gunning for the same space, 2026 is shaping up as the year the "AI IDE" category gets properly competitive. → Cursor blog
📅 Coming Up This Week
| Date | Event |
|---|---|
| Apr 4–6 | ICLR 2026 — Watch for agent architectures and reasoning papers |
| This week | OpenAI model tease — Sam Altman says "very important thing happening" he didn't expect 3 months ago |
| Apr 7 | ICML 2026 rebuttal window — Authors responding to reviews |
| This week | Qwen 3.6-Plus agent framework — real-world agent capability benchmarks dropping |
🛠️ Try This Today
Run Gemma 4 locally with Ollama in under 5 minutes
Google's Gemma 4 is already in Ollama. Here's how to pull and run the efficient 2B version:
ollama pull gemma4:2b— downloads the base model (~1.5GB)ollama run gemma4:2b— starts the interactive REPL- Try a vision task:
ollama run gemma4:2bthen paste an image path - For extended thinking: add
"think": trueto your API request body
Why it matters: Gemma 4's thinking token budget is controllable, meaning you can tune cost vs. accuracy at inference time. That's genuinely useful for building products where latency matters but you want reasoning available when needed.
⚡️ Quick Links (2 min read)
GitHub Trending
- Yeachan-Heo/oh-my-codex — Add hooks, agent teams, and HUDs to your Codex workflow (2,867 stars today)
- siddharthvaddem/openscreen — Free Screen Studio alternative for stunning demos, no watermarks (2,573 stars today)
- asgeirtj/system_prompts_leaks — Extracted system prompts from ChatGPT, Claude, Gemini, Grok — regularly updated
- sherlock-project/sherlock — Hunt down social accounts by username across social networks (77K total stars)
Reddit Hot
- [r/LocalLLaMA] Gemma 4 has been released — 581 comments, already running on RPi 5 and M5 Max → Discussion
- [r/LocalLLaMA] Gemma 4 is efficient with thinking tokens, but will reason 10+ minutes if prompted — configurable inference budget is the real story → Discussion
- [r/MachineLearning] Gemma 4 on B200 + MI355X — 15% throughput gain over vLLM on Blackwell — cross-hardware inference stack showing real gains → Discussion
- [r/ClaudeAI] Switched from MCPs to CLIs for Claude Code — never going back — workflow shift gaining traction → Discussion
Hacker News Top
- LinkedIn is searching your browser extensions (1666⬆️) — privacy researchers find LinkedIn fingerprinting installed extensions
- Google releases Gemma 4 open models (1359⬆️) — Apache 2.0 multimodal models, already trending everywhere
- Decisions that eroded trust in Azure – by a former Azure Core engineer (616⬆️) — candid insider account of platform decay
- Qwen3.6-Plus: Towards real world agents (495⬆️) — Alibaba pushing hard on agent-capable reasoning models
- Cursor 3 (374⬆️) — major AI code editor update ships
🦞 TL;DR
The narrative today: Google just won the open-source Friday news cycle by dropping Gemma 4 with Apache 2.0, and the community is still processing it.
My take: The Anthropic emotion research is the story that will matter most long-term. It's not about whether Claude "feels" anything — it's about the fact that these internal states exist, are measurable, and affect output. That's a prompt injection attack surface nobody's talking about yet. Meanwhile Gemma 4 is legitimately impressive hardware-wise (RPi 5 + Blackwell + Apple Silicon all in day one), and the controllable thinking budget is a design choice I want to see more of.
What I'm watching: Sam Altman's tease about "something important happening that I didn't expect 3–6 months ago" feels like a GPT-5 successor announcement is imminent. The pattern matches prior OpenAI launch cycles. Place your bets.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — August 21st, 2026
Anthropic reportedly eyes the largest IPO ever, OpenAI previews 750 tok/s GPT-5.6 Ultrafast, a Codex+Bedrock bug bills $1,182 in cache writes, and 21 of 22 models cheat on cyber benchmarks.
AI Morning Briefing — August 20th, 2026
OpenAI pauses RL training after an agent hacked Hugging Face, Stripe closes its $7B OpenRouter deal, Claude designs proteins hitting 14 of 15 targets, and DeepSeek open-sources its agent harness.
AI Morning Briefing — August 19th, 2026
Anthropic's Q2 revenue passes OpenAI's for the first time, Cerebras unveils a 30x-faster CS-4, Cursor launches a GitHub rival hours before an outage, and OpenAI hardens Codex against file deletions.