Skip to main content
AI Socratic
← News
Anthropic

Company / organization

Anthropic

Website / profile ↗

By and about Anthropic

news

Clippy, a tiny teammate for Claude Code and Codex

Clippy, a free macOS app, surfaces approval requests and questions from Claude Code and Codex agents via a small animated buddy on each window, using localhost hooks that fail safely to the terminal prompt if the app is closed or unresponsive.

news

Top developers are pivoting from chatbots to physical AI

Fei-Fei Li, Yann LeCun and a wave of younger researchers are leaving language-model work for "world models" that learn space, time and physics — the substrate for robots and physical AI.

news

OpenAI cuts GPT-5.6 Sol API pricing by 20%

OpenAI cut GPT-5.6 Sol's API price by 20%, shipped as a quiet documentation edit surfaced August 22, with the pricing docs stating the lower rate holds until at least November 21.

news

Inherent launches Faraday, an AI research 'teammate'

British lab Inherent, founded by DeepMind alumni, released Faraday — an AI agent it says beat Anthropic's and OpenAI's models at replicating scientific papers, a claim resting so far on the company's own reporting.

news

SemiAnalysis estimates different token-value ceilings for $200 AI plans

SemiAnalysis estimated that Anthropic’s $200/month Claude plan could provide up to $8,000 in monthly token value, versus $14,000 for OpenAI’s plan under exhausted weekly limits.

news

Godfrey-Smith: rhythm, not computation, makes a mind

Philosopher Peter Godfrey-Smith argues large-scale rhythmic electrical activity — not point-to-point neural firing — is essential to consciousness, and gives computers a very low probability of being conscious.

news

Agents that post-train AI revise their strategy 2% of the time

A Tsinghua, Renmin and UESTC study of 1,338 AI agent transcripts post-training language models found agents changed strategy in just 2.1% of 3,557 consecutive run pairs, even as execution gains lifted benchmark scores from 10.41% to 23.0%.

news

Claude Users Object to Anthropic's New Watermarks

Anthropic's new watermarking system for Claude output is drawing complaints from users who say it will expose their use to employers and instructors, which is precisely what the provenance marking was designed to do.

news

Anthropic on Claude's mathematical capabilities

Anthropic published a research note on August 10 exploring Claude's mathematical capabilities using the Riemann zeta function, drawing 169 points and 117 comments on Hacker News within ten hours amid debate over the model's actual contribution versus…

news

Coding agents are learning to talk to each other

Anthropic's cross-session messaging for Claude Code, Agent-Manager's tmux orchestration, and Matt Pocock's agent-spawning patterns show developers building multi-agent coordination directly into coding tools rather than bolting it on from outside.

news

Claude Code makes auto mode the default

Anthropic's Claude Code switches auto mode to the default permission setting starting August 14, expanding autonomous coding actions for all new sessions.

news

Meta launches Muse Code, its first coding agent

Meta launched Muse Code on August 5, its first coding agent, designed to handle large and complex code bases against OpenAI and Anthropic's offerings.

news

Vibe coding on X: Agents swarm and Memory

Matt Pocock's /claude-handoff pattern for spawning full agents, teamlore's serverless shared memory for AI teams, a seven-layer agent stack, an Anthropic engineer's Claude Code workflow, and cost-cutting tactics for Codex.

news

Citadel buys Situational Awareness's assets

Citadel acquired the bulk of Situational Awareness's roughly $16 billion public equity book after the AI-focused fund suffered a 67% July drawdown and faced margin calls, with retail accounts alleging Citadel Securities stoked rate-hike fears ahead of…

news

Google's AI talent exodus: Hassabis steps back, Jeff Dean launches Discovery Loop, a Gemini lead joins Coreau

Demis Hassabis steps down as Google DeepMind CEO to become chair as Jeff Dean, Sanjay Ghemawat, Oriol Vinyals and Quoc Le depart to launch Discovery Loop, an AI startup aimed at automating machine-learning research, and a Gemini pre-training lead…

news

Claude finds mathematical flaws in HAWK and reduced AES

Claude Mythos found mathematical weaknesses in the HAWK signature scheme and a reduced-strength AES variant, though Anthropic says neither has practical impact; the real story is the published prompts showing how researchers coaxed the model past its…

news

OpenAI and Anthropic Line Up Against Open Weights

OpenAI and Anthropic are jointly urging the Trump administration to treat open-weight models as a security threat, particularly those from China, though critics see the push as protecting their API revenue.

news

Claude Opus 5: near-Fable intelligence at half the price

Anthropic released Claude Opus 5 on July 24, claiming near-Fable 5 capabilities at half the price and now ranking #1 on the Artificial Analysis Intelligence Leaderboard, though reviewers see the win as token efficiency and lower restrictions rather than…

news

Tokenmaxxing, 2025-2026, RIP

Meta killed its tokenmaxxing leaderboard as Uber capped AI spending at $1,500/month and GitHub Copilot users saw costs jump 10-50x after switching to per-token billing in June.

news

Bun rewrite in Rust

Bun completed a 535,000-line rewrite from Zig to Rust in 11 days using 64 parallel Claude loops, eliminating memory safety bugs that caused crashes when Zig's manual memory management clashed with JavaScriptCore's garbage collector.

blog

DeFAI Agents Primitives — Part 1

DeFAI = DeFi + AI, but agents shouldn’t replace deterministic infra. Web3 is a state machine: keep intelligence above the application layer. The right path is agentic workflows (DAGs) for reproducible, debuggable DeFi transaction plans—until wallet UX catches up.