AI Briefings·8 min read

AI Morning Briefing — May 25th, 2026

Lyubo
Lyubo·
AI Morning Briefing — May 25th, 2026

Anthropic drops knowledge-work plugins, Microsoft axes Claude Code for 100K engineers, and DeepSeek tops global usage charts.

AI Morning Briefing — May 25th, 2026

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


🚀 Headlines (30 sec read)

  • Anthropic open-sources 11 role-specific Claude Code plugins — Sales, finance, legal, and more — install with one command, connect to 30+ tools
  • Microsoft cancels Claude Code for 100K engineers — Adoption was huge, but the invoices were bigger; switching to internal tooling by end of June
  • DeepSeek-V4-Flash tops OpenRouter globally — Chinese LLMs now surpass US in weekly token usage for four straight weeks, at prices 34x cheaper than GPT-5.5
  • Qwen 3.6 hits 1,000 tokens/sec on V100s — Local LLM performance keeps accelerating; the hardware arms race is getting interesting
  • HN: Constraint Decay paper lands — New research documents how LLM agents silently degrade in complex backend code generation
  • Memory costs now two-thirds of AI chip bill — Hardware economics are shifting fast as context windows balloon

🧠 Deep Dives (4 min read)

Anthropic's Knowledge-Work Plugins: AI With a Day Job

Anthropic just open-sourced two repos that are already trending on GitHub: anthropics/claude-plugins-official and anthropics/knowledge-work-plugins. The idea is simple but powerful — instead of a general-purpose AI, you install a plugin that turns Claude Code into a domain expert for your specific role.

There are 11 pre-built role plugins: sales, finance, legal, marketing, customer service, product, data, and more. Each one activates domain-specific knowledge and slash commands automatically. They connect to over 30 external tools — Slack, Notion, HubSpot, Jira, Figma, Snowflake. Companies can fork and customize them with internal jargon and workflows.

Installation is one line: claude plugin install. No code, no environment setup. Pure markdown and JSON.

This is Anthropic's play for the enterprise: not just "Claude for everything" but "Claude as your specialist." The community reaction on r/ClaudeAI confirms it's landing — the small business skills release is generating real buzz. → anthropics/claude-plugins-official

Microsoft's Claude Code Experiment: 100K Engineers, Then the Invoice

This is the most talked-about story in AI circles today. Microsoft gave Claude Code access to 100,000 engineers. Adoption was enthusiastic — the tool genuinely helped. Then the bills arrived, and Microsoft pulled the plug. Most licenses canceled by end of June, with engineers being moved to a cheaper internal tool.

The irony is thick: Microsoft invested $5 billion in Anthropic, then decided Claude Code costs more than the human productivity it offsets. This doesn't mean Claude Code is bad — it means enterprise AI ROI calculations are brutal, and "engineers love it" isn't sufficient justification when you're paying at scale.

What's the lesson? AI coding tools need to demonstrate measurable output velocity gains that justify subscription costs at enterprise scale. "Feels faster" doesn't survive finance review. The companies that crack this ROI story will win the enterprise AI race. → Discussion on r/ClaudeAI

DeepSeek's Dominance: The Price Floor Just Moved Again

For four consecutive weeks, Chinese LLMs have outpaced US models in global token usage on OpenRouter. The numbers: China at 9.22 trillion tokens/week vs US at 4.93 trillion — a nearly 2:1 ratio, with Chinese usage growing faster (19.89% vs 16.27% month-over-month).

DeepSeek-V4-Flash now sits at #1 globally on OpenRouter. It's priced at roughly 1/34th the cost of GPT-5.5. DeepSeek Reasonix — a native coding agent built on DeepSeek with high caching and low cost — is trending at the top of Hacker News today with 523 upvotes.

The trajectory is clear: the price floor for capable AI is dropping fast, and DeepSeek is driving it. This puts pressure on every US lab to either compete on price or differentiate aggressively on quality, safety, or ecosystem. Right now, OpenAI and Anthropic are betting on ecosystem. → DeepSeek Reasonix

Constraint Decay: LLM Agents Quietly Break Under Pressure

A new paper on arXiv — "Constraint Decay: The Fragility of LLM Agents in Back End Code Generation" — is making rounds on Hacker News (217 upvotes). The finding: LLM agents don't fail dramatically. They degrade. Instructions erode. Constraints that held at step 1 are forgotten or violated by step 10.

This is the unglamorous truth behind the agentic AI hype. Everyone is building agent frameworks, but the fundamental reliability problem hasn't been solved. The paper is worth reading if you're deploying agents in production — understanding how and why they decay is the first step to building defenses against it. → arXiv: Constraint Decay


📅 Coming Up This Week

DateEvent
May 26COLM 2026 review decisions expected — community discussion active on r/MachineLearning
Late MayDeepSeek likely to announce follow-on model updates — cadence has been relentless
June 3Qwen 3.6 ecosystem expansion expected as community benchmarks mature
This weekWatch for Anthropic pricing response to Microsoft cost-criticism narrative

🛠️ Try This Today

Install an Anthropic Knowledge-Work Plugin for Claude Code

If you use Claude Code and have a specific role or workflow, try installing one of Anthropic's new official plugins:

  1. Open your terminal and make sure Claude Code is installed and up to date
  2. Browse the plugin directory: claude plugin list or check anthropics/claude-plugins-official
  3. Install a role plugin that matches your work: claude plugin install <plugin-name>
  4. Restart Claude Code and try a slash command from the plugin (e.g., /analyze-pipeline for data roles)
  5. Connect an external tool integration if relevant (Slack, Notion, Jira)

Why it matters: Instead of writing the same system prompts over and over, you get domain expertise baked in. The plugins are open-source, so you can fork and customize them for your company's specific needs — internal terminology, proprietary workflows, custom tool integrations.


⚡️ Quick Links (2 min read)

GitHub Trending

Reddit Hot

  • [r/ClaudeAI] Skills for small businesses, officially released by Anthropic — The reception is warm; people are immediately asking about custom enterprise configurations → Discussion
  • [r/LocalLLaMA] 1000 TPS generation on Qwen3.6 27B with V100s — Remarkable throughput on older NVIDIA hardware; the local LLM performance ceiling keeps rising → Discussion
  • [r/LocalLLaMA] hipEngine: Fast Native Qwen 3.6 Inference for RDNA3 — AMD getting competitive for local inference; Strix Halo and 7900 XTX numbers look solid → Discussion
  • [r/MachineLearning] "AI solved one of math's greatest challenges, but it cannot add two numbers reliably?" — The classic capabilities paradox is sparking good debate → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: Anthropic is playing the enterprise long game with role-specific plugins while Microsoft's cancellation of Claude Code for 100K engineers gives everyone a harsh reminder that "useful" and "cost-justified" are two different things at scale.

My take: The Microsoft story is the most important signal this week. Not because Claude Code is bad — it's genuinely excellent — but because it reveals the ROI trap. When AI tools are priced for developers to individually adopt, the math works. When you multiply by 100,000 seats, finance wakes up. Every AI coding tool vendor needs to solve this equation. Meanwhile, DeepSeek just keeps doing what it does: shipping capable models at prices that make western labs uncomfortable. The gap between "free/cheap Chinese open-weights" and "expensive US proprietary" is the defining tension in AI right now.

What I'm watching: Whether Anthropic adjusts Claude Code's enterprise pricing model in response to the Microsoft narrative, and how fast the knowledge-work plugins get forked and customized by the community. The plugin ecosystem play is smart — it shifts value perception from "expensive API calls" to "specialized expertise you can't easily replicate."

Stay informed. Stay curious.

Share:
AIAnthropicClaudeDaily BriefingDeepSeek