Filter or sort a closed table with one Jev question per row. A column name never leaves the app.
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/query/route.tscomponents/table-query-demo.tsxcomponents/query-table.tsxcomponents/typesafe-ai.tsxhooks/use-table-query.tslib/table.tslib/query-questions.tslib/query-policy.tslib/rate-limit.tslib/request-utils.tsREADME.mdnpm packages
6
Registry components
lib/query-policy.tsPure policy: decideFilter keeps a row only when P(fit) >= 0.70. decideRank orders by score descending, keeps table order on ties, and sinks a missing score. resolveColumnSort handles a bare column alias in the app. Do not call Jev from unit tests. Use Experimental_EvaluationMockModelV4.
lib/query-questions.tsbuildFilterQuestions writes one boolean per row. buildRankQuestions writes one four-level score per row. MATCH_FLOOR is 0.70 and stays in application code.
lib/table.tsClosed invoice table. Jev may only answer these row ids. Do not let the model invent rows or columns.
query/route.tsRate-limited experimental_evaluate call through AI Gateway model typesafe-ai/jev with zeroDataRetention. Rejects a column-alias sort. The rows are not in the request. Returns decideFilter or decideRank, never edited cells.
Filter or sort a closed table with one Jev question per row. A column name never leaves the app.
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/query/route.tscomponents/table-query-demo.tsxcomponents/query-table.tsxcomponents/typesafe-ai.tsxhooks/use-table-query.tslib/table.tslib/query-questions.tslib/query-policy.tslib/rate-limit.tslib/request-utils.tsREADME.mdnpm packages
6
Registry components
lib/query-policy.tsPure policy: decideFilter keeps a row only when P(fit) >= 0.70. decideRank orders by score descending, keeps table order on ties, and sinks a missing score. resolveColumnSort handles a bare column alias in the app. Do not call Jev from unit tests. Use Experimental_EvaluationMockModelV4.
lib/query-questions.tsbuildFilterQuestions writes one boolean per row. buildRankQuestions writes one four-level score per row. MATCH_FLOOR is 0.70 and stays in application code.
lib/table.tsClosed invoice table. Jev may only answer these row ids. Do not let the model invent rows or columns.
query/route.tsRate-limited experimental_evaluate call through AI Gateway model typesafe-ai/jev with zeroDataRetention. Rejects a column-alias sort. The rows are not in the request. Returns decideFilter or decideRank, never edited cells.
Loading preview…
Early-bird pricing — limited time


Open on desktop for the interactive preview.
Filter or sort a closed table with one Jev question per row. A column name never leaves the app.
Loading preview…
Early-bird pricing — limited time


Open on desktop for the interactive preview.
Filter or sort a closed table with one Jev question per row. A column name never leaves the app.