From the course: Claude with Amazon Bedrock by Anthropic

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Computer use

Computer use

Let's take a look at the computer use feature inside of Cloud. We're going to cover this in three different parts. I'm going to first give you a quick demonstration of computer use and help you understand why it's useful. We'll then take a look at some behind the scenes stuff and understand how computer use works. And then I'll show you how to set up the reference implementation so you can test out computer use on your own. So let's get to it. Let's first go over a quick demonstration of computer use. For this demonstration, I've put together a very small web application. All it does is show a text area that supports the ability to mention a file or some kind of resource using the at symbol. So if I enter test and then at, I can scroll through a bunch of different options and eventually hit enter to select that particular option. Now at first glance, this thing appears to be working just fine. I can add in as many different mentions as I want. But if we use it a little bit more, we'll…

Contents