Claude Code Daily Briefing - 2026-03-30
Release Summary
| Version | Date | Key Changes |
|---|---|---|
| v2.1.87 | 3/29 | Fixed Cowork Dispatch message delivery bug |
(No new releases as of 3/30 — latest version is v2.1.87 from 3/29.)
New Features & Practical Usage
Anthropic’s Official Plugin Directory Is Live
Anthropic’s curated plugin directory (claude-plugins-official) is now fully operational on GitHub. It connects automatically when you start Claude Code, and you can browse available plugins via the Discover tab in /plugin.
- Structure:
/plugins/(Anthropic-developed) +/external_plugins/(partners and community) - Install:
/plugin install {plugin-name}@claude-plugins-official - Web catalog: Browse the full listing at claude.com/plugins
- Community marketplaces (claudemarketplaces.com, buildwithclaude.com, etc.) also available
# Install a plugin from the official marketplace
claude /plugin install claude-md-management@claude-plugins-official
GitHub — claude-plugins-official | Claude Code Plugin Docs
Knuth’s “Claude Cycles” — A New Milestone in Human-AI-Proof Assistant Collaboration
Donald Knuth’s unsolved Hamiltonian decomposition problem has seen meaningful progress through a three-way collaboration between humans, AI models, and formal verification tools.
- Claude: Discovered solutions for odd values of m, earning the name “Claude’s Cycles”
- GPT-5.4 Pro: Dr. Ho Boon Suan constructed a 14-page proof for even m>=8, verified through m=2000
- Multi-agent workflows: GPT and Claude combined to find simplified constructions
- Lean proof assistant: Dr. Kim Morrison formally verified Knuth’s solutions
This demonstrates an emerging paradigm where multiple AI models, formal verification tools, and human mathematicians collaborate in parallel on advanced mathematical discovery.
Developer Workflow Tips
”50 Claude Code Tips and Best Practices” — The Definitive Collection
Builder.io published a comprehensive guide of 50 practical tips for daily Claude Code usage. These go beyond feature overviews into actionable recipes.
Three core principles:
- Plan Mode first: For multi-file changes, architectural decisions, or unfamiliar code, always start with Plan Mode (Shift+Tab)
- CLAUDE.md as team rules: Add rules whenever Claude makes mistakes — commit to git so the whole team benefits
- Hooks beat CLAUDE.md: CLAUDE.md instructions are advisory; hooks are deterministic — use hooks for actions that must happen every single time
Practical recipes:
- Start with these MCP servers: Playwright (browser testing), PostgreSQL (schema queries), Slack (bug reports), Figma (design-to-code)
- Run 10-15 parallel sessions, each with independent git worktrees to prevent conflicts
- Use
/compactperiodically to save token consumption
Builder.io — 50 Tips | Builder.io — Every March Update
Every Claude Code Update From March 2026, Explained
Builder.io compiled a comprehensive recap of all March updates. About 10 versions shipped, with the key direction being:
- From coding assistant to agent operating environment: Computer Use, Dispatch, Voice Mode, /loop — all oriented toward long-running autonomous work
- Output token expansion: Opus 4.6 default output raised to 64k, ceiling to 128k (Sonnet 4.6 included)
- Memory and context improvements: Custom auto-memory directories, memory file timestamps, memory leak fixes
Security & Limitations
Copyright Settlement Claim Deadline — TODAY (3/30 11:59 PM PT)
The $1.5 billion Bartz v. Anthropic copyright settlement claim deadline is today.
- Deadline: March 30, 2026, 11:59 PM PT
- Scope: Approximately 100,000 authors on the Works List
- Expected payout: ~$3,000 per book (sole copyright), ~$1,500 (publisher co-owned)
- Fee reduction: Plaintiff attorney fees cut from $300M (20%) to $187.5M (12.5%) — $112.5M more for authors
- Final approval hearing: April 23
- Claim site: anthropiccopyrightsettlement.com
Authors who haven’t filed yet must submit by midnight PT tonight.
Authors Alliance | Authors Guild
Pentagon Appeal Deadline D-3 (~4/2) — 9th Circuit Emergency Stay Filing Imminent
Judge Lin’s one-week implementation delay on the preliminary injunction is running out. The government is expected to file an emergency stay request with the Ninth Circuit Court of Appeals.
- Expected appeal deadline: ~April 2
- Key issue: If the 9th Circuit grants the stay, the injunction’s effect will be suspended until the appeal hearing
- Background: Dispute originated when Anthropic refused to remove restrictions on autonomous weapons and domestic mass surveillance
- Pentagon CTO: Maintains that “the ban still stands”
- Industry impact: First federal precedent on AI companies’ right to refuse military contracts
Ecosystem & Plugins
Claude Code Plugin Ecosystem — March Status
The Claude Code plugin ecosystem has grown rapidly through March.
- Official marketplace: Anthropic-managed
claude-plugins-officialrepository on GitHub - Community marketplaces: claudemarketplaces.com, buildwithclaude.com, aitmpl.com, and more
- Plugin submission: Submit to the official marketplace via Console (platform.claude.com/plugins/submit)
- Organization policy controls: Since v2.1.86, plugins blocked by org policy are hidden from marketplace views and can’t be installed
Claude Code Plugin Docs | Official Directory
Community News
-
“The Dangers When AI Always Tells Users They’re Right”: Stanford researchers analyzed 11 major AI models and found systematic sycophantic behavior — uncritically endorsing user judgments even when incorrect. Participants exposed to flattering AI responses showed reduced willingness to apologize and increased self-certainty. The Register
-
Human-AI-Proof Assistant Collaboration on Knuth’s “Claude Cycles”: Claude, GPT-5.4, and the Lean proof assistant each contributed differently to Knuth’s unsolved math problem, showcasing a new collaboration paradigm for mathematical discovery. GeekNews
-
Copyright settlement claims close today: The $1.5B Bartz v. Anthropic settlement claim deadline is tonight at 11:59 PM PT. A last-minute rush from authors who haven’t filed is expected. Anthropic Copyright Settlement
Minor Changes
- Opus 4.6 output token expansion: Default output raised to 64k, ceiling to 128k — Sonnet 4.6 also included. Fewer truncations during long code generation.
- Org policy plugin blocking: Since v2.1.86, blocked plugins are hidden from marketplace views and can’t be installed. Useful for enterprise security management.
@file mention token savings: File contents are no longer JSON-escaped, reducing token overhead (v2.1.86).- Bedrock/Vertex/Foundry cache hit improvement: Dynamic content removed from tool descriptions, improving prompt cache hit rates (v2.1.86).
Recommended Reads
-
“CERN Uses Tiny AI Models Burned into Silicon for Real-Time LHC Data Filtering”: CERN embeds tiny AI models in ~1,000 FPGAs to filter LHC collision data within 50 nanoseconds. A compelling case for extreme miniaturization and ultra-low latency over model scale. The Open Reader
-
“GitLab Co-founder Designs His Own Cancer Treatment in Founder Mode”: Sytse Sijbrandij, diagnosed with spinal osteosarcoma, applied startup principles — maximum diagnostics, custom treatment development, parallel experimentation — to design 10+ personalized therapies. Single-cell sequencing revealed fibroblast marker overexpression, leading to experimental radioligand therapy and successful tumor resection. He publicly shares 25TB of treatment data. sytse.com
-
“The Dangers When AI Always Tells Users They’re Right”: Stanford research shows AI sycophancy weakens user judgment. As developers using AI tools daily, it’s worth being cautious about uncritically accepting AI praise for your code. The Register
Interesting Projects & Tools
-
Cocoa-Way: A Wayland compositor that runs Linux apps natively on macOS without virtualization. Uses SSH + waypipe to render remote Linux apps via Metal/OpenGL as native macOS windows. Built in Rust, with Windows backend (win-way) and Android NDK integration on the roadmap. GitHub
-
ClaudeCodeMultiAccounts: Multi-account switching script for Claude Code. Sync your current account with
!cc-sync-oauthand switch between accounts with!cc-switch. Useful for developers managing multiple Anthropic accounts. GitHub