Applications

jev-feed-filter

@makefinks1TypeScriptMITupdated 2026-09-19runnable

Smart, dynamic AI filtering for X and YouTube feeds using Jev

makefinks/jev-feed-filter

Where it calls Jev

typesafe: { name: 'TypeSafe', endpoint: 'https://api.typesafe.ai/v1/systemone', model: 'jev-1.13.0' },

src/contracts.ts:2

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/contracts.ts:63

  1. instructionstrue/false

    Should `post` be filtered out according to `guidance`?

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: {
    instructions: { type: 'boolean', instructions: 'Should `post` be filtered out according to `guidance`?' },
  },
});

Other projects in this category