// What is Club Jev?
Club Jev is an interactive cyberpunk mini-game and live technology demo powered by TypeSafe AI. You stand before Boris, an unforgiving cybernetic bouncer guarding an elite speakeasy. Your mission is simple: talk your way past the velvet rope.
// Traditional LLMs vs System One AI
In standard AI games, talking to an NPC triggers a slow conversational model (like GPT-4o or Claude) that pauses the game for 2–4 seconds while streaming prose.
Jev is TypeSafe's flagship System One model. Instead of generating conversational text, Jev returns instant, typed judgments and probability distributions in sub-300ms. Code owns the game mechanics, voice acting, and dialogue—the AI supplies programmable common sense.
// How Boris Judges You
Every time you pitch an excuse, a single parallel request sends your excuse, equipped item, patience, and history to Jev, evaluating 3 distinct primitives:
- 1. Noul (Plausibility): Continuous 0%–100% credibility judgment based on club policies and context.
- 2. Score (Vibe Rating): 5-tier ordered coolness ranking (Cringe → Basic → Passable → Smooth → Legendary).
- 3. Choice (Reflex Action): Categorical game reaction (LET_IN, SNARK_REJECTION, DEMAND_BRIBE, or CALL_BOUNCERS).