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

Clarity Judge

A writing checker that runs seven named Jev questions, covering hedging, filler phrases, passive voice, tone, and actionability, and shows each verdict with its own confidence.

Category
Cookbooks & Demos
Published by
Community
Author
TypeSafeAI
Added
2026-09-22
Tagscommunitytypescriptwritingdemoplayground

Highlights

  • Each enabled check becomes a separate typed question submitted in one primary batch.
  • Results show a plain-language verdict, labeled confidence, and the supporting sentence, with raw probabilities behind Details.
  • The 70% flagging threshold can be moved and the cards re-filter locally without another model call.
  • The public demo holds no server key and returns deterministic simulated results until a visitor pastes their own.

Quickstart

bash
git clone https://github.com/TypeSafeAI/clarity-judge.git
cd clarity-judge
pnpm install --frozen-lockfile
pnpm dev

Watch out

No license file, so reuse terms are unclear. Live judgment sends the submitted writing to TypeSafe, so use synthetic text for demonstrations.

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
3GitHub stars
A small demo app that fetches a URL, turns the page into clean Markdown, and asks Jev ten bounded Choice questions about what a first-time visitor is likely to understand.
Cookbooks & Demos#community#typescript#demo
0GitHub stars
Cloudflare Worker and React app that sends pasted corporate prose through about 45 typed Jev questions, then emits rustc-style diagnostics for passive-aggression, urgency and information density.
Cookbooks & Demos#community#typescript#cloudflare
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

When a designer gets Jev

Full Jev video tutorial

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