From the course: Claude with the Anthropic API by Anthropic

Welcome to the course

Hello and welcome to your guide on getting started with Cloud. My name is Stephen Greiter, and I am a member of technical staff at Anthropic. In this video, I'm going to give you a quick introduction to the course. I'll help you understand what topics we'll be covering, requirements to get through the course, and I'll give you some tips on how to succeed. We are going to cover a wide variety of topics throughout the course. We'll first begin with some background on models offered by Anthropic, then quickly move into understanding how to access them through the official Anthropic API. From there, we'll focus on prompting, first with evaluations, then engineering techniques. Next up will be a deep dive on expanding Cloud's capabilities through tool use. We will understand how to get task-specific context into Cloud with retrieval-augmented generation, then focus on connecting Cloud to new services with model-context protocol. We will walk through two agents created by Anthropic, named Cloud Code and Computer Use, and understand how to apply them to solve interesting problems. Finally, we'll spend some time to learn how to handle more complex tasks with workflows and agents. There's a lot of content to cover here, so there are a couple of expectations on your side to make sure that we can get through everything. First, you need to have a basic understanding of Python, along with a Python environment that can run notebooks. The vast majority of code in this course will be written into and executed from notebooks. You will also need access to the Anthropic API, which will require either an Anthropic account or an API key. I will provide directions later on to help you get an API key. Lastly, given the speed at which we'll cover different topics, I do have some tips to help you find success. First, I highly recommend you write code alongside me. Watching someone else author code isn't really enough to absorb it. Second, consider speeding up the video playback speed in the video player that you are using. This will help you get through the content at a faster pace and make it easier to review specific videos that you might find challenging. Third, you've got to apply some of the techniques that you learn throughout the course. Consider expanding or altering the different notebooks that we author. Fourth, if you get stuck at any point in time, ask Claude for help. Claude can get you unstuck from just about any situation or clarify points that you might find confusing. Well, that's enough of an introduction for now, so let's start learning about Claude in the next video.

Contents