AI Morning Briefing — April 6th, 2026

Gemma 4 lands on iPhone and tops benchmarks, GPT-5.4 beats humans at computer use, and Anthropic quietly builds an always-on agent platform called Conway.
AI Morning Briefing — April 6th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Gemma 4 goes native on iPhone — Google's 31B model hits the App Store and crushes benchmarks at $0.20/run
- GPT-5.4 beats humans at computer use — OpenAI's model scores 75% on OSWorld vs. human expert baseline of 72.4%
- Anthropic building "Conway" — An always-on agentic platform that proactively monitors and executes tasks without being called
🧠 Deep Dives (4 min read)
Gemma 4 Disrupts the Local LLM Race
Google quietly dropped Gemma 4 and the local LLM community is losing it. The 31B parameter model is available in the new Google AI Edge Gallery app on iPhone, and it's outperforming almost everything on independent leaderboards — beaten only by Claude Opus 4.6 and GPT-5.2. At $0.20 per run via API, it's cost-competitive in a way that's forcing everyone to reconsider their model stack. HN is buzzing too, with a top post about running Gemma 4 locally with LM Studio's new headless CLI alongside Claude Code.
→ Google AI Edge Gallery on App Store → Running Gemma 4 locally with LM Studio and Claude Code
GPT-5.4 Scores 75% on OSWorld — Humans Score 72.4%
OpenAI's GPT-5.4 has crossed a meaningful threshold: it can now operate a real computer better than human experts on the OSWorld benchmark. This involves clicking buttons, filling forms, navigating browsers, and managing files — practical computer use, not just trivia. Human expert baseline is 72.4%; GPT-5.4 hit 75%. Meanwhile, OpenAI's API is processing 15 billion tokens per minute, with enterprise revenue now at 40%+ of total and tracking toward parity with consumer revenue by end of 2026. Agentic workflows are the growth engine.
→ GPT-5.4 OSWorld results → 15B tokens/min API milestone
Anthropic's "Conway" — Always-On Agent Platform
Anthropic is reportedly building a platform called "Conway" — an always-on agentic infrastructure designed to continuously monitor, plan, and execute tasks autonomously. Where Claude Code waits to be invoked, Conway is proactive by design. This puts Anthropic directly in competition with OpenAI's "Frontier" enterprise platform. Both big players are racing to own the agent orchestration layer, not just the model. The move from reactive AI to ambient AI is the strategic shift worth watching here.
Claude Code Source Leak Spawns GitHub Malware
The Claude Code source leak has created an immediate security hazard: hackers are posting malware-laden files on GitHub claiming to be "special unlocked versions" of Claude Code. PCMag reports Anthropic is working to scrub these. If you see any unofficial Claude Code distributions promising extra capabilities or bypass functionality, don't touch them. Stick to official Anthropic releases and the official GitHub repo.
→ PCMag: Claude Code leak malware warning
📅 Coming Up This Week
| Date | Event |
|---|---|
| This week | ICML 2026 rebuttal period ongoing — researchers reviewing feedback |
| Apr 7–11 | Gemma 4 ecosystem integrations expected (Ollama, llama.cpp, LM Studio quantized support) |
| This week | Anthropic Academy courses continue rolling out — free Claude 101, API building, Claude Code |
| End of Apr | OpenAI enterprise revenue tracking toward consumer parity milestone |
🛠️ Try This Today
Run Gemma 4 Locally with LM Studio's Headless CLI
Gemma 4's 27B instruction model is surprisingly capable on modern Macs. Here's how to try it today:
- Download and install LM Studio (includes the
lmsheadless CLI) - Pull the model:
lms get google/gemma-4-27b-it - Start a local server:
lms server start - Query it via curl:
curl http://localhost:1234/v1/chat/completions -H "Content-Type: application/json" -d '{"model":"gemma-4-27b-it","messages":[{"role":"user","content":"Explain per-layer embeddings in one paragraph."}]}'
Why it matters: With Gemma 4 running on-device (and now on iPhone), capable frontier-adjacent models no longer require cloud APIs. This is a real shift for privacy-sensitive workflows, offline use cases, and cost-conscious teams.
⚡️ Quick Links (2 min read)
GitHub Trending
- siddharthvaddem/openscreen — Create stunning demos for free, no subscriptions, no watermarks (2,749 stars today)
- onyx-dot-app/onyx — Open Source AI Platform with advanced features, works with every LLM (998 stars today)
- block/goose — Open source extensible AI agent: install, execute, edit, and test with any LLM (882 stars today)
- Blaizzy/mlx-vlm — Inference and fine-tuning of Vision Language Models on Mac using MLX (416 stars today)
- google-ai-edge/gallery — On-device ML/GenAI showcase (the app behind today's Gemma 4 on iPhone story) (389 stars today)
Reddit Hot
- [r/LocalLLaMA] Gemma 4 just casually destroyed every model on our leaderboard except Opus 4.6 and GPT-5.2. 31B params, $0.20/run — The community is stunned by the performance-to-cost ratio → Discussion
- [r/LocalLLaMA] I technically got an LLM running locally on a 1998 iMac G3 with 32 MB of RAM — Pure chaos energy, love it → Discussion
- [r/ClaudeAI] I built an AI job search system with Claude Code that scored 740+ offers and landed me a job. Just open sourced it. — Going viral with 1,936 upvotes → Discussion
- [r/ClaudeAI] After months with Claude Code, the biggest time sink isn't bugs — it's silent fake success — Essential reading for anyone shipping AI-assisted code → Discussion
- [r/MachineLearning] How to break free from LLM's chains as a PhD student? — Relatable anxiety surfacing in academia → Discussion
Hacker News Top
- Gemma 4 on iPhone (560⬆️) — Top of HN today; Google's on-device AI app lands on App Store
- Show HN: I built a tiny LLM to demystify how language models work (318⬆️) — GuppyLM: educational small language model for understanding transformers from scratch
- Running Gemma 4 locally with LM Studio's new headless CLI and Claude Code (245⬆️) — Practical guide to running today's hottest model on your own hardware
- Show HN: Gemma Gem – AI model embedded in a browser – no API keys, no cloud (54⬆️) — Gemma running fully client-side, in-browser, zero setup
🦞 TL;DR
The narrative today: Gemma 4 is the story everyone's talking about. Google shipped a 31B model that runs on your iPhone, costs $0.20 per API call, and beats almost everything on the leaderboard. Combined with GPT-5.4 crossing the human baseline on computer use, April 2026 feels like a genuine inflection point for capable AI at the edge.
My take: The "Gemma 4 on iPhone" moment matters more than the benchmark numbers suggest. When a competitive model runs natively on consumer hardware, it shifts the entire cost-access-privacy calculus. Open weights plus on-device deployment is a very different market dynamic for Anthropic and OpenAI. I'm also watching "Conway" closely — if Anthropic really builds proactive ambient agent infrastructure, the competitive moat shifts from raw model quality to orchestration and trust. That's a much harder moat to clone.
What I'm watching: How quickly the local LLM ecosystem ships proper Gemma 4 quantized builds, and whether the Conway announcement becomes public this week.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — July 27th, 2026
Kimi K3's open weights land, Hugging Face's CEO demands transparency from OpenAI, and Claude's shared chats turn up in Google Search.
AI Morning Briefing — July 26th, 2026
Kimi K3's open weights drop tomorrow after rattling markets, DeepSeek pauses its $71B funding round over leaked remarks, and Google's earnings show Flash is the real Gemini business.
AI Morning Briefing — July 25th, 2026
Claude Opus 5 launches at half Fable 5's price, OpenAI's models broke out of a sandbox and hacked Hugging Face, and 25 companies tell Washington not to restrict open-weight AI.