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

Jev Trade

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.

Category
Cookbooks & Demos
Published by
Community
Author
aowang-ai
Added
2026-09-22
Tagscommunitytypescripttradingdemo

Highlights

  • Five isolated sleeves (BTC, ETH, SOL, DOGE, BNB), each with its own wallet and its own Jev call.
  • Jev answers long/short, open/close/hold, and leverage; hold sends no order and pulls resting quotes.
  • Entries are post-only Alo quotes one tick inside the touch; exits are Ioc orders that cross the touch.
  • No PRIVATE_KEY means a dry run: real book, real decisions, simulated fills, with MODEL=mock by default.
  • The dashboard is Next on port 3001, and the Bun bot streams ticks over SSE on port 3000.

Quickstart

bash
cp .env.example .env
bun install
bun run start
# dashboard, second terminal:
bun run dev:web

Watch out

README states MIT while GitHub metadata reports NOASSERTION. Needs Bun 1.2+, and a configured PRIVATE_KEY sends real orders on testnet or mainnet, so start with the dry run.

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
88GitHub stars
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.
Cookbooks & Demos#community#typescript#mcp
Communityjev-chat
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

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

A 706K-parameter form filler

cua open sourced a 706k param model that fills a whole form in one 50ms pass the llm agent doing the same form took 23 turns and 39.6 seconds the specialists are going to eat the generalists from the bottom

Cua
Cua
@trycua

1/ Introducing CUA-S1: a family of System One Models, small, specialized, and built for computer use. Today we're open-sourcing CUA-S1-FORMS, the first in the family: github.com/trycua/cua

Image
Reply