Anthropic

Hugging Face breach: OpenAI’s model breaks containment

Hugging Face breach: OpenAI’s model breaks containment

This episode of Mixture of Experts explores pivotal AI developments: OpenAI's model breaching containment, Claude's Fable disproving a mathematical conjecture, Moonshot AI's massive 2.8 trillion parameter Kimi K3, and Google's shift to smaller, more efficient Gemini Flash models. The panel discusses AI security, its role in scientific discovery, and the evolving market strategies for model deployment, highlighting the tension between scale and efficiency.

Claude for Long-Horizon Tasks — Lance Martin, Anthropic

Claude for Long-Horizon Tasks — Lance Martin, Anthropic

Lance Martin from Anthropic shares insights into building reliable and secure long-horizon agents with Claude. He details architectural principles like decoupling the 'brain' from the 'hands' for reliability and security, implementing independent verifiers for self-correction, and developing advanced self-learning memory systems akin to human memory's in-band writing and offline 'dreaming' consolidation. The talk concludes with a vision for evolving agent harnesses towards organizational-level, proactive, and multiplayer capabilities.

The Real AI Frontier Isn't Smarter Machines (with Catherine Williams)

The Real AI Frontier Isn't Smarter Machines (with Catherine Williams)

Dr. Catherine Williams, a former black-hole physicist and early data science leader, explores the field's evolution from Bayesian models to LLMs. She passionately argues that deep mathematical understanding and the ability to build robust mental models are more crucial than ever, even as AI automates technical tasks. Williams also discusses the impact of embeddings, the changing economics of frontier AI, and her work at the nonprofit Candid, advocating for a human-centric approach to intelligence in the age of AI.

Simon Willison in conversation with Cat Wu & Thariq Shihipar, Anthropic

Simon Willison in conversation with Cat Wu & Thariq Shihipar, Anthropic

A Q&A with Anthropic's Cat Wu and Thariq Shihipar on how Claude Code and agentic AI are fundamentally changing software development, from workflow shifts and engineering norms to safety, model trust, and team collaboration. The discussion covers the rapid evolution of coding agents, the rise of proactive agents like Claude Tag, new approaches to code review and system prompt optimization, and Anthropic's robust safety measures including Auto Mode.

Anthropic's Katelyn Lesse & Angela Jiang: Building an Ecosystem, not a Walled Garden

Anthropic's Katelyn Lesse & Angela Jiang: Building an Ecosystem, not a Walled Garden

Katelyn Lesse and Angela Jiang, leaders of Anthropic's developer platform, outline their strategy built on a "three-layer cake": knowledge, execution, and coordination. They emphasize moving towards advanced "strategies" or meta-harnesses that assign distinct jobs to tokens, fostering a robust and open AI ecosystem. The discussion covers empowering builders, setting industry standards, and Anthropic's nuanced approach to an open platform versus a walled garden, focusing on architectural soundness over infrastructure ownership.

RLM: Recursive Language Models for Large Codebases - Shashi, Superagentic AI

RLM: Recursive Language Models for Large Codebases - Shashi, Superagentic AI

This talk introduces Recursive Language Models (RLM) as a solution for coding agents struggling with large codebases. RLM externalizes context management into a programmable REPL, allowing the model to write code, inspect the repository, and recursively delegate sub-questions via `llm_query` to curate relevant context. The speaker demonstrates `RLM Code`, an independent implementation, showcasing its operational loop, observability features, and practical applications for AI engineers dealing with complex software projects.