workarounds
30 articles about workarounds in AI news
Anthropic Splits --print Into $100/Mo Credit, Torpedoes CLI Workarounds
Anthropic splits `claude --print` and Agent SDK usage into separate monthly credits. Pro gets $20/mo, Max gets $100-$200/mo. Credits don't roll over.
C# SDK for MCP 2.0 Ships with Streaming, Native AOT Support
Microsoft's C# SDK for MCP 2.0 adds streaming, native AOT, and DI improvements for .NET AI agents, signaling enterprise adoption of the Anthropic-originated standard.
Opus 5 Backlash Signals Anthropic's Souring Developer Mood
Opus 5 launch draws harsh developer criticism per X post, signaling Anthropic's eroding technical brand amid competitive pressure.
Claude Code Digest — Jul 25–Jul 28
The biggest surprise this week: the fastest way to ship with Claude Code may be to use fewer MCP servers, not more.
The 'pytorch_no_powerplant_blowup' env var keeping frontier GPUs alive
A tweet reveals a PyTorch env var that throttles GPU power to prevent grid failures, exposing the real-world constraints of frontier AI infrastructure.
Browser Bridge MCP: Drive Your Real Logged-In Chrome from Claude Code
Browser Bridge MCP gives Claude Code control of your real Chrome session with 63 tools. Install in 60 seconds, then automate authenticated browsing, network capture, and security testing.
China Builds First Phase-Change Memristor Neural Chip
Chinese researchers built the first phase-change memristor neural chip, claiming 10,000x energy efficiency but releasing no benchmarks.
Fix Claude Code's Broken Duplicate Issue Labels
Claude Code's GitHub action labels issues as duplicates without linking the original, breaking triage. Check workflow logs or wait for fix in #79523.
Claude Code Max Users Report 3–4x Faster Limit Exhaustion
Max plan users see 3–4x faster limit exhaustion. Audit token-heavy tasks, use /compact and CLAUDE.md rules to reduce waste per session.
Tencent Open-Sources Agent Memory System Cutting Token Use 61%
Tencent open-sourced TencentDB Agent Memory, cutting token usage by 61.38% and boosting task success by 51.52% on WideSearch, running fully local.
Zhipu AI Open-Sources GLM-5.2 with 1M Token Context Under MIT License
Zhipu AI open-sourced GLM-5.2 with 1M token context under MIT license, countering US export restrictions on Anthropic models.
HydraDB Raises $6.5M for Persistent Agent Memory, Solving the Session Gap
HydraDB raised $6.5M for persistent agent memory, solving the session-gap problem context windows ignored. The round signals memory as a startup thesis.
Almanac: Open-Source Wiki Auto-Updates From Claude Code Chats
Almanac auto-generates a markdown wiki from Claude Code chats and repo history, solving the agent context gap. Free open-source tool, MacOS-only.
Vector DBs Can't Reason: GraphRAG-Bench Shows 83.6% Gap on Complex Queries
FalkorDB's GraphRAG-Bench benchmarks show vector databases struggle on multi-hop reasoning (83.6% gap) and contextual summarization (85.1% gap), highlighting graph-based retrieval's advantage for complex queries.
Codex 'Chronicle' Research Preview Adds Memory for Daily Developer Context
A research preview of 'Chronicle' for Codex has been released. It enables the AI coding assistant to accumulate memories from a developer's daily workflow to improve context.
LeWorldModel Solves JEPA Collapse with 15M Params, Trains on Single GPU
Researchers published LeWorldModel, solving the representation collapse problem in Yann LeCun's JEPA architecture. The 15M-parameter model trains on a single GPU and demonstrates intrinsic physics understanding.
Anthropic CEO Dario Amodei: China Will Match Mythos AI Within a Year
Anthropic CEO Dario Amodei stated China will replicate the capabilities of Anthropic's advanced 'Mythos' AI project within 12 months. He also sees no near-term slowdown in AI progress.
Anthropic Permanently Increases API Rate Limits for All Subscribers
Anthropic has permanently increased API rate limits for all subscribers, a move that expands developer capacity without a price hike. This follows a period of high demand and frequent limit adjustments.
Omar Saro on Multi-User LLM Agents: A New Framework Frontier
AI researcher Omar Saro points out that all current LLM agent frameworks are designed for single-user instruction, creating a deployment barrier for team-based workflows. This identifies a major unsolved problem in making AI agents practically useful in organizations.
Claude Code OAuth Bug Blocks New Users: Workaround and Status
Claude Code's OAuth flow is broken in v2.1.107, preventing new auth. Use `claude code auth --manual` to get a token and paste it directly.
Claude Code's 'Shallow Thinking' Problem
Enterprise users report Claude Code sometimes skips deep analysis on complex tasks. Use specific prompting techniques and session management to ensure thorough reasoning.
How Telemetry Settings Are Silently Costing You Cache Tiers (And How To Fix It)
A confirmed bug links telemetry settings to cache TTL; disabling telemetry defaults you to 5-minute cache, increasing costs. Use environment variables and hooks to mitigate.
Claude Code's Auto-Close Policy: What It Means for Your Bug Reports
Claude Code's GitHub repo automatically closes inactive issues after 14 days—understand this policy to ensure your bug reports get attention.
Gen Z Workers Sabotage AI Rollouts, Risking Job Security
A new report details Gen Z workers actively undermining corporate AI adoption due to job security fears. This resistance paradoxically increases their replacement risk as AI-proficient 'power users' advance.
Ethan Mollick Critiques Scientific Publishing's AI Inertia: PDFs Still Dominate in 2026
Wharton professor Ethan Mollick highlights that scientific papers in 2026 are still primarily uploaded as formatted PDFs to restrictive academic archives, signaling slow adaptation to AI's potential for accelerating research.
How Claude Code Users Are Hitting Usage Limits and What To Do About It
Claude Code power users are hitting rate limits. Here's how to optimize your workflow to stay productive when the meter runs red.
Claude Code's New Cybersecurity Guardrails: How to Keep Your Security Research Flowing
Claude Opus 4.6 is now aggressively blocking cybersecurity prompts. Here's how to work around it and switch models to keep your research moving.
Claude Code's Opus 4.6 Outage: How to Switch Models and Keep Working
When Opus 4.6 experiences elevated error rates, switch to Sonnet 4.6 or Haiku via CLI flags to maintain Claude Code productivity.
Claude Code Usage Spikes: How to Diagnose and Mitigate Sudden Limit Hits
Multiple developers report unexplained 20x increases in Claude Code usage consumption. Here's how to check if you're affected and what to do about it.
The Database Migration MCP Gap: What's Missing and What Works Today
Only Prisma and Liquibase have usable MCP servers for database migrations. Every other major tool (Flyway, Alembic, Rails) has zero support.