JJoeven

Curriculum

Getting Started

What autonomous agents are, how this academy works, and how to think in loops.

  1. 01

    Welcome to Joeven

    What Joeven is, how each page works, what you will build, and how to learn agents without skipping the boring checks.

    18 min
  2. 02

    What Is an AI Agent?

    An agent pursues a goal by observing, acting, and looping. The model is not the agent. The loop around the model is.

    20 min
  3. 03

    The Agent Loop

    Think, act, observe, repeat. Each turn adds tokens and a trace. Stop on success, budget, or a human handoff.

    21 min
  4. 04

    Agents vs Chatbots vs Workflows

    Chatbots reply. Workflows follow your flowchart. Agents choose the next step. If you can draw the path, do not use an agent.

    20 min
  5. 05

    The Learning Path

    Joeven is ordered like a degree, compressed: Python, math, models, the agent stack, then projects. Skip around only after the foundation.

    19 min
  6. 06

    Setup: Python, Keys, and Safety

    Install Python, use a virtual environment, load keys from the environment, and treat every model output as untrusted.

    21 min
  7. 07

    Tokens, Tools, and Goals

    Every agent spends three scarce things: context tokens, tool permissions, and a goal you can check with a function.

    20 min
  8. 08

    Your First Tiny Agent

    A complete think-act-observe loop: fake model, two tools, a transcript, a step budget, and a final answer for job 17.

    22 min
Start this track