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.
Go to claude.ai
Open your web browser and navigate to claude.ai. This is the official website for Claude.
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.
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.
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.
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!
ChatGPT is OpenAI’s AI assistant. Setting up takes about two minutes.
Go to chatgpt.com
Open your web browser and navigate to chatgpt.com. This is the official website for ChatGPT.
Create your account
Click Sign up. You can register with your email address, or use your Google, Microsoft, or Apple account. Follow the prompts to set your name and verify your account.
Choose your plan
After signing up, you may be asked to choose a plan. Select Free to continue without payment. You can always upgrade later if you want access to more powerful models or additional features.
Explore the interface
Once signed in, you will see the ChatGPT interface. Here is what to look for:
- Message box: The text field at the bottom where you type your prompts.
- Conversation sidebar: The left panel shows your previous chats. Click any conversation to continue it.
- Model selector: At the top of the chat, you can choose which model to use. The free tier gives you access to the current standard model with daily usage limits.
- Explore GPTs: In the sidebar, you will find a section for GPTs. You can browse and use existing GPTs from the GPT Store. Creating your own Custom GPTs requires a paid plan (Plus, Team, or Enterprise).
Send your first message
Type “Hello! What can you help me with?” and press Enter. ChatGPT will respond with an overview of its capabilities. You are all set!
Gemini is Google’s AI assistant. If you have a Google account, you can start immediately.
Go to gemini.google.com
Open your web browser and navigate to gemini.google.com.
Sign in with your Google account
Click Sign in and use your existing Google account (the same one you use for Gmail, YouTube, or Google Drive). If you do not have a Google account, click Create account and follow the registration process.
Accept the terms
On your first visit, Google may ask you to accept the terms of service for Gemini. Review them and click I agree or Continue to proceed.
Explore the interface
Once signed in, you will see the Gemini chat interface. Here is what to look for:
- Message box: The text input at the bottom of the screen where you type your prompts.
- Recent conversations: The left sidebar lists your previous chats with Gemini.
- Google integration: Gemini can connect to your Google services. Look for options related to Gmail, Drive, and Docs in the settings or through extensions.
- Gems: In the sidebar, you may see a Gems section. These are Gemini’s version of custom agents. Creating Gems requires Gemini Advanced (paid plan), but you can always paste instructions at the start of a conversation instead.
Send your first message
Type “Hi! What are you and what can you do?” and press Enter. Gemini will introduce itself and list its capabilities. You are ready to begin!
Ollama lets you run AI models locally on your computer. Setup takes about 5-10 minutes depending on your internet speed (you need to download the software and a model).
Download Ollama
Go to ollama.com and click the Download button. Choose the installer for your operating system:
- Windows: Download the
.exeinstaller - Mac: Download the
.dmgfile - Linux: Follow the one-line install command shown on the website
Install Ollama
Run the installer you downloaded:
- Windows: Double-click the
.exefile and follow the installation wizard. Accept the default settings. - Mac: Open the
.dmgfile and drag Ollama to your Applications folder. - Linux: The install command from Step 1 handles everything automatically.
Start Ollama
After installation, launch Ollama:
- Windows: Ollama runs as a background service automatically after installation. You will see a small llama icon in your system tray (bottom-right corner of the screen).
- Mac: Open Ollama from your Applications folder. You will see a llama icon in your menu bar.
- Linux: Ollama starts automatically as a system service.
Download your first model
Open a terminal (Command Prompt on Windows, Terminal on Mac/Linux) and type:
ollama pull llama3.2This downloads the Llama 3.2 model (about 2 GB). Wait for the download to complete; it may take a few minutes depending on your internet connection. Llama 3.2 is a great starting model because it is small, fast, and capable.
Start chatting
Once the model is downloaded, start a conversation by typing:
ollama run llama3.2You will see a prompt where you can type messages directly. Type “Hello! Who are you?” and press Enter. The model will respond. To exit the chat, type /bye and press Enter.
LM Studio gives you a graphical desktop application for running AI models locally. Setup takes about 5-10 minutes.
Download LM Studio
Go to lmstudio.ai and click the download button for your operating system (Windows, Mac, or Linux). The application is free for personal use.
Install LM Studio
Run the installer:
- Windows: Double-click the downloaded
.exefile and follow the installation prompts. Accept the default settings. - Mac: Open the
.dmgfile and drag LM Studio to your Applications folder. - Linux: Follow the instructions on the download page for your distribution.
Launch the application
Open LM Studio from your Applications folder (Mac), Start menu (Windows), or application launcher (Linux). The first time you open it, you may see a brief setup screen. Follow any prompts to complete the initial configuration.
Download your first model
Inside LM Studio, navigate to the Discover tab (it may also be labeled Search or have a magnifying glass icon). In the search bar, type Llama 3.2 or Gemma 2. You will see a list of available models.
Click the Download button next to a model. Look for one labeled with a size you are comfortable with. Models labeled “1B” or “3B” are smaller and will run on most computers. The download may take a few minutes.
Start chatting
Once the model finishes downloading, go to the Chat tab (usually at the top or in the left sidebar). Select the model you just downloaded from the model dropdown at the top of the chat area. Type “Hello! Tell me about yourself.” in the message box and press Enter.
LM Studio will process your message and display a response. If the response comes back, everything is working and you are ready to begin the course!
Verifying Your Setup
Section titled “Verifying Your Setup”No matter which platform you chose, you should now be able to:
- Open the platform. Either in your web browser (Claude, ChatGPT, Gemini) or as a desktop application / terminal (Ollama, LM Studio).
- Type a message. Write something in the message input area.
- 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 rungives an error, tryollama servein 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).