Wednesday, 3 June
4 min read · 694 words

  • Signal — Anthropic appears to have reset CC weekly rate limits early; multiple users report limits clearing overnight after a weekend of tool-call loops burning quotas — 998 upvotes, 126 comments | r/ClaudeCode | https://old.reddit.com/r/ClaudeCode/comments/1ttzjoq/

1. Stanford CS336 Uses CLAUDE.md to Block AI from Solving Assignments

  • Stanford's deep learning course published a CLAUDE.md that restricts Claude Code, Copilot, Cursor, and ChatGPT to teaching-only mode — no code writing, no solutions, no completing TODOs. Agents must ask guiding questions and explain concepts instead of doing the work.
  • Source: Hacker News (482 points)
  • Why it matters: CLAUDE.md is evolving from a Claude Code project config into the universal interface for controlling AI agent behaviour across tools and contexts.
  • Verified

2. Anthropic Expands Project Glasswing to ~200 Security Partners

  • Anthropic is adding approximately 150 organisations to Project Glasswing, its program deploying Claude Mythos Preview to scan codebases for security vulnerabilities. Partners now span 15+ countries covering critical infrastructure including power, water, healthcare, and communications.
  • Source: Anthropic
  • Why it matters: Claude Mythos has already found 10,000+ high- or critical-severity security flaws across the initial 50 partner codebases.
  • Verified

3. Qwen3.6-27B vs Claude as Multi-Agent Reasoning Layer: 2-Week Test

  • A developer ran 47 multi-step coding workflows through a local Qwen3.6-27B on a single RTX 3090 as the reasoning engine in a multi-agent orchestrator. Plan generation hit ~95% schema validity and memory extraction matched Claude, but tool-call format errors hit 12% versus Claude's ~0.5%.
  • Source: r/LocalLLaMA (124 upvotes, 129 comments)
  • Why it matters: Local 27B models now work as review and extraction layers in multi-agent setups, but Claude's tool-call reliability makes it irreplaceable as the primary reasoning engine.
  • Emerging

  • Headroom — Compresses tool outputs, logs, files, and RAG chunks before they reach the LLM. Claims 60-95% fewer tokens with same answers. Runs as a Python/TypeScript library, local proxy, MCP server, or one-command wrapper for Claude Code, Cursor, Codex. 100% local, reversible compression. 5,797★ | pip install headroom-ai | https://github.com/chopratejas/headroom

List every MCP server currently connected to this project. For each one: count the tools it exposes, write a one-line description of what each tool actually does, and flag any pairs of tools whose descriptions overlap enough to confuse tool selection. Then recommend which servers or tools to disable to keep the total under 30 active tools.

Audit your MCP setup before tool-description overlap causes wrong tool selection in production; run in Claude Code inside any project with MCP servers configured. Source: r/ClaudeAI production MCP discussion https://old.reddit.com/r/ClaudeAI/comments/1tuqqpn/