Benchmarks & research

multiverse-of-madness

@superradcompany2TypeScriptupdated 2026-09-19runnable

Jev and Microsandbox explore alternate game futures with a reusable TypeScript learning harness

superradcompany/multiverse-of-madness

Where it calls Jev

import type { TypeSafeClient } from '@typesafe-ai/sdk';

scripts/evaluation-allowance-smoke.ts:7

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 examples/doom/server/src/session-jev-trace.test.ts:11

  1. actionchoice

    Use measured progress

    • advanceWalk to the opening
    • leftFace the passage

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: {
    action: { type: 'choice', instructions: 'Use measured progress',
      criteria: { advance: 'Walk to the opening', left: 'Face the passage' } },
  },
});

Other projects in this category