Applications

jev-social

@socai-io10JavaScriptMITupdated 2026-09-20runnable

Jev-powered Instagram, TikTok, and LinkedIn research: typed routing, real browser evidence, streamed post cards, video capture, and cited socai reports.

socai-io/jev-social

Where it calls Jev

model: options.model || "~typesafe/jev-latest",

src/actions.js:143

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/classifier.js:40

  1. routechoice

    Choose the one supported workflow that should execute this request.

    • instagram_searchSearch or research Instagram content, profiles, posts, or reels.
    • tiktok_searchSearch or research TikTok content, creators, or videos.
    • linkedin_searchSearch or research LinkedIn people, companies, posts, or professional experience.
    • unsupportedAnything else, including posting, liking, following, messaging, or an ambiguous auto route.

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: {
    route: { type: 'choice', instructions: 'Choose the one supported workflow that should execute this request.',
      criteria: { instagram_search: 'Search or research Instagram content, profiles, posts, or reels.', tiktok_search: 'Search or research TikTok content, creators, or videos.', linkedin_search: 'Search or research LinkedIn people, companies, posts, or professional experience.', unsupported: 'Anything else, including posting, liking, following, messaging, or an ambiguous auto route.' } },
  },
});

Other projects in this category