Skip to content
JevDirectory.org
CommunityRepos & SDKs3 starsVerified 2026-09-22

TypeSafe SDK for Java

Community Java 17 client for TypeSafe's System One API with typed Noul, Choice and Score questions, lambda-style builders for nested criteria, status-specific exceptions and a Spring Boot starter.

Category
Repos & SDKs
Published by
Community
Author
Premo-Cloud
Added
2026-09-22
Tagscommunityjavasdkspring-boot

Highlights

  • Mirrors the official Python and JavaScript SDKs: a client, systemOne(state, questions), and Noul, Choice and Score question types.
  • Lambda-style configurers build nested criteria with whenTrue, whenFalse, options and levels without any build() calls.
  • Spring Boot starter exposes a TypeSafeClient bean from typesafe.api-key and backs off if you define your own.
  • Retries match the official SDKs, and errors arrive as status-specific exceptions such as TypeSafeRateLimitException with retryAfter().
  • Depends only on Jackson, and tests run against an in-process stub server with no API key.

Watch out

MIT-licensed. Requires Java 17 or newer; it is an independent community project not affiliated with, endorsed by or supported by TypeSafe AI.

More like this

355GitHub stars
A lightweight, pluggable Java framework for CLI, HTTP, and modular applications that carries Jev, TypeSafe, and MCP-server topics; added from Maven as org.tinystruct:tinystruct and requiring JDK 17 or higher.
Repos & SDKs#community#java#cli
Communitytinystruct
2GitHub stars
Spring WebFlux starter that asks Jev whether HTTP 200 responses actually encode a failure, converting suspected silent failures into SemanticFailureException for existing error handling.
Repos & SDKs#community#java#spring-boot
5.3kGitHub stars
A filesystem-first framework for durable AI agents whose auto model router defaults to Jev through Vercel AI Gateway and whose evaluate helper asks typed Choice, Score, and Boolean questions inside tools.
Repos & SDKs#community#typescript#agents
Communityeve
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

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

Navigating Neo4j with Jev

Jev 这个 waitlist 还是很给力的,昨天申请,今天就能用上。 给已经拿到 API、但还不知道怎么玩的人整理了一份 Awesome Jev,目前我能确认到的 Jev 项目基本都在这里: 1. jev-ultrafast Browser Use 做的高速浏览器 Agent。Jev Show more

Image
思维怪怪
思维怪怪
@0xLogicrw

前 OpenAI 研究员 Diogo Almeida 创办的 TypeSafe AI 推出新模型 Jev。它有点像一个能读懂自然语言的超级分类器,不生成文本,只返回选项、分数和概率,专门给软件做判断。 普通大模型需要一个 token 一个 token 往外生成,Jev 则可以并行给出多个结果。TypeSafe 还用新的 RLCD

Reply