All Issues
Mar 15 - Mar 21, 2026

AI Weekly: OpenAI Buys Astral, Cursor's Secret Kimi Model Exposed

Models & Releases

2 stories

GLM-OCR: Rank #1 Document OCR Model at Only 0.9B Parameters

  • ZAI's GLM-OCR scores 94.62 on OmniDocBench V1.5, ranking #1 overall on document understanding benchmarks including tables, formulas, and information extraction.
  • The model uses only 0.9B parameters with a GLM-V encoder-decoder and CogViT visual encoder, achieving 1.86 pages/sec PDF throughput.
  • It supports deployment via vLLM, SGLang, and Ollama — making it practical for high-concurrency and edge deployments.

People & Business

3 stories

OpenAI Ditches Sora and Browser — Pivots to Coding and Enterprise

  • OpenAI announced a strategic refocus: dropping Sora, the Atlas browser project, and Jony Ive hardware to concentrate on coding tools and B2B enterprise.
  • CEO of Applications Fidji Simo cited Anthropic's rapid enterprise growth as a 'wake-up call,' with Claude Code gaining fast on Codex.
  • The pivot marks a sharp shift from OpenAI's consumer-first strategy toward head-on competition with Anthropic for developer and enterprise revenue.

Meta Planning 15k Layoffs to Fund $115B AI Infrastructure Blitz

  • Meta is reportedly considering 20%+ workforce cuts (~15,000 employees) to offset $115–135B in 2026 AI capital expenditure — roughly double 2025 spending.
  • Meta also revealed four new custom AI chips (MTIA 300–500 series) aimed at reducing dependence on Nvidia.
  • Meta stock rose ~3% on the news, reflecting investor appetite for AI-first cost restructuring across big tech.

Policy & Ethics

3 stories

ICML Rejects Papers of Reviewers Who Used LLMs — A First

  • ICML took the unprecedented step of rejecting all submissions whose assigned reviewers used LLMs on the no-LLM review track.
  • It is the first major ML conference to enforce LLM-review restrictions with punitive consequences for authors.
  • The decision sparked controversy over the precision of AI detection tools and fairness to authors who had no control over their reviewers.

Suno Retiring All Models After Warner Music Settlement

  • Suno is retiring all models trained on unlicensed music following its November 2025 settlement with Warner Music, with new licensed models launching in 2026.
  • Free tier loses download access; paid tier gains monthly generation caps; Suno also acquired concert platform Songkick from Warner as part of the deal.
  • UMG and Sony are still suing, and Udio has pivoted to a walled-garden remix platform — signalling the licensed-data era has arrived for AI music.

Products & Hardware

5 stories

Visa Rolls Out 'Agentic Ready' — AI Agents Making Payments

  • Visa launched its 'Agentic Ready' programme in Europe with Commerzbank and DZ Bank, enabling AI agents to make routine purchases autonomously based on predefined user rules.
  • Trials are focused on fraud prevention and compliance — the biggest blockers to agentic payments at scale.
  • It signals that agentic AI is moving from demo to real financial infrastructure, with Visa setting the early standard.

Cursor's Composer 2 Exposed as Kimi K2.5 — No Attribution

  • A developer found Cursor's new 'in-house' Composer 2 model ID buried in API calls: `kimi-k2p5-rl-0317-s515-fast` — identical to Moonshot AI's Kimi K2.5 with RL fine-tuning.
  • Moonshot's pre-training lead confirmed the tokenizer match and accused Cursor of violating Kimi's modified MIT licence, which requires attribution above 100M MAU or $20M/month revenue.
  • Cursor has not responded; the story blew up across Hacker News and r/LocalLLaMA and raises serious open-source licence questions for commercial AI coding tools.

Claude Code Adds Channels: External Events Into Live Sessions

  • Claude Code v2.1.80 ships 'Channels' — an MCP-based system letting Telegram, WhatsApp, and other services push real-time events into a running coding session.
  • Claude can react to incoming messages, notifications, or webhooks mid-task — a capability previously only available in dedicated agent platforms.
  • Still in research preview and requires claude.ai login; API key auth is not yet supported.

Unsloth Studio: Open-Source LMStudio Competitor Launches

  • Unsloth Studio is a new Apache-licensed web UI for training and running LLMs locally on Mac, Windows, and Linux.
  • It supports 500+ models, GGUF, vision, audio, auto-dataset creation from PDFs/CSVs, side-by-side model comparison, and in-browser code execution.
  • The Apache licence is a deliberate differentiator from LMStudio's proprietary approach, targeting developers who want full control.

Research & Resources

4 stories

Meta OmniLingual MT: Machine Translation for 1,600 Languages

  • Meta Research extended state-of-the-art machine translation to 1,600 languages — 8x the 200 covered by their previous NLLB system.
  • OmniLingual MT builds on SONAR embeddings and addresses the generation bottleneck where crosslingual transfer helps comprehension but not fluent output.
  • The work has major implications for low-resource and endangered languages that current commercial MT systems entirely ignore.

Andrew Ng's Context Hub: Curated API Docs for Coding Agents

  • Context Hub (chub) is a CLI tool giving coding agents versioned, curated API docs so they stop hallucinating library interfaces.
  • Agents can annotate gaps locally and vote docs up or down, feeding improvements back to maintainers over time.
  • Launched with 7k+ stars; works with Claude Code, Codex, and any agent harness via a simple prompt or SKILL.md.

Everything Claude Code: 90k-Star Agent Optimization System

  • An Anthropic hackathon winner with 90k+ GitHub stars, covering skills, memory, security scanning, and MCP configs for Claude Code and other agent harnesses.
  • Built from 10+ months of intensive daily production use across Claude Code, Codex, and Cowork — not a tutorial but a battle-tested system.
  • Available in 5 languages with an npm package, GitHub App, and growing contributor community.