Skip to content

Setting Up

Choose your platform below and follow the setup instructions. Each tab walks you through creating an account (for cloud platforms) or installing the software (for local platforms), so you are ready to start building AI agents.

Claude is Anthropic’s AI assistant. Setting up takes about two minutes.

1

Go to claude.ai

Open your web browser and navigate to claude.ai. This is the official website for Claude.

2

Create your account

Click Sign Up. You can create an account using your email address, or sign up with your Google or Apple account for a faster setup. Enter your information and verify your email if prompted.

3

Complete the onboarding

After signing up, Claude may ask you a few quick questions about how you plan to use it. Answer these honestly; they help Claude tailor its responses to your needs. You can skip this step if the option is available.

4

Explore the interface

Once you are signed in, you will see the main chat interface. Here is what to look for:

  • Message box: The text field at the bottom where you type your messages. This is where you will write your prompts.
  • Conversation history: The left sidebar shows your past conversations. Each conversation is separate and has its own context.
  • Model selector: Near the top or in the message area, you may see an option to choose which Claude model to use. The free tier gives you access to the default model.
  • Projects: In the left sidebar, look for the Projects section. This is where you will later create persistent agents with custom instructions and uploaded knowledge files.
5

Send your first message

Type a simple message like “Hello! Can you tell me what you are?” and press Enter (or click the send button). Claude will respond, confirming that everything is working. Congratulations, you are ready to start the course!

No matter which platform you chose, you should now be able to:

  1. Open the platform. Either in your web browser (Claude, ChatGPT, Gemini) or as a desktop application / terminal (Ollama, LM Studio).
  2. Type a message. Write something in the message input area.
  3. Get a response. The AI should reply within a few seconds (cloud) or a few seconds to a minute (local, depending on your hardware).

If any of these steps did not work, here are common fixes:

  • Cloud platforms: Make sure you verified your email during signup. Try clearing your browser cache or using a different browser.
  • Ollama: Make sure the Ollama service is running (check for the llama icon in your system tray or menu bar). If ollama run gives an error, try ollama serve in a separate terminal window first.
  • LM Studio: Make sure you have actually downloaded a model (the chat will not work without one). If the application is very slow, try a smaller model (1B parameters instead of 7B).