Includes:
- Runs on our machines — zero setup
- Full live monitoring as it runs
- Bring your own API key when free runs end
- Export or move your data anytime
Four steps stand between your labelled examples and a prompt that scores higher on your own data. No license keys, no setup ceremony.
New to this? Read where PromptPotter sitsInstall the CLI, then aim PromptPotter at any backend that publishes a pipeline definition. It reads the tunable params and never edits your code.
pip install prompt-potter Drop in input/output pairs — the examples every candidate prompt is scored against. A few dozen is enough to start.
datasets/labelled.jsonl Each round proposes a population of candidates, scores them on your data and critiques the result. The next round builds on that evidence.
prompt-potter run --pipeline ./pipe.yaml --data ./labelled.jsonl Follow rounds in the browser. When L1 stalls, L2 reframes the task; if that stalls, L3 replans — each layer fires only on real evidence.
It’s just I/O — hand it your prompt and your examples, hit run. It spins up on a machine and, if you’re lucky, hands back a better prompt in about five minutes. Full live monitoring the whole way — only if you want it. No schemas, no special code, nothing to wire up.