AI Briefings·8 min read

AI Morning Briefing — March 2nd, 2026

Lyubo
Lyubo·
AI Morning Briefing — March 2nd, 2026

Pentagon used Claude in Iran strikes hours after Trump banned it; Qwen 3.5 drops with 170k context on consumer GPUs; Anthropic launches free AI academy

AI Morning Briefing — March 2nd, 2026

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


🚀 Headlines (30 sec read)

  • Pentagon Used Claude Hours After Trump Banned It — US military deployed Anthropic's AI in Iran strikes, triggering a wave of outrage and a surge to #1 on the App Store
  • Qwen 3.5 Drops Today — Alibaba releases small dense Qwen 3.5 model; LocalLLaMA is buzzing with benchmarks showing 170k context at 100+ tokens/sec on consumer hardware
  • Anthropic Launches Free AI Academy — 13 certified courses on MCP, APIs, and Claude Code — now available to everyone at no cost
  • Open Source LLMs Just 5 Points Behind Proprietary — Benchmark of 94 LLM endpoints shows the quality gap is nearly gone

🧠 Deep Dives (4 min read)

The Pentagon Used Claude Hours After Trump Banned It

This is the story everyone is talking about this morning. According to the Wall Street Journal, US military forces used Anthropic's Claude AI during strikes on Iran — just hours after President Trump officially banned its use. The irony is thick: the same administration that restricted Claude's access for government use apparently couldn't resist deploying it in a real operation.

The fallout was immediate and unexpected. Claude surged past ChatGPT on the Apple App Store charts, with users apparently switching over en masse — less because of the military angle and more because OpenAI's own deployment through Pentagon classified networks became public knowledge. The contrast has been stark on social media: Anthropic's model was used in the field while OpenAI was supposedly the approved vendor.

Anthropic itself has not commented publicly. Claude's constitution explicitly discourages use in lethal autonomous weapons, making this a genuinely uncomfortable situation for the company. → Discussion on r/ClaudeAI

Qwen 3.5 Arrives — and the Local Community Is Impressed

Alibaba has released Qwen 3.5, including a small dense model that's generating real excitement in r/LocalLLaMA. The numbers being reported by community members are striking: Qwen3.5 27B dense running at 170k context, 100+ tokens/sec decode, and ~1,500 tokens/sec prefill on a 2x3090 setup — with 585 tokens/sec throughput for 8 simultaneous requests. That's genuinely fast for local inference.

There's one catch: Qwen 3.5 requires bf16 KV cache, not the fp16 default in llama.cpp. If you're running it locally, add -ctk bf16 -ctv bf16 to your command, or you'll silently get worse perplexity. Community members measured PPL degradation to prove it.

The 35B A3B (MoE) variant is also getting early praise as the "first small model to not disappoint." Thirteen months after the original DeepSeek moment, the local AI stack has come an extraordinary distance. → Breaking: Qwen 3.5 small on r/LocalLLaMA

Anthropic's Free AI Academy + New Memory Feature

Two quiet but significant moves from Anthropic today. First, they've opened a free AI academy with 13 certified courses covering the Model Context Protocol, Claude APIs, and Claude Code. This is a notable shift toward developer education — lowering the barrier to entry for people who want to build on Claude.

Second, Anthropic has added a memory feature that lets users transfer their context and preferences from other AI tools directly into Claude. The implication is clear: they want to make it easier to migrate away from ChatGPT and other competitors, capturing the wave of users already switching.

Both moves land on a day when Claude is already trending on the App Store. The timing feels intentional. → Anthropic opens educational platformNew memory feature discussion

Open Source Closes the Gap: 94-Endpoint Benchmark

A community benchmark of 94 LLM endpoints for January 2026 found that open-source models are now within 5 quality points of proprietary ones. That's not a trivial finding — it suggests the "proprietary vs. open" debate is functionally over for most use cases. When the quality gap is that small, cost and control become the deciding factors, and open source wins on both.

Expect this trend to accelerate as Qwen 3.5, Llama 4, and other releases land throughout Q1 2026. → Benchmark discussion on r/MachineLearning


📅 Coming Up This Week

DateEvent
Mar 6Anthropic AI Academy officially opens enrollment
Mar 11OpenAI retiring GPT-5.1 from the API
This weekGPT-5.4 release expected — leaked in OpenAI Codex PRs with 2M token context
Mar 17–21NVIDIA GTC 2026 — Jensen Huang keynote and new GPU announcements
This weekMore Qwen 3.5 variants (MoE and instruct) expected from Alibaba

🛠️ Try This Today

Run Qwen 3.5 27B Locally with Optimal Settings

If you have a decent GPU setup (2x16GB VRAM is the sweet spot), try Qwen3.5 27B with the correct bf16 KV cache setting:

  1. Pull the model: grab Qwen3.5-27B-UD-Q5_K_XL.gguf from Hugging Face (Bartowski's quants are now available)
  2. Run with correct cache: llama-cli -m Qwen3.5-27B... -ctk bf16 -ctv bf16 -c 170000
  3. Test with a long-context task: feed it a full codebase or long document and ask for analysis
  4. Compare to your previous setup — the context length and decode speed should feel noticeably different

Why it matters: Qwen 3.5 with proper settings gives you 170k context and ~100 tokens/sec locally. Six months ago that required a server. Today it runs on a gaming PC.


⚡️ Quick Links (2 min read)

GitHub Trending

  • moeru-ai/airi — Self-hosted AI companion with voice chat and gaming capabilities
  • ruvnet/wifi-densepose — WiFi signals converted to real-time human pose detection (no camera needed)
  • ruvnet/ruflo — Multi-agent orchestration platform for Claude with swarm intelligence
  • microsoft/markitdown — Python tool for converting office documents and files to Markdown
  • bytedance/deer-flow — ByteDance's SuperAgent framework for research, coding, and creation
  • alibaba/OpenSandbox — General-purpose sandbox for AI applications with multi-language support

Reddit Hot

  • [r/ClaudeAI] Claude's extended thinking found out about Iran in real time — Thread where users share screenshots of Claude reacting to the Iran news mid-conversation → Discussion
  • [r/LocalLLaMA] 13 months since the DeepSeek moment — how far have we gone running models locally? — Community retrospective on local AI progress since the disruption → Discussion
  • [r/MachineLearning] Tiny transformers (<100 params) can add 10-digit numbers to 100% accuracy — Surprising research finding about minimal transformer capabilities → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: Claude had the most dramatic 24 hours of any AI product in recent memory — deployed in an actual military operation, banned by the president, and then shot to #1 on the App Store while the news was still breaking.

My take: The Pentagon story is the one that matters most — not because of the geopolitics, but because it reveals something about how AI is actually being used in practice versus how it's being governed. The gap between official policy and real deployment is massive, and it's going to get wider before it gets narrower. Meanwhile, Anthropic is quietly building a community moat with the free academy and memory features, which is smart positioning right when they're getting a wave of new users.

On the local AI side, Qwen 3.5 is genuinely impressive. The 27B dense model running at 170k context on consumer hardware would have been a headline 12 months ago. Now it's a Reddit post. The pace hasn't slowed.

What I'm watching: Whether Anthropic makes a public statement about the Iran/Pentagon use case, and how OpenAI responds to losing App Store rank to a direct competitor on a news cycle they didn't control.

Stay informed. Stay curious.

Share:
AIAnthropicClaudeQwenDaily Briefing