Skip to content

About This Course

This course will take you from zero experience with AI agents to confidently building your own agents that handle real-world tasks. Everything is taught through a no-code approach: you will work directly with AI platforms through their chat interfaces, configuration files, and built-in tools.

By the end of this course, you will be able to:

  1. Explain what AI agents are and how they differ from simple chatbots. You will understand the core agent loop (perceive, reason, act, learn) and the four key components that make an agent work.

  2. Write effective prompts and system instructions that control agent behavior. You will learn how to give clear directions, set boundaries, define output formats, and iterate on your prompts to get consistently good results.

  3. Configure agent memory so your agents learn and improve over time. You will work with configuration files, auto-memory features, and skills and workflows that let agents remember preferences, past decisions, and learned patterns.

  4. Build functional AI agents for practical, everyday tasks. Through hands-on projects, you will create agents for social media content, email responses, productivity management, reminders, report generation, appointment booking, and more.

  5. Compare AI platforms and choose the right one for a given task. You will gain hands-on experience with Claude, ChatGPT, Gemini, Ollama, and LM Studio, understanding the strengths and trade-offs of each.

Students

Whether you are in university or finishing high school, this course gives you practical AI skills that are increasingly valued across every field, from business and marketing to science and the arts.

Young Professionals

If you spend time on repetitive tasks like drafting emails, scheduling meetings, or creating reports, AI agents can give you back hours every week. This course shows you how.

Entrepreneurs & Freelancers

Running a small business means wearing many hats. AI agents can handle customer inquiries, generate content, organize your schedule, and more, all without hiring additional help.

You do not need any programming experience. This course is entirely no-code.

Here is what you do need:

  • Basic digital literacy. You can browse the web, create an online account, and send a message in a chat application.
  • A computer with internet access. Any modern computer will work. You need internet for cloud-based platforms (Claude, ChatGPT, Gemini). Ollama and LM Studio can run offline after downloading.
  • One AI platform account. We will help you set this up in the Setting Up section. Free tiers are available for all cloud platforms.

This course is organized into clear sections that build on each other:

SectionWhat You’ll Learn
Getting StartedChoose a platform, set up your account, and get comfortable with the interface.
FoundationsUnderstand what AI agents are, the core agent loop, the four components of an agent, and how different language models compare.
Prompts & ConfigurationWrite effective prompts, create system instructions, work with configuration files, and learn prompt best practices.
Memory & LearningTeach your agents to remember context, store preferences, and build reusable skills and workflows.
ProjectsBuild six real-world AI agents from start to finish, with step-by-step guidance for each platform.
ReferenceAccess a glossary of key terms, platform comparison charts, prompt templates, and additional resources.

It is just as important to know what falls outside the scope of this course:

  • Writing code or programming. Every technique in this course uses chat interfaces, configuration files, and built-in platform features. If a concept has a code-based alternative, we mention it briefly but do not require it.
  • Advanced multi-agent orchestration. We focus on single-agent workflows. Techniques like agent-to-agent communication, swarm architectures, and complex pipelines are beyond our scope.
  • Fine-tuning or training models. We use AI models as they are. We do not cover how to train, fine-tune, or modify the underlying language models.
  • Deep technical theory. We explain enough about how large language models work so you can use them effectively, but we do not dive into neural network architecture, transformer math, or machine learning research.

We recommend going through the sections in order, since each one builds on the previous. However, if you already understand the foundations, feel free to jump ahead to the projects.

Every major concept includes:

  • Clear explanations written in plain language
  • Platform-specific instructions so you can follow along on Claude, ChatGPT, Gemini, Ollama, or LM Studio
  • Hands-on exercises so you can practice immediately
  • Tips and common mistakes so you avoid the pitfalls that trip up most beginners