Three prepared replies sit on the table. A Jev choice lifts the winner only when its probability clears 0.70.
Requirements, wiring steps, and what this pattern adds to your project.
Pick how you want to pull this pattern in. Then wire env vars and routes the same way.
Download → Next.js app
Use Download → Next.js app in the preview toolbar. You get a zip scaffold (Pro downloads rewrite preview `/view/.../api/*` paths to `/api/*` automatically).
Extract the zip and install dependencies
Unzip the archive, then run `pnpm install` (or npm / yarn) in the project folder.
Fill .env.local
The download includes .env.local placeholders when needed. Add real values for: AI_GATEWAY_API_KEY.
Customize the agent and tool files
Adapt prompts, tools, and stop conditions in the generated project for your product.
Run the app and open the pattern route
Run `pnpm dev`, open the setup/checklist page if present, then navigate to the generated pattern route and verify responses.
AI_GATEWAY_API_KEYGet keyAI SDK APIs
experimental_evaluateProviders
External services
app/page.tsxapp/layout.tsxapp/api/best-of-n/route.tscomponents/best-of-n-demo.tsxcomponents/reply-table.tsxcomponents/typesafe-ai.tsxcomponents/probability-bar.tsxhooks/use-best-of-n.tslib/judge-policy.tslib/judge-questions.tslib/rate-limit.tslib/request-utils.tsREADME.mdnpm packages
6
Registry components
lib/judge-policy.tsdecideWinner ships only when the selected probability is >= 0.70. A missing distribution, or a selected probability below the floor, is too-close and lifts nobody. Do not call Jev from unit tests. Use Experimental_EvaluationMockModelV4.
lib/judge-questions.tsPREPARED_QUESTIONS is the closed reply set. buildWinnerQuestions copies those replies into the choice criteria. Reject any question that is not in the set. Do not generate replies.
best-of-n/route.tsRate-limited experimental_evaluate through AI Gateway model typesafe-ai/jev with zeroDataRetention. Looks up prepared replies, then returns decideWinner. Does not call generateText.
Three prepared replies sit on the table. A Jev choice lifts the winner only when its probability clears 0.70.
Requirements, wiring steps, and what this pattern adds to your project.
Pick how you want to pull this pattern in. Then wire env vars and routes the same way.
Download → Next.js app
Use Download → Next.js app in the preview toolbar. You get a zip scaffold (Pro downloads rewrite preview `/view/.../api/*` paths to `/api/*` automatically).
Extract the zip and install dependencies
Unzip the archive, then run `pnpm install` (or npm / yarn) in the project folder.
Fill .env.local
The download includes .env.local placeholders when needed. Add real values for: AI_GATEWAY_API_KEY.
Customize the agent and tool files
Adapt prompts, tools, and stop conditions in the generated project for your product.
Run the app and open the pattern route
Run `pnpm dev`, open the setup/checklist page if present, then navigate to the generated pattern route and verify responses.
AI_GATEWAY_API_KEYGet keyAI SDK APIs
experimental_evaluateProviders
External services
app/page.tsxapp/layout.tsxapp/api/best-of-n/route.tscomponents/best-of-n-demo.tsxcomponents/reply-table.tsxcomponents/typesafe-ai.tsxcomponents/probability-bar.tsxhooks/use-best-of-n.tslib/judge-policy.tslib/judge-questions.tslib/rate-limit.tslib/request-utils.tsREADME.mdnpm packages
6
Registry components
lib/judge-policy.tsdecideWinner ships only when the selected probability is >= 0.70. A missing distribution, or a selected probability below the floor, is too-close and lifts nobody. Do not call Jev from unit tests. Use Experimental_EvaluationMockModelV4.
lib/judge-questions.tsPREPARED_QUESTIONS is the closed reply set. buildWinnerQuestions copies those replies into the choice criteria. Reject any question that is not in the set. Do not generate replies.
best-of-n/route.tsRate-limited experimental_evaluate through AI Gateway model typesafe-ai/jev with zeroDataRetention. Looks up prepared replies, then returns decideWinner. Does not call generateText.
Loading preview…
Early-bird pricing — limited time


Open on desktop for the interactive preview.
Three prepared replies sit on the table. A Jev choice lifts the winner only when its probability clears 0.70.
Loading preview…
Early-bird pricing — limited time


Open on desktop for the interactive preview.
Three prepared replies sit on the table. A Jev choice lifts the winner only when its probability clears 0.70.