From the course: AI Automation with Anthropic Claude API's Agentic Computer Use
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Adjusting the computer use interface - Claude Tutorial
From the course: AI Automation with Anthropic Claude API's Agentic Computer Use
Adjusting the computer use interface
- Let's take a look at some of the features in the computer use interface. We'll get started by having to execute a new prompt. Let's try something simple. I'm going to say, can you explain what a docker container is in less than 500 characters? This is going to run the agent, and it's just like using Claude, except it's running something called tool use. And as you can see, it's running a series of steps. In this case, it chooses to open Firefox, although this is the type of prompt that it can answer directly in Claude. It chose to use the action called screenshot to take a look at the current screen, and then it used another tool called a mouse move to move the mouse to a location on the screen so that it can click on the Firefox icon. Then it performed a left-click, and then it moved to a different position of the screen. Finally, it clicked on the search bar and typed in my command. Once it retrieved a result from Google, it was able to give me an explanation of what a Docker…