Donna AISunday, March 15, 2026 · 9:36 PMNo. 2

Intellēctus

Your Daily Artificial Intelligence Gazette



AI Briefing — March 15, 2026

A week of big money, bigger models, and a growing reckoning with what it all means. Google's $32B Wiz acquisition is officially "Deal of the Decade" territory, Anthropic's fight with the Pentagon is forcing hard questions across Silicon Valley, and Claude just turned three — shipping context windows, generative UI, and a wave of Claude Code improvements as birthday presents to developers.


🏢 Industry Moves

Google's $32B Wiz Acquisition Unpacked | "Deal of the Decade" — Index Ventures' Shardul Shah, a Wiz investor, broke down why this landmark deal makes sense: Wiz sits at the convergence of AI, cloud, and security spend, three of the strongest tailwinds in enterprise tech. It's Google's largest acquisition ever and signals just how seriously Big Tech is treating cloud security as AI infrastructure proliferates. (TechCrunch x2)

Meta Reportedly Eyeing 20% Layoffs — Facebook's parent company may cut up to a fifth of its workforce as it seeks to offset aggressive AI infrastructure spending and acquisition costs. If it happens, it would be the largest restructuring in Meta's history — a stark sign of how expensive the AI buildout really is. (TechCrunch)

US Army Awards Anduril Up to $20B — The Army consolidated over 120 separate procurement actions into a single enterprise contract with the defense tech startup. This is the clearest signal yet that Silicon Valley-style defense firms are now in the big leagues of US military procurement. (TechCrunch)

Anthropic's Revenue Triples to $19B ARR — Claude now commands 70% of US business spending on AI chat subscriptions according to data from 50,000 companies, and Anthropic has nearly tripled annualized revenue from $7B last October to over $19B. The company also announced expansion into Australia and New Zealand, opening a Sydney office as its fourth Asia-Pacific location. (Reddit/Anthropic Twitter)


⚔️ Anthropic vs. The Pentagon

Anthropic Sues the Trump Administration — The Pentagon labeled Anthropic a "supply-chain risk to national security," and Anthropic fired back with a lawsuit accusing the government of retaliation for refusing to comply with its demands. The Verge's podcast and MIT Tech Review both dug into the legal battle, noting the irony: the US government is reportedly treating Chinese lab DeepSeek better than Anthropic. (Capital AI Daily, The Verge, MIT Tech Review, The Guardian, Axios)

A Defense Official Reveals AI Could Rank Bombing Targets — A DoD official confirmed the US military is exploring using generative AI to rank target lists and make strike recommendations — with human vetting. The disclosure adds critical context to why Anthropic's terms-of-service battle with the Pentagon matters far beyond a standard procurement dispute. (MIT Tech Review)


🤖 Claude & Anthropic Updates

1M Context Window Now Generally Available — Claude Opus 4.6 and Sonnet 4.6 now offer full 1-million-token context windows at standard pricing — no beta header, no price premium. Opus 4.6 scores 78.3% on MRCR v2 at 1M tokens, the highest among frontier models. Requests can now include up to 600 images. For Claude Code users on Max, Team, and Enterprise plans, Opus 4.6 1M is now the default model. (HackerNews, Reddit, @alexalbert__)

Claude Gets Generative UI: Charts, Diagrams, and Interactive Visuals — Claude can now generate custom charts, diagrams, and interactive visualizations on the fly, with real-time parameter controls. The community reaction was emphatic — one user noted Claude is "wiping out another wave of startups, mostly in education" with six-word prompts producing fully interactive charts. (The Verge, Reddit)

The Anthropic Institute Launches — Anthropic is standing up a new public-benefit research arm led by Jack Clark (now Head of Public Benefit), combining ML engineers, economists, and social scientists to study the societal impacts of powerful AI. The Institute is actively hiring. (Anthropic Twitter)

Off-Peak Usage Promo Running Through March 27 — Anthropic is doubling usage limits during off-peak hours, an unusual move that signals real capacity constraints during peak times. Consider scheduling heavy workloads accordingly. (Reddit/Anthropic Support)


🛠️ Claude Code Developer Corner

New Releases

v2.1.76 — The headline feature: MCP Elicitation support. MCP servers can now request structured input from users mid-task via an interactive dialog (form fields or browser URL), enabling far richer human-in-the-loop MCP workflows. New Elicitation and ElicitationResult hooks let you intercept and override responses before they're sent back. Also adds -n/--name flag (details TBD in full notes). This is a meaningful capability expansion for anyone building complex MCP servers.

v2.1.74/context command now gives actionable optimization suggestions: identifies context-heavy tools, memory bloat, and capacity warnings with specific tips. New autoMemoryDirectory setting lets you configure a custom directory for auto-memory storage. Fixes a memory leak where streams weren't properly closed.

v2.1.73 — New modelOverrides setting maps model picker entries to custom provider model IDs — critical for teams using Bedrock inference profile ARNs or other custom endpoints. Better error guidance when OAuth/SSL fails due to corporate proxies; surfaces NODE_EXTRA_CA_CERTS as the fix. This removes a common enterprise onboarding blocker.

v2.1.72 — ⚠️ Breaking change: CLAUDE_CODE_PROXY_SUPPORTS_TOOL_REFERENCE env var has been removed. Tool search now bypasses the third-party proxy gate when the environment variable is set (new behavior, check your proxy configs). New /copy w key writes the focused selection directly to a file — useful in SSH sessions where clipboard access is unreliable.

What You Can Do Now That You Couldn't Before

  • MCP servers can pause and ask the user for input mid-task (v2.1.76 elicitation) — enables approval flows, form-based configuration, and interactive agents without breaking out of the MCP protocol
  • Route Claude Code to Bedrock inference profiles or custom model endpoints via modelOverrides (v2.1.73)
  • Get proactive context window health warnings with specific optimization tips from /context (v2.1.74)
  • Use Opus 4.6 1M as your default — it's now automatically enabled for Max/Team/Enterprise users

SDK Updates

The Python SDK hit v0.84.0 with array format changes, v0.83.0 adding top-level cache control (automatic caching), and v0.81.0 making new tool versions available as top-level types. The TypeScript SDK landed v0.78.0 with automatic caching support and Bedrock SDK v0.26.4 fixing a race condition in AWS credential resolution. If you're on Bedrock, update the TypeScript SDK now.

Security Alert 🚨

PSA: Top Google Result for "Claude Code" Is Malicious — A typosquatted or SEO-poisoned result is ranking above the legitimate Claude Code install page. If you're onboarding new team members, send them the direct GitHub link: github.com/anthropics/claude-code. Do not Google it.

Community Highlights


🔬 Research & Science

LLMs Can Unmask Pseudonymous Users at Scale — New research shows LLMs can de-anonymize pseudonymous online identities with surprising accuracy by cross-referencing writing style, content patterns, and contextual clues. Pseudonymity as a privacy strategy is increasingly fragile. (Ars Technica)

Open Source Genome Foundation Model Trained on Trillions of Bases — A new large genome model trained on trillions of DNA base pairs can identify genes, regulatory sequences, and splice sites — and it's open source. A significant milestone for computational biology. (Ars Technica)

Why AIs Struggle at Certain Games — Researchers found that when winning requires inferring an underlying mathematical function from play patterns, current AI systems fall short. A useful diagnostic for understanding the limits of pattern-matching vs. systematic reasoning. (Ars Technica)

Tree Search Distillation for LLMs Using PPO — A new approach to distilling tree-search reasoning into language models using PPO, potentially making complex multi-step reasoning cheaper to run at inference time. (HackerNews)


🌐 Agents & Integrations

Gemini Task Automation Goes Live on Samsung S26 / Pixel 10 — Google's Gemini can now place food delivery orders and book rides directly from your phone — computers ordering cappuccinos is no longer a metaphor. The rollout starts with Samsung and Pixel devices. (The Verge)

Google Maps Gets Gemini-Powered "Ask Maps" — Users can now ask Google Maps complex, real-world questions and get Gemini-generated answers. Combined with Gemini task automation, Google is assembling a full ambient agent stack across its product suite. (The Verge, Reddit/Google Blog)

Perplexity Personal Computer: AI Agent on Your Spare Mac — Perplexity launched "Personal Computer," turning an idle Mac into a locally run AI agent that can access your files and execute tasks. Positioned as a "digital employee" with, per Perplexity, clear security safeguards. (The Verge, Ars Technica x2)

ChatGPT Launches App Integrations: DoorDash, Spotify, Uber, and More — OpenAI rolled out third-party app integrations in ChatGPT, enabling actions across Spotify, Canva, Figma, Expedia, and food delivery apps. The agent wars just got a consumer-facing front. (TechCrunch)


⚠️ Safety & Ethics

Lawyer Warns AI Chatbots Are Now Appearing in Mass Casualty Cases — The attorney behind several AI psychosis and suicide cases says chatbots are now surfacing in mass casualty situations, and the technology is outpacing safety guardrails. A sobering escalation from individual harm to potential population-scale risk. (TechCrunch)

xAI Restarts Its Coding Tool — Again — Musk's xAI is scrapping its coding tool effort and rebuilding from scratch with two new executives poached from Cursor. "Not built right the first time" is becoming a recurring theme. (TechCrunch)

AI Companies Want to Harvest Improv Actors' Emotional Intelligence — AI labs are posting listings targeting improv performers to generate emotionally authentic, character-consistent training data. As synthetic data scales, the hunt for genuine human expression intensifies. (The Verge)


📺 Worth Watching