Complete guide to Pieces
Getting started
Download Pieces for Developers (pieces.app) and install it on your machine along with the extension for your IDE or browser. Once active, it automatically captures code snippets, documents, and conversations from the apps you use in the background, building a memory of your workflow; open the integrated Copilot to ask about any saved snippet, file, or code folder, without leaving the context where you're working.
Use cases
Retrieve code you used a while ago
Find a code snippet saved weeks ago without remembering which project or file it was in, thanks to automatic capture.
A copilot with memory of your entire workflow
Ask the assistant about any recent activity across different tools, not just the project currently open in the IDE.
Offline AI work
Use the Copilot in local mode, without relying on an internet connection, to maintain control and privacy over your code.
Automatic snippet organization
Automatically save and categorize useful code snippets captured from different apps, without manually organizing them into folders.
Advanced setup
- Automatic background capturePieces silently saves code, documents, and conversations from all open apps, building context without manual action from the user.
- RAG over local contextThe Copilot uses Retrieval Augmented Generation over locally saved folders, files, and snippets to give more precise, contextual answers.
- Local processingRuns on the user's own machine, enabling fast, secure, and isolated (air-gapped) data handling when that level of privacy is needed.
Tips
- Let automatic capture run in the background for a few weeks before judging its usefulness — its value grows with accumulated history.
- Use the Copilot to ask about work done in a tool other than the current IDE — that's its main difference from copilots focused only on the open project.
- Enable offline mode if you work with sensitive code you don't want passing through external servers.
- Manually organize only the most important snippets; for the rest, trust the automatic categorization instead of duplicating effort.
FAQ
How does it differ from GitHub Copilot?
GitHub Copilot focuses on the context of the project open in the IDE; Pieces acts as a full workflow assistant, with memory of everything you do across different tools.
Does Pieces need an internet connection?
Not necessarily — it offers an offline AI mode that runs locally on your machine.
Is it only for saving code?
It also captures relevant documents and conversations, not just code snippets, building a broader context of your daily work.
Based on Researched at pieces.app/features/copilot and docs.pieces.app/features/pieces-copilot (August 2026).