From the course: Planning a Versioned RESTful API with Claude
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Setting expectations for AI collaboration - Claude Tutorial
From the course: Planning a Versioned RESTful API with Claude
Setting expectations for AI collaboration
- [Narrator] Now before we go deeper into this course, let's step back and really think what kind of outcome we are going to expect in this course. Now, this is not a course where we are going to implement code, rather, we are going to do a lot of brainstorming with a web-based tool in Claude. And it is important to understand that we are going to interact with the large language model. And the large language model are autoregressive model, which means they look at a sequence and they predict the next sequence. So in this example, this course is, and based on that, the LLM model would take this input and predict the next token. So if you have worked with other LLM models, such as ChatGPT or any open source model, you'll see a stream of tokens in front of your eyes. And this basically means that anytime those stream of tokens are coming in, they're predicting the next token and taking that sequence as input again to generate the next token again. And to give you really the idea of what…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.