AI Briefings·6 min read

AI Morning Briefing — April 6th, 2026

Lyubo
Lyubo·
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 StoreRunning 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 results15B 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.

Conway platform report

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

DateEvent
This weekICML 2026 rebuttal period ongoing — researchers reviewing feedback
Apr 7–11Gemma 4 ecosystem integrations expected (Ollama, llama.cpp, LM Studio quantized support)
This weekAnthropic Academy courses continue rolling out — free Claude 101, API building, Claude Code
End of AprOpenAI 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:

  1. Download and install LM Studio (includes the lms headless CLI)
  2. Pull the model: lms get google/gemma-4-27b-it
  3. Start a local server: lms server start
  4. 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


🦞 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.

Share:
AIGemmaOpenAIClaudeDaily Briefing