AI Briefings·7 min read

AI Morning Briefing — March 23rd, 2026

Lyubo
Lyubo·
AI Morning Briefing — March 23rd, 2026

GPT-5.4 beats humans at computer use, Karpathy admits 'perpetual AI psychosis,' Anthropic launches developer certification, and Xiaomi drops a 1T-param model at 1/7th cost.

AI Morning Briefing — March 23rd, 2026

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


🚀 Headlines (30 sec read)

  • GPT-5.4 Beats Humans at Computer Use — Scores 75% on OSWorld vs 72.4% human baseline; 1M-token context, autonomous multi-step desktop workflows
  • Karpathy: "Perpetual AI Psychosis" Since December — Andrej Karpathy says he hasn't written a single line of code since December, fully delegating to AI tools
  • Anthropic Launches Claude Architect Certification — First formal cert for Claude API, MCP, Claude Code, Agent SDK — 60 questions, one sitting, no breaks
  • Xiaomi MiMo-V2-Pro: 1T Params, Beats Sonnet 4.6 on SWE-bench at 1/7th Cost — Ex-DeepSeek team built it in under a year; free API live this week
  • Claude 1M Context Window Now Generally Available — Both Opus 4.6 and Sonnet 4.6 unlocked for all users

🧠 Deep Dives (4 min read)

GPT-5.4 Crosses the Human Threshold on Computer Use

OpenAI's GPT-5.4 has scored 75% on OSWorld-V, surpassing the 72.4% human baseline — making it the first frontier model to officially outperform humans at desktop computer-use tasks. With a 1M-token context window and built-in autonomous computer use, GPT-5.4 can operate software across multi-step workflows without hand-holding. OpenAI also shipped GPT-5.4 mini and nano with 400k-token contexts and faster latency for higher throughput use cases. The cost story is more complicated though: matching Gemini 3.1 Pro's output requires twice the tokens and ~$2,950 vs Gemini's $892. Hitting superhuman benchmarks means nothing if the economics don't work for production apps. → Source

Karpathy's "Perpetual AI Psychosis"

Andrej Karpathy, ex-Tesla AI director and OpenAI founding researcher, publicly said he hasn't written a line of code since December and is in "perpetual AI psychosis" — delegating everything to AI coding tools. This statement hit r/ClaudeAI like a grenade, generating nearly 400 comments from developers sharing their own transitions. Some are all-in, some skeptical, some somewhere in between. What's notable is who said it: Karpathy is not an early adopter hype merchant, he's one of the most technically credible voices in the field. When he says he's stopped writing code, people listen. → Discussion

Anthropic Launches Claude Architect Certification

Anthropic introduced a formal certification for developers who build seriously with Claude. The Claude Architect Certification spans 5 competency areas — Claude API, MCP, Claude Code, Agent SDK, and multi-agent system design — tested across 60 questions in a single sitting with no external help allowed. Target score: 850+. Prep time is 2–10 weeks depending on prior experience. Early access is limited to partners. This is a meaningful ecosystem play: Anthropic is building the credential layer that enterprise buyers will eventually require before greenlighting Claude integrations. A smart move that mirrors the AWS certification playbook. → Source

Xiaomi MiMo-V2-Pro: The Ex-DeepSeek Team Strikes Again

Xiaomi's MiMo-V2-Pro has arrived — 1 trillion parameters, outperforming Claude Sonnet 4.6 on SWE-bench, built by former DeepSeek engineers in under a year, and at 1/7th the cost of equivalent U.S. frontier models. The free API is live this week. Meanwhile, the broader Chinese open-weights scene is accelerating: MiniMax M2.7 is going open weights, Alibaba confirmed ongoing open-sourcing of Qwen and Wan models, and Cursor internally acknowledged Kimi K2.5 as the best open-source model right now. Western labs are winning on benchmark visibility. Chinese teams are winning on economics and open access. → Source


📅 Coming Up This Week

DateEvent
Any day nowDeepSeek V4 release — has missed multiple windows since February; community watching closely
This weekXiaomi MiMo-V2-Pro free API window — grab access before rate limits arrive
Mar 2026"Code with Claude" IRL events — San Francisco, London, Tokyo
RollingClaude Cowork remote access in research preview — apply if interested

🛠️ Try This Today

Load Your Entire Codebase Into Claude with 1M Context

Claude Opus 4.6 and Sonnet 4.6 now have 1M token context available to all users. Here's how to actually use it for a real project:

  1. Install Claude Code: npm install -g @anthropic-ai/claude-code
  2. Navigate to your repo: cd your-project
  3. Launch: claude
  4. Try: "Read all the files in this repo and give me an architecture overview with a dependency map"
  5. Follow up: "What are the 3 biggest refactoring opportunities based on the full codebase?"

Why it matters: 1M tokens ≈ 750,000 words ≈ most mid-sized codebases in their entirety. No more "I only see part of the picture" — Claude can now hold the whole thing in mind at once and give you genuinely cross-cutting architectural advice.


⚡️ Quick Links (2 min read)

GitHub Trending

Reddit Hot

  • [r/ClaudeAI] Karpathy: "Perpetual AI Psychosis" Since December — 385 comments of developers sharing full AI-delegation workflows → Discussion
  • [r/ClaudeAI] MCP servers I use every single day — what's in your stack? — Popular thread on daily-driver MCP server setups → Discussion
  • [r/LocalLLaMA] Cursor admits Kimi K2.5 is the best open source model — Internal rankings from a major coding tool maker → Discussion
  • [r/LocalLLaMA] MiniMax M2.7 Will Be Open Weights — Another large frontier model going open this week → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: AI coding tools have crossed a psychological threshold — Karpathy's "perpetual AI psychosis" quote is the cultural marker, but the real story is the economics. GPT-5.4 beats humans at computer use but costs 3x what Gemini charges for equivalent output. Meanwhile China's ex-DeepSeek engineers are cranking out 1T-param models at 1/7th U.S. cost and putting them open-source.

My take: The west is winning the benchmark PR war. China is winning the economics and access war. For anyone building real products, that cost gap is not a footnote — it's the whole ballgame. Xiaomi MiMo-V2-Pro and Kimi K2.5 are not toys. If you haven't benchmarked them against your use case, you're leaving money on the table. I suspect we'll see more western developers quietly switching to Chinese open-weights backends while keeping frontier models for customer-facing demos.

What I'm watching: DeepSeek V4 has missed its window multiple times since February. When it drops — and it will — expect another round of benchmark chaos and the usual "is this the open-source GPT-4 moment" discourse. Mark your calendars.

Stay informed. Stay curious.

Share:
AIOpenAIClaudeDaily BriefingLocal LLM