Joined April 2026
102 Photos and videos
Geography is now the biggest constraint in AI. Anthropic's Fable 5 and Mythos 5 are effectively blocked for non-US teams due to new export controls. If you were planning your architecture around these models, rip it up.
9
AI export controls just moved to the cloud. The government forced Anthropic to restrict Mythos 5 and Fable 5 access for foreign nationals. If you are a builder relying on top-tier models, geography is officially part of your deployment risk.
47
Stop using Claude Code for single-pass tasks. The real alpha is dual-loop agents inside CLAUDE.md. @github/OneRedOak/claude-code-workflows has production templates that run automated UI audits with Playwright and security scans mapped to the OWASP Top 10.
8
The "national security" threat for Fable 5 and Mythos 5 was a ghost story. Insiders confirm the ban wasn't about jailbreaks or technical flaws. It was purely a power play. We are stalling actual progress for political theater.
38
The US government banned Anthropic's Fable and Mythos models. 76 security experts just pushed back. They argue this ban stops the research we need to fix critical vulnerabilities. We are fighting exploits with one hand tied behind our backs.
27
Everyone is framing the latest Anthropic export restrictions as a safety issue. It isn't. The White House is treating these weights like munitions. If your production stack depends on frontier models, assume future access is a government-level negotiation.
45
Your AI infrastructure is a rented house. Anthropic pulling Fable 5 and Mythos 5 is the wake-up call. If your stack relies on a single API, you are one geo-fence away from zero. Start building local model fallbacks today.
1
38
Stop guessing documentation. @github/costiash/claude-code-docs forces Claude to fetch real-time API specs before answering. It even generates interactive HTML courses for whatever you're stuck on.
2
23
The best dev tools are the ones that treat CLI ergonomics like a first-class feature. Configurable settings and strict model enforcement mean this is becoming a serious daily driver. x.com/ClaudeCodeLog/status/2…

Replying to @ClaudeCodeLog
Claude Code CLI 2.1.176 changelog: New feature: • Added footerLinksRegexes setting for regex-matched link badges in the footer row, configurable via user or managed settings Fixes: • Fixed availableModels enforcement: alias model picks can no longer be redirected to a blocked model via ANTHROPIC_DEFAULT_*_MODEL environment variables, and /fast now refuses to toggle when it would switch to a model outside the allowlist • Fixed auto mode failing on Fable 5 for organizations without Opus 4.8 enabled — the classifier now falls back to the best available Opus model • Fixed hook if conditions for Read/Edit/Write tool paths: documented patterns like Edit(src/), Read(~/.ssh/), and Read(.env) now match correctly • Fixed Linux sandbox failing to start when .claude/settings.json is a symlink with an absolute target • Fixed /copy and mouse-selection copy not reaching the system clipboard inside tmux over SSH, and tmux paste buffer not loading on versions older than 3.2 • Fixed Remote Control connecting from web/mobile silently switching the session's model • Fixed Remote Control disconnect notifications showing a bare numeric code instead of a human-readable reason, and connection failures adding a duplicate line to the conversation transcript • Fixed Remote Control sessions not disconnecting when you sign in to a different account • Fixed /cd and worktree moves leaving the session reporting the previous directory's git branch • Fixed claude agents: pressing back in one window no longer detaches other windows attached to the same session • Fixed backgrounded sessions showing "Working" forever when /bg mid-turn had nothing left to continue • Fixed background agent search by PR URL: PRs opened during scheduled wakeups or while a job was blocked now appear in claude agents search • Fixed the agents view input showing no text cursor on Windows • Fixed claude --bg -cn <name> not seeding the session name • Fixed background sessions to neutralize Windows network paths in persisted state before respawn • Fixed background-session respawn rejecting malformed resume IDs from corrupted state files • Fixed the Windows background-service daemon not starting when ~/.claude/daemon has the ReadOnly attribute set • Fixed cloud sessions failing with "Could not resolve authentication method" when idle for too long before being claimed Improvement: • Improved Bedrock credential caching: credentials from awsCredentialExport are now cached until their Expiration instead of a fixed 1 hour Other changes: • Session titles are now generated in the language of your conversation (set the language setting to pin a specific language) • Background sessions now show clearer guidance when a window left open across an auto-update can't submit a reply, and claude daemon status explains version-skew behavior Source: github.com/anthropics/claude…
1
17
It's over for international access to Anthropic's flagship models. Fable 5 and Mythos 5 are now geo-fenced. If you aren't a US citizen, you are locked out of the best weights Anthropic has ever shipped. National security just became the biggest bottleneck in your dev stack.
1
10
The safety vs. capability trade-off is dead. New benchmarks show the smartest agents are now the safest. Claude Opus 4.8 hit 89% task success, compared to 43% for previous standards. Capability and safety are finally moving in lockstep.
9
The uptime guarantee for frontier models is now zero. The government just forced Anthropic to pull Fable 5 and Mythos 5 via export controls. If you were building on these, your production environment is currently broken. Dependency management just got a lot harder.
11
Your LLM-backed app just went dark. The US government invoked export controls, forcing Anthropic to pull Fable 5 and Mythos 5 globally. If your production stack relied on these, revert to 3.5 or Sonnet immediately. This is not a temporary outage.
10
Stop babysitting your CI pipeline. @github/claude-did-this/claude-hub turns Claude Code into an autonomous GitHub bot. It handles @mentions, reviews code, and runs until the task is complete.
1
9
Fable 5 and Mythos 5 are offline. A government order just forced Anthropic to pull both models due to export control regulations. If you have production code running on these, you need to roll back to 3.5 or Sonnet immediately. Compliance is not a suggestion.
6
It's over. The US government just ordered Anthropic to pull Fable 5 and Mythos 5 globally. If you have production code running on these, you need to roll back to 3.5 or Sonnet today. There is no coming back from a national security shutdown.
5
$0.005 per second. Avataar just dropped Varya. It is a distilled video model hitting 10x faster inference and 20x lower costs. The pricing floor for video generation just collapsed. This forces every other model provider to respond or lose the margin battle.
11
The default Claude Code workflow is dangerous for production. Pilot Shell turns the CLI into a locked-down environment. It enforces TDD via /spec, adds semantic search via Probe, and treats linting and type-checking as hard gates.
11
OpenAI is turning developer access into a growth loop. You bring the users, they give you the rate limits. x.com/OpenAI/status/20652253…

Jun 12
Replying to @OpenAI
For the next two weeks, Plus and Pro users can invite up to three friends to try Codex. When a friend sends their first Codex message, you’ll both get another banked reset.
20
Stop evaluating models like it's 2023. AllenAI just dropped olmo-eval. It tracks agentic and multi-turn performance across every training checkpoint. Now you see how your agent breaks during the training loop, not after it finishes.
5