Three major releases. 72 hours. Right after April Fools. I verified - they’re all real.
Cursor 3: The Agent Manager
Cursor shipped a complete redesign on April 2nd. The editor is still there, but the new default interface is built around managing agents, not editing files.
What changed:
- Agent-first UI - Built from scratch. You manage a fleet of local and cloud agents from a unified sidebar
- Multi-repo workspaces - Agents can work across different repos simultaneously
- Unified agent sources - Agents kicked off from mobile, web, desktop, Slack, GitHub, or Linear all appear in one place
- Built-in browser - Agents can open and interact with local websites directly
- Plugin marketplace - One-click install for MCPs, skills, and subagents
The timing is telling. Claude Code reportedly holds 54% of the AI coding market according to Menlo Ventures. OpenAI’s Codex keeps setting new benchmarks. Cursor needed a big swing, and “you’re the manager now” is a clear bet on where development is heading.
You can try it by upgrading Cursor and hitting Cmd+Shift+P → Agents Window. The classic IDE view is still available.
Software development will continue to evolve as we enter the third era, where fleets of agents work autonomously to ship improvements.— Cursor Blog
Gemma 4: Open Models, Actually Open
Google released Gemma 4 on April 2nd with four model sizes and, for the first time, an Apache 2.0 license.
The lineup:
- 2B & 4B - Edge models for phones and embedded devices
- 26B MoE - Mixture of Experts, good balance of capability and efficiency
- 31B Dense - Currently ranked 3rd among open models on Arena AI Text
The Apache 2.0 shift matters more than the benchmarks. Previous Gemma releases had restrictions that blocked some enterprise and commercial use. That’s gone now. The 31B model is genuinely competitive and you can ship it in a product without lawyering up.
Other highlights: 140+ language support, multimodal (text, image, audio), and the edge models are up to 4x faster and 60% less battery than previous generations. Available on Hugging Face, Kaggle, Ollama, and Google AI Studio.
The Gemma ecosystem has accumulated over 400M downloads and 100K community variants since launch. The Apache 2.0 switch should accelerate that significantly.
Qwen 3.6 Plus: Free and Surprisingly Good
Alibaba dropped Qwen 3.6 Plus on OpenRouter around March 30th. No press release, no launch event. Just a free model that quietly showed up.
The specs: 1M context window, up to 65K output tokens, always-on chain-of-thought reasoning, native function calling. It beats Claude 4.5 Opus on some benchmarks (Terminal-Bench 2.0: 61.6 vs 59.3) and trails on others (SWE-bench Verified: 78.8 vs 80.9). Community reports suggest roughly 3x the speed of Opus 4.6.
I Tried It on My Own Codebase
I pointed Qwen 3.6 at this blog’s codebase with a generic “find usability issues” prompt. It came back with 19 issues.
After review:
- 5 false positives - Flagged things that weren’t actually problems
- 7 nits - Real but not worth fixing (style preferences, minor inconsistencies)
- 7 actionable issues - Genuine usability improvements worth making
I verified the actionable ones with Opus 4.6 afterwards. They held up. That’s a free model doing work that’s numerically comparable to Codex.
You can use it right now via OpenRouter with the model ID qwen/qwen3.6-plus-preview:free. If you use Claude Code, my claude-launcher package lets you point it at OpenRouter backends including Qwen.
The free preview is reportedly ending around April 3rd. If you want to try it at zero cost, do it now.
The Connecting Thread
Every release is pushing the same direction: agents, not chat.
- Cursor rebuilt its entire UI around managing agent fleets
- Gemma wants agents running locally on your phone with Apache 2.0 freedom
- Qwen ships with native function calling and agentic coding as a headline feature
A year ago, “AI coding” meant autocomplete and chat sidebars. Now it means deploying autonomous agents across repos while a free Chinese model finds real bugs in your code. The gap between frontier and free is narrowing fast.
What Else Is Coming
April is stacking up. DeepSeek V4 is confirmed for this month (multimodal, text/image/video generation). The Claude Mythos leak from March 26th suggests Anthropic has something significant in the pipeline. Grok 4.20 is already out with a novel multi-agent architecture.
It’s going to be a busy month.


