Definition: Breaking a large and complex task into smaller, manageable tasks.

Simply put: You tell the Agent to divide a large task into multiple smaller tasks.

Examples:

Large task: “Build an online store.”

  1. Design the database.
  2. Build authentication.
  3. Build the Product API.

Large task: “Fix this bug.”

  1. Find where the error occurs.
  2. Understand the cause.
  3. Write the fix.
  4. Run the tests.

Large task: “Write a research paper.”

  1. Collect sources.
  2. Analyze sources.
  3. Write the text.
  4. Fact-check it.

AI Agent My-Journey-In-Codeless