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