Stop measuring prompts.
Start finding them.
Eval tools tell you your prompt scores 72%. findmyprompt hands you the one that scores 91% — at half the cost. Give it a labeled dataset and a budget; it searches the prompts and model configs you'd never test by hand.
Each pill is a prompt we wrote, run on that model — click one to inspect its full config in the loop below. Illustrative.
Finding the config is step one. Staying optimal is the loop.
The config you just found doesn't ship once and rot. It enters a cycle — and because we search only the differences, past work replays free. Staying on the frontier is cheap, not a restart.
Nothing ships silently — every promotion waits for your approval. The search is a one-time spend; the runtime saving is forever.
We have no model to sell you.
A model lab will never optimize you onto a competitor's model. We mix every pigment on the palette and keep whichever wins on your data — even a cheaper one.
Two costs, honestly: the search is a one-time investment (billing-exact, capped, resumable); the runtime saving is forever.
MCTS searches the space; genetics evolve the prompt.
The primary search is a hybrid. MCTS grows a tree over the whole configuration space — model, parameters, structure — and UCB sends each new rollout down the branch that's winning, starving the rest, so the budget lands where it pays off. At the config it settles on, a genetic search breeds and mutates the prompts.
Within each rollout, successive halving keeps it cheap — a quick probe first, full evaluation only for the survivors — so a fixed budget covers a huge prompt × model × config space.
The prompt you'd write vs the one we found.
Same task — your hand-written prompt and the one findmyprompt wrote, both scored on your data.
Every score comes with a receipt.
The judge is built from your own labels — then shows exactly how well it agrees with you on held-out examples.
- Built from YOUR labels — your notion of “good” is the ground truth.
- Held-out agreement, sample size, and every disagreement, in the open.
- No confidence-interval theater — honest numbers, even at small N.
The data, the prompts, the model, and a config you can paste into production.
Start a search →