Introduction

What is Synthesis and why you need persistent AI memory.

The Problem

AI agents forget everything between sessions. Every conversation starts from zero:

This isn't just inconvenient - it breaks the promise of AI assistance. An agent that can't remember your codebase is an agent that can't truly help you build.

The Solution

Synthesis gives your AI assistant persistent, structured memory through a simple 4-tool API:

How It Works

Synthesis stores your project knowledge - not your code. When you use Synthesis, it saves:

Your source code never leaves your machine. Only the context you explicitly create is stored in Synthesis.

Knowledge, not code. We store summaries, decisions, and lessons - never your actual source files. Your codebase stays on your machine.

The 4-Tool API

ToolPurpose
synthesis_startLoad project context at session start
synthesis_checkpointSave progress after meaningful work
synthesis_lessonCapture reusable knowledge
synthesis_searchFind solutions from past lessons

Key Benefits