Infrastructure

ailerix

@tylerjharden2TypeScriptupdated 2026-09-17runnable

Type-safe model router. Jev (System One) banks each request to a typed catalog route.

tylerjharden/ailerix

Where it calls Jev

const response = await fetch("https://api.typesafe.ai/v1/systemone", {

src/lib/system-one.ts:428

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 src/app/docs/page.tsx:83

  1. hallucination_sensitivetrue/false

    Would a confident falsehood be expensive here?

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: {
    hallucination_sensitive: { type: 'boolean', instructions: 'Would a confident falsehood be expensive here?' },
  },
});

Other projects in this category