Code with Claude Opening Keynote
Anthropic’s first developer conference – “Code with Claude”
๐ Code with Claude Conference Highlights – May 22, 2025 – Video start time 27:28
TL;DR: Anthropic launched Claude 4 Opus and Sonnet 4 at their first-ever developer conference in San Francisco, claiming the world’s best coding model crown with some seriously impressive benchmarks!
๐ฏ The Big News
Claude 4 Models Launched:
- Claude 4 Opus: Scored 72.5% on SWE-bench (the industry’s toughest coding benchmark), edging out OpenAI’s and Google’s best models
- Claude 4 Sonnet: Actually achieved 72.7% on SWE-bench, and with parallel test-time compute gets 80.2% accuracy
- Both can work continuously for up to 7 hours without losing focus ๐คฏ
๐ก Game-Changing Features
Hybrid Reasoning Models:
- Two modes: near-instant responses OR extended thinking for complex multi-step problems
- Can use tools like web search during extended thinking, alternating between reasoning and tool use
- Improved memory capabilities – can extract and save key facts to maintain continuity
๐ ๏ธ Developer Tools
Claude Code Gets Major Upgrades:
- New Claude Code SDK with GitHub integration
- VS Code integration (looks like a nice UI improvement from terminal-only)
- Demo showed Claude Code working on a real GitHub issue for 90 minutes!
๐ The Numbers
Pricing:
- Opus 4: $15/$75 per million tokens (input/output)
- Sonnet 4: $3/$15 per million tokens
Availability:
- Sonnet 4: Available to both free and paying users
- Opus 4: Paying users only
- Conference attendees get 3 months free access to Max plan
๐ฅ Industry Reactions
- GitHub is making Claude Sonnet 4 the foundation for its new Copilot agent
- Cursor calls Opus 4 “state-of-the-art for coding and a leap forward in complex codebase understanding”
- Replit saw 10x revenue increase after integrating Claude 3.7, says Opus 4 is even more precise
โ ๏ธ Safety First
Claude 4 Opus is so powerful it triggered Anthropic’s highest safety protocols (ASL-3) – the first model to reach this level. They had to implement additional safety mitigations before release.
๐ Bottom Line
This feels like a legitimate breakthrough moment for AI coding assistants. When Dario Amodei says “I’m not one to hype things up” and then drops these numbers, you know something big just happened. The 7-hour sustained focus capability alone could be a game-changer for complex development projects.
Perfect timing for developers looking to supercharge their workflows! ๐
Code w/ Claude video links
- Mike Krieger [27:28]: As Anthropic’s CPO, Mike opened the conference, sharing his excitement for the new Claude models and their potential to empower developers. He also talked about the conference agenda.
- Daario Amadei [29:04]: Anthropic’s CEO, Daario, made the big announcement of Claude 4 Opus and Sonnet’s release. He highlighted Opus’s coding and agentic task capabilities and Sonnet’s improvements over version 3.7.
- AI Agents [35:57]: The event emphasized the power of AI agents to augment human creativity, remove bottlenecks in productivity, and enable startups to run experiments in parallel.
- Code Execution Tool [40:56]: A new tool allowing Claude to run code, analyze data, and generate visual insights.
- Cloud Code [42:41]: Generally available, Cloud Code is an agentic coding tool integrated into VS Code and JetBrains, with an SDK for building custom applications.
- Model Context Protocol (MCP) [48:14]: A universal translator and connector for AI agents, enabling seamless connection to existing systems.
- Files API [49:19]: Available in the API, this streamlines how developers access and store documents, simplifying development workflows.
- Prompt Caching [50:07]: An API feature that reduces costs and latency for long prompts, with an extended 1-hour TTL option.
- Cat Woo [53:56]: As Product Manager for Cloud Code, Cat demoed the new Claude 4 models, focusing on their versatility and integration with VS Code and JetBrains.
- Michael Gersonenhopper [1:04:15]: Anthropic’s Head of API Platform, Michael, discussed the Anthropic platform, its capabilities, and how it enables developers to build state-of-the-art AI applications.
- Mario Rodriguez [1:10:29]: From GitHub, Mario announced GitHub Copilot’s support for Claude Sonnet 4 and Opus 4, emphasizing the partnership’s goal of augmenting developer capabilities.
Recent Videos
Hermes Agent Master Class
https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class โ an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....
Apr 29, 2026Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding
https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...
Mar 30, 2026Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission
A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy โ former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet โ shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...