Claude Code updates: When to use Haiku 4.5, Claude Code on web, and more.

AAnthropic
Computing/SoftwareInternet Technology

Transcript

00:00:00Clot code is now available on the web.
00:00:03So instead of loading up your terminal
00:00:05or having to open up your IDE
00:00:07anytime you want to make a change,
00:00:08you can now delegate coding tasks
00:00:10directly from your browser or the cloud mobile app.
00:00:13You simply connect your GitHub account,
00:00:15you select your repo, describe what you need done,
00:00:18and Clot handles the rest,
00:00:20all running on our cloud infrastructure.
00:00:22And the best part is you can now run multiple tasks
00:00:25in parallel across different repositories.
00:00:28So whether you have a bug backlog, routine fixes,
00:00:32or a brilliant new idea or feature you want to add,
00:00:35you can just spin up a session or multiple sessions
00:00:38and let Clot handle them simultaneously.
00:00:41Let me show you how this works.
00:00:43So I'll open up Clot code on the web at clot.ai/code.
00:00:48I'll select a repo, I have a repo already selected here,
00:00:52and then I'll give it a prompt.
00:00:53Let's say add input validation
00:00:56to the user registration endpoint.
00:01:00Also make sure we're using a strong password
00:01:05on both the front end and back end API.
00:01:11We'll hit enter and we are off to the races.
00:01:15Clot is working in its own isolated sandbox
00:01:18with full Git access,
00:01:19and we can watch the progress in real time.
00:01:21But while this runs,
00:01:23let me tell you about some of the other stuff
00:01:25that we've recently launched.
00:01:26The big one is Clot Haiku 4.5.
00:01:31And a few weeks ago we launched Clot Sonnet 4.5,
00:01:34which became the world's best coding model.
00:01:36And just last week we followed it up with Clot Haiku 4.5.
00:01:41And here's the really remarkable thing.
00:01:42Five months ago, Sonnet 4 was state of the art.
00:01:46And now Haiku 4.5 gives you a similar coding performance
00:01:51at one third the cost and more than twice the speed.
00:01:54It even surpasses Sonnet 4 at certain tasks
00:01:57like computer use.
00:01:58Now the benchmarks are impressive.
00:02:0073.3% on SWE bench verified,
00:02:0441% on terminal bench,
00:02:06and it achieves 90% of Sonnet 4.5's performance
00:02:10in agentic coding evaluations.
00:02:12But the big question you're probably having is
00:02:15when should developers use Haiku 4.5?
00:02:18And the big pattern that we're seeing from our community
00:02:21is that Sonnet 4.5 does the high level problem decomposition
00:02:25and planning and then Haiku 4.5 is used
00:02:29to actually implement and write the code.
00:02:31Now this multi-agent approach is becoming really popular
00:02:34for things like large scale refactors
00:02:37or tackling technical debt.
00:02:38Haiku 4.5 is available wherever you get your Clot.
00:02:42And it's available at just $1 per million input tokens
00:02:46and $5 per million output tokens.
00:02:48All right, let's check back on our task
00:02:51and see how it's doing.
00:02:52So if we open it up here,
00:02:55we can see that Clot gave us a good summary
00:02:58of all of the changes that it made in the service.go file,
00:03:03in the TypeScript on the front end.
00:03:05And my absolute favorite feature of Clot code on the web
00:03:09is this open in CLI button.
00:03:11And the reason that I really like it is you simply click it,
00:03:16you open up your terminal, paste in the command
00:03:19that it gave you, and now I am working
00:03:23in my local development environment with all of the context
00:03:26and all of my progress from the web preserved.
00:03:29So I can see the messages,
00:03:31I can see all of the files that have been changed.
00:03:34I can go into VS code and see all of the changes
00:03:38that were made to the service, sign up,
00:03:41the signup.touchscript file and much more.
00:03:43And I can continue right from where I left off
00:03:46on my mobile phone or the browser.
00:03:48Now I wanna show you one final feature
00:03:51that we recently added to Clot code.
00:03:53I gave it this prompt earlier,
00:03:56talking about adding caching to my application,
00:04:00but I gave it a very broad prompt saying,
00:04:03hey, I would like to add caching to my application.
00:04:05And what Clot code did is it's going to ask me
00:04:09a number of follow-up questions to make sure
00:04:11that it implements it correctly.
00:04:13So it's gonna ask the caching level here.
00:04:16Should it be database query caching, API response caching?
00:04:19And I can choose any of these, go to the next section
00:04:22and figure out what my goals are.
00:04:24Is it to improve performance, reduce database load?
00:04:27The target area, is it for the workout data,
00:04:29for the user data, analytics?
00:04:32Choose the technology, Redis, in-memory, Postgres,
00:04:36and then I can hit submit and have it go and implement
00:04:40based on the follow-up information that I gave it.
00:04:43And there you have it, Clot code on the web
00:04:47for parallel cloud-based development at home and on the go.
00:04:51Haiku 4.5 for lightning fast coding at a fraction of the cost
00:04:55and smarter local workflows with multi-question support.
00:04:59Clot code on the web is available now
00:05:01for pro and max users at clot.ai/code.
00:05:05Give it a try and let us know what you think.
00:05:08Happy building.
00:05:10you

Key Takeaway

Claude Code now brings AI-powered development to the web with parallel task capabilities and Haiku 4.5 offers enterprise-grade coding performance at a fraction of the cost with innovative multi-agent workflows.

Highlights

Claude Code is now available on the web at claude.ai/code, allowing developers to delegate coding tasks directly from their browser without needing to open their terminal or IDE

Haiku 4.5 delivers comparable coding performance to Sonnet 4 at one-third the cost and more than twice the speed, achieving 73.3% on SWE Bench Verified and 90% of Sonnet 4.5's performance in agentic coding evaluations

A multi-agent approach is emerging where Sonnet 4.5 handles high-level problem decomposition and planning, while Haiku 4.5 implements and writes the actual code

Users can now run multiple coding tasks in parallel across different repositories directly from the cloud infrastructure

The web version includes an 'Open in CLI' button that seamlessly transitions work to local development environments while preserving all context and progress

Claude Code now supports follow-up questions for ambiguous prompts, asking developers clarifying questions about caching levels, goals, target areas, and technology choices before implementation

Haiku 4.5 pricing is $1 per million input tokens and $5 per million output tokens, making it highly cost-effective for large-scale development tasks

Timeline

Introduction to Claude Code on Web

Claude Code is now accessible through a web browser and cloud mobile app, eliminating the need to load terminals or IDEs for coding tasks. Users can connect their GitHub account, select a repository, describe their desired changes, and let Claude handle the implementation on cloud infrastructure. A major feature is the ability to run multiple tasks in parallel across different repositories, making it efficient for handling bug backlogs, routine fixes, and new feature development. This shift allows developers to delegate coding work directly from their browser, streamlining the workflow significantly.

Live Demo of Web-Based Claude Code Interface

The speaker demonstrates Claude Code on the web at claude.ai/code by selecting a repository and entering a prompt to add input validation to a user registration endpoint with strong password requirements on both front and back end. The system begins processing the request in an isolated sandbox with full Git access, showing real-time progress updates. This demonstration shows how straightforward it is to delegate complex coding tasks with specific security requirements. The interface provides immediate feedback on what Claude is working on, giving users confidence in the task execution.

Introduction to Claude Haiku 4.5 Model and Performance

Claude Haiku 4.5 represents a significant advancement, achieving similar coding performance to Sonnet 4 (which was state-of-the-art five months ago) at one-third the cost and more than twice the speed. The model surpasses Sonnet 4 in certain tasks like computer use and achieves impressive benchmarks: 73.3% on SWE Bench Verified, 41% on Terminal Bench, and 90% of Sonnet 4.5's performance in agentic coding evaluations. This breakthrough demonstrates that smaller, faster models can deliver enterprise-grade coding capabilities. The pricing of $1 per million input tokens and $5 per million output tokens makes it highly accessible for developers and organizations.

Multi-Agent Development Workflow with Haiku 4.5

A popular pattern emerging from the developer community involves using Sonnet 4.5 for high-level problem decomposition and planning, while delegating actual code implementation to Haiku 4.5. This multi-agent approach is becoming particularly valuable for large-scale refactors and tackling technical debt, where strategic planning and execution can be handled by different models optimized for their respective strengths. The strategy leverages Sonnet 4.5's superior reasoning for complex problem-solving while utilizing Haiku 4.5's speed and cost-effectiveness for implementation tasks. This collaborative model maximizes both efficiency and code quality.

Seamless Integration Between Web and Local Development Environments

Claude Code on the web provides a comprehensive summary of all changes made, including modifications to service files and TypeScript front-end code. A standout feature is the 'Open in CLI' button that allows developers to seamlessly transition from web-based work to their local development environment by copying a command into their terminal. All context and progress from the web session is preserved when switching to the CLI, enabling developers to view detailed changes in VS Code and continue working in their preferred environment. This hybrid approach combines the convenience of cloud-based development with the familiarity and power of local development tools.

Intelligent Follow-Up Questions for Ambiguous Requests

Claude Code now includes an intelligent clarification feature that asks follow-up questions when receiving broad or ambiguous prompts. When a developer provides a vague request like 'add caching to my application,' the system proactively asks clarifying questions about caching levels (database query caching vs API response caching), implementation goals (performance improvement vs reducing database load), target areas (workout data, user data, analytics), and technology choices (Redis, in-memory cache, Postgres). Users can navigate through these options and select their preferences before the implementation begins, ensuring the final solution aligns precisely with their needs. This interactive approach reduces the likelihood of implementing incorrect solutions and demonstrates Claude's understanding of ambiguous requirements.

Summary of Claude Code Features and Availability

The video concludes by summarizing the major features of Claude Code on the web: parallel cloud-based development capabilities, Haiku 4.5 for fast and cost-effective coding, and multi-question support for smarter local workflows. Claude Code on the web is now available to pro and max users at claude.ai/code, making these advanced development tools accessible to the broader developer community. The announcement emphasizes that developers can leverage these new capabilities regardless of their location or device, supporting both home-based and on-the-go development workflows. The platform invites users to try the new features and provide feedback.

Community Posts

View all posts