Benchmarks & research

jev_typesafeai_test

@pavy231Pythonupdated 2026-09-18runnable

TypeSafe AI (jev) 시범 사용 프로젝트

pavy23/jev_typesafeai_test

Where it calls Jev

BASE_URL="${TYPESAFE_BASE_URL:-https://api.typesafe.ai}"

trial/raw_http.sh:6

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 samples/comment_triage/triage.py:68

  1. impactscore

    Rate the likely cost and schedule impact on the Builder of implementing `comment.text`.

    • 0None: a typo fix, a confirmation, or a change absorbed in normal drawing revision.
    • 1Minor: drawing reissue and small material change, no effect on any milestone.
    • 2Moderate: re-work of one to four weeks, new material order, or a vendor re-engineering loop.
    • 3Major: re-work over four weeks, a milestone at risk, or a change to class-approved design.

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: {
    impact: { type: 'score', instructions: 'Rate the likely cost and schedule impact on the Builder of implementing `comment.text`.',
      criteria: ['None: a typo fix, a confirmation, or a change absorbed in normal drawing revision.', 'Minor: drawing reissue and small material change, no effect on any milestone.', 'Moderate: re-work of one to four weeks, new material order, or a vendor re-engineering loop.', 'Major: re-work over four weeks, a milestone at risk, or a change to class-approved design.'] },
  },
});

from tests/test_mock_systemone.py:70

  1. schedule_risktrue/false

    Will this delay erection?

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: {
    schedule_risk: { type: 'boolean', instructions: 'Will this delay erection?' },
  },
});

Other projects in this category