WEEK 5 · LESSON 2 · TOPIC 2 OF 6 · How It Works

How It Works

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Several choices matter.

Fast response versus reasoning and planning:

A fast model mode is appropriate when the user wants an immediate response and does not need an extended planning process. A more agentic mode reasons, plans, and works in the background, but takes longer. The choice is therefore not simply "better" versus "worse." It is immediate interaction versus longer execution.

Standard context versus extended context:

A standard context is sufficient for a basic task with limited information and little back-and-forth. An extended context becomes useful when the conversation is long or the agent must process a large amount of supplied data. The larger context can handle more information, but it also consumes more of the available token budget.

Single-agent versus multi-agent execution:

A normal agent is suitable for a focused job. A swarm is designed for a large task that can be divided among several agents. Swarms can run for hours and use more tokens, so they should not be the default for work that one agent can complete directly.

Chat versus project:

A chat is appropriate for ordinary back-and-forth work. A project is intended for work that will be revisited. It retains the conversation and stays associated with a longer-term folder or workspace.

Cloud versus local execution:

A cloud environment can continue working independently of the user's computer and can be checked later. A desktop environment works with local files and folders and can run locally, but it depends on the local machine and requires explicit permissions.

Graphical interface versus command line or development environment:

A graphical chat or desktop interface reduces setup and is accessible for general work. A command-line or development-environment integration fits coding workflows in which the model is one component inside an existing workspace.