Skip to content
JevDirectory.org
CommunityCookbooks & Demos88 starsVerified 2026-09-22

Jev Chat

A chat-shaped command bar where Jev picks the tool, arguments, confirmation, and reply type each turn, and code calls the MCP servers, so no LLM ever writes the reply text.

Category
Cookbooks & Demos
Published by
Community
Author
w3cj
Added
2026-09-22
Tagscommunitytypescriptmcptool-callingdemosql

Highlights

  • Because no model writes the text, the assistant cannot invent a fact: every value comes from the user's message or a tool result.
  • An inspector pane shows the request, every question, every probability, and what the code did with the answers.
  • Built-in MCP servers cover weather, units and maths, Wikipedia, and recipes; Brave Search, Todoist, and Home Assistant need their own keys.
  • Needs Node 24+ and pnpm 11 and stores conversations in SQLite; only TYPESAFE_API_KEY is required for the app to work.
  • The API listens on 127.0.0.1 only and rejects requests from other hosts; the app works in English only.

Quickstart

bash
pnpm install
cp .env.example .env
pnpm dev

Watch out

MIT-licensed code, while fetched data keeps its own terms (Open-Meteo CC BY 4.0, Wikipedia CC BY-SA 4.0). Needs Node 24+, pnpm 11, a TypeSafe key, and a C++ toolchain if better-sqlite3 has no prebuilt binary.

More like this

115GitHub stars
A multiplayer demo workflow builder for Jev built with Liveblocks: wire Jev and LLM steps together, call the workflow through a REST API, and preview test runs with shared state and cursors.
Cookbooks & Demos#community#typescript#demo
103GitHub stars
Live Hyperliquid desk across five isolated wallets where each tick packages the book, tape, and position as state and Jev answers Choice questions for long/short, open/close/hold, and leverage; hold sends no order. A missing private key means a dry run.
Cookbooks & Demos#community#typescript#trading
Communityjev-trade
27GitHub stars
A local 3D reference gallery where Jev chooses search phrases and highlights matching Met, NASA, Cosmos, and Prelinger Archive items from their text metadata.
Cookbooks & Demos#community#typescript#demo
Communityrefgarden
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

The case against Jev-scored compaction

This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more

tamara
tamara
@tamarajtran

found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Reply

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

Cua's small System One models