Skip to content
JevDirectory.org
CommunitySites & Guides638 starsVerified 2026-09-22

awesome-jev-tools

A curated list of public projects and practices built on Jev: 212 entries across 13 categories, from classification and routing to agent decisions, calibration, infra/SDKs, and finance, with explicit inclusion rules.

Category
Sites & Guides
Published by
Community
Author
v-modal
Added
2026-09-22
Tagscommunityawesome-listagentsevaluation

Highlights

  • Thirteen populated categories range from Classification & Routing (20 entries) to Related Practices (50) and Agent Decisions (29).
  • Explicitly excludes generic classifiers, routers, or research agents that merely resemble the pattern without using Jev.
  • Under Curation is not endorsement it warns that repos arriving in bulk often share one scaffold and may be unproven leads rather than validated tools.
  • Its adoption checklist asks whether code calls the Jev API, whether a runnable check exists, whether numbers have a source, and whether a license exists.
  • Entries use a one-line submission format: name, URL, and an industry-tagged sentence describing the Jev use case.

Watch out

No license file, so reuse terms are unclear even though the README states MIT; inclusion is explicitly not a quality review, security audit, or recommendation.

More like this

1.2kGitHub stars
A curated community list of public projects and practices built on Jev, grouped by direct Jev application domain with explicit inclusion rules and a category for practice signals like threads and interviews.
Sites & Guides#community#awesome-list#documentation
Communityawesome-jev
396GitHub stars
An independent, community-maintained catalog of 640 open-source projects built with Jev across 11 categories, paired with the jevbest.com site and citing public evidence behind each entry.
Sites & Guides#community#typescript#awesome-list
Communityawesome-jev
A source-backed radar of open-source Jev projects with commit-pinned code evidence across 17 domains, plus a searchable site, an agent skill, and issue-based submissions.
Sites & Guides#community#javascript#awesome-list
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

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

Reranking 33,047 catalog entries

拿 Jev 做搜索重排,我先泼一盆冷水:单独用,它没打赢向量检索 TypeSafe 的 Jev 这阵子很火,一堆项目拿它做重排。我们在 Agent Skills Hub 的 33,047 条目录上认真测了一次,164 条中英文真实查询,9,831 对分级标注,整套只花了 2.6 美元 三个结论 01|单独重排,约等于没赢 Jev 重排 bge-m3 Show more

Jason Zhu
Jason Zhu
@GoSailGlobal

有美团、阿里的老哥嘛? 试试加一路召回、重排(离线、近实时实现),我觉得有奇效 他在文本理解上 跟之前机器学习、llm很不一样 还能自动打标签做特征

Reply

Six uses that stuck after 60 days

Security decisions that fit Jev

This made me rethink where AI actually fits into security engineering. For purely engineering work, forget about ChatGPT or Claude. TypeSafe AI just released Jev, and I think it’s going to change how we build AI into security workflows. Instead of asking an LLM to “investigate Show more

TypeSafe AI
TypeSafe AI
@typesafeai

we are officially out of stealth! join the frontier and get access to Jev on our website (link on profile)

Reply

A million judged questions

Inferring Jev's internals from 1,000 calls

Jevの内部アーキテクチャを推測している技術記事(Jev’s Architecture Unmasked)からメモ。 ・本記事はJevのAPIを約1万回の呼び出して、内部構造を推測したもの ・従来の言語モデルを用いた分類やルーティングでは、トークンを1文字ずつ逐次生成するために膨大な無駄な計算コストが発生していた。 Show more

Reply