Applications

barrunto

@elpumberto1TypeScriptMITupdated 2026-09-17runnable

A Chrome extension that brings TypeSafe's Jev to X.com to analyze posts as you browse

elpumberto/barrunto

Where it calls Jev

'The key stays in this browser and goes nowhere but api.typesafe.ai. Until it works, Barrunto reads nothing.',

src/entrypoints/popup/texts.ts:24

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/jev/real.test.ts:42

  1. atrue/false

    Is it a?

  2. btrue/false

    Is it b?

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: {
    a: { type: 'boolean', instructions: 'Is it a?' },
    b: { type: 'boolean', instructions: 'Is it b?' },
  },
});

Other projects in this category