Agent tooling

pi-quiet-ask

@HyunjunJeon8TypeScriptMITupdated 2026-09-18runnable

TypeSafe Jev as the pi coding agent's quiet decision layer

HyunjunJeon/pi-quiet-ask

Where it calls Jev

"""Judge items with ``POST /v1/systemone``."""

bench/src/jev_bench/providers/jev.py:27

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from extensions/quiet-ask/packs/intent.ts:20

  1. intenttrue/false

    answer a question or explain something; no code change expected

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    intent: { type: 'boolean', instructions: 'answer a question or explain something; no code change expected' },
  },
});

Other projects in this category