Applications

jevx

@aadhil-kh1JavaScriptMITupdated 2026-09-19runnable

Jev-powered Chrome extension that categorizes X posts and classifies replies in context.

aadhil-kh/jevx

Where it calls Jev

const TYPESAFE_ENDPOINT = "https://api.typesafe.ai/v1/systemone";

src/service-worker.js:42

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/service-worker.js:122

  1. criteriatrue/false

    Asks for answers, help or advice.

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: {
    criteria: { type: 'boolean', instructions: 'Asks for answers, help or advice.' },
  },
});

Other projects in this category