> ## Documentation Index
> Fetch the complete documentation index at: https://nmem.guoxudong.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Workflow

> Move one real task between AI tools without rebuilding its context.

<div className="course-meta" aria-label="Course information">
  <span><Icon icon="book-open" /> 5 lessons</span>
  <span><Icon icon="clock-3" /> \~25 min</span>
  <span><Icon icon="user-round" /> Intermediate</span>
</div>

<p className="course-intro">Use the knowledge you already saved to move one real task from one AI tool to another. You will create a work brief, leave a clear checkpoint, and continue without retelling the whole story.</p>

<a className="course-cta" href="/ai-workflow/create-a-work-brief">Start lesson 1 <span aria-hidden="true">→</span></a>

## What you'll build

By the end of this course, you will have a reusable workflow for a task that crosses AI sessions or tools:

<div className="learning-stages" aria-label="Workflow stages">
  <div className="learning-stage learning-stage-active">
    <span className="learning-stage-mark" aria-hidden="true" />

    <span className="learning-stage-title">Work brief</span>
  </div>

  <div className="learning-stage">
    <span className="learning-stage-mark" aria-hidden="true" />

    <span className="learning-stage-title">First pass</span>
  </div>

  <div className="learning-stage">
    <span className="learning-stage-mark" aria-hidden="true" />

    <span className="learning-stage-title">Handoff checkpoint</span>
  </div>

  <div className="learning-stage">
    <span className="learning-stage-mark" aria-hidden="true" />

    <span className="learning-stage-title">Continue</span>
  </div>

  <div className="learning-stage">
    <span className="learning-stage-mark" aria-hidden="true" />

    <span className="learning-stage-title">Close the loop</span>
  </div>
</div>

This course uses a sample task: preparing the content for a new product landing page. Replace it with a task you genuinely need to finish.

## Before you start

* Complete the [Essentials course](/essentials).
* Keep Mem running.
* Connect two AI tools you use, such as Codex and Claude Code. They must connect to the same Mem.
* Choose a task that can safely be split into two small steps.

<Note>
  Connected tools can use the same knowledge in Mem, but they do not become one shared chat. The handoff checkpoint is what tells the next tool where the work stopped and what to do next.
</Note>

## Course path

<div className="course-grid">
  <a className="course-card course-card-featured" href="/ai-workflow/create-a-work-brief">
    <span className="course-card-index">01</span>
    <h3>Create a work brief</h3>
    <p>Leave one concise source of truth for the task.</p>
    <div className="course-card-footer"><span>\~5 min</span><span className="course-card-action">Available →</span></div>
  </a>

  <a className="course-card course-card-featured" href="/ai-workflow/start-with-your-first-ai">
    <span className="course-card-index">02</span>
    <h3>Start with your first AI</h3>
    <p>Make the first useful pass without pasting the brief again.</p>
    <div className="course-card-footer"><span>\~5 min</span><span className="course-card-action">Available →</span></div>
  </a>

  <div className="course-card course-card-upcoming">
    <span className="course-card-index">03</span>
    <h3>Save a handoff checkpoint</h3>
    <p>Record the state the next AI actually needs.</p>
    <div className="course-card-footer"><span>\~5 min</span><span className="course-card-status"><i aria-hidden="true" />Coming soon</span></div>
  </div>

  <div className="course-card course-card-upcoming">
    <span className="course-card-index">04</span>
    <h3>Continue in another AI</h3>
    <p>Let a fresh tool find the brief and checkpoint, then take the next step.</p>
    <div className="course-card-footer"><span>\~5 min</span><span className="course-card-status"><i aria-hidden="true" />Coming soon</span></div>
  </div>

  <div className="course-card course-card-upcoming">
    <span className="course-card-index">05</span>
    <h3>Close the loop</h3>
    <p>Preserve the result so the next session starts with the latest truth.</p>
    <div className="course-card-footer"><span>\~5 min</span><span className="course-card-status"><i aria-hidden="true" />Coming soon</span></div>
  </div>
</div>

## What this course does not assume

You do not need a specific AI tool or automatic transcript capture. A durable work brief and a concise handoff checkpoint are enough for the core path. If your connector saves full sessions, that history can be useful later, but it does not replace the checkpoint.

## Go deeper

Read the Nowledge Mem Docs about [connectors](https://mem.nowledge.co/docs/integrations) and [Threads](https://mem.nowledge.co/docs/threads) to see how support differs by tool.
