Context engineering

omp-jev-compaction

@jerryfane7TypeScriptMITupdated 2026-09-19runnable

Verbatim Jev-scored context reduction for omp, over TypeSafe or OpenRouter

jerryfane/omp-jev-compaction

Where it calls Jev

export const TYPESAFE_URL = 'https://api.typesafe.ai/v1/systemone';

src/asker.ts:15

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 tests/cache-identity.test.ts:13

  1. call_t1true/false

    Is this call relevant?

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: {
    call_t1: { type: 'boolean', instructions: 'Is this call relevant?' },
  },
});

Other projects in this category