Back to the lab

JEVLAB / FIELD NOTES

Fresh from the lab

A dated reading list of newly added resources and JEVLAB NEWS. Come back for what changed, or follow the RSS feed in your own reader.

1,299 additions in this window

Remember this visit on this browser to highlight new additions next time. No sign-in or cross-device tracking.

Dates show when an item became available in JEVLAB, in UTC, not when its original source was published. Translation-only edits do not count as new resources.

36

  1. GitHub

    jev-bfs

    This project implements a Wikipedia link racing game using Jev ranking. It demonstrates a breadth-first search approach to finding paths between articles, featuring a live terminal interface for tracking progress during the race.

    github.com
  2. GitHub

    jevegis

    jevegis provides a unified API for implementing guardrails in LLM applications. It is designed to detect prompt injections, jailbreaks, data leaks, and unsafe content, leveraging the TypeSafe Jev framework to enhance security for language model interactions.

    github.com
  3. X

    Jev-Driven Pac-Man Gameplay

    This demonstration showcases a Pac-Man session where every movement is dictated by Jev. It serves as an experiment in applying Jev-based decision-making logic to classic arcade mechanics to observe strategic navigation patterns.

    x.com
  4. X

    Diogo Almeida Tech Talk

    This presentation by Jev founder Diogo Almeida explores the platform's architecture. The creator claims the system achieves high operational speed and cost efficiency while maintaining accuracy, though these performance metrics remain independent of third-party verification.

    x.com
  5. X

    Doom with branching futures

    This experiment demonstrates using Jev alongside an LLM to play Doom. It explores the capability of simulating multiple potential future outcomes simultaneously during gameplay to inform decision-making processes within the game environment.

    x.com
  6. X

    Codebase Complexity Classifier

    This project introduces a Jev-based classifier designed to evaluate codebase complexity. It aims to help developers identify and mitigate instances of overengineered code through automated structural analysis.

    x.com
  7. Docs

    TypeSafe AI Documentation

    This resource provides the foundational documentation for TypeSafe AI. It covers core primitives, implementation patterns, and practical cookbooks, alongside comprehensive technical references for the HTTP API and available software development kits.

    docs.typesafe.ai
  8. GitHub

    jev-use

    This plugin integrates Jev with AI agents like Claude Code to handle non-text output steps. It demonstrates a workflow for typed escalation back to the LLM, with the creator reporting p50 latency of 230ms and costs around $0.02 per 1,000 judgments.

    github.com
  9. X

    Building the fastest agent brain in 10 steps

    This guide outlines a ten-step process for constructing an agent brain using Jev. The author claims this approach optimizes for high-speed performance, providing a structured workflow for developers looking to build responsive autonomous systems.

    x.com
  10. Docs

    Confidence-gated routing

    This pattern demonstrates a method for routing requests based on model confidence scores. It teaches how to implement conditional logic to ensure higher quality outputs by directing tasks to appropriate processing paths.

    docs.typesafe.ai
  11. X

    A run at the Pokémon League

    This project demonstrates Jev attempting to defeat the Pokémon League in Pokémon Gold. It showcases the use of basic control inputs to navigate the game environment and progress through competitive battles.

    x.com
  12. GitHub

    typesafe-go

    This repository provides an idiomatic Go SDK designed for interacting with the TypeSafe AI API. It serves as a developer tool to facilitate integration and communication with the service using standard Go programming patterns.

    github.com
  13. X

    Ground Truth news-framing extension

    This browser extension utilizes Jev to analyze and classify online articles. It demonstrates how to automatically identify news framing, content topics, and the presence of loaded language within web-based media.

    x.com
  14. GitHub

    von

    von is an open-source System One decision model designed as a local, non-autoregressive alternative to TypeSafe Jev. The creator claims the model achieves sub-15ms inference speeds for decision-making tasks.

    github.com
  15. GitHub

    typesafe-client

    This Rust library provides an unofficial asynchronous client for interacting with the TypeSafe System One API. It demonstrates how to implement type-safe communication patterns when integrating with the platform's backend services.

    github.com
  16. GitHub

    jev-mcp

    This MCP server integrates TypeSafe Jev into Claude Code, providing structured tools for classification, scoring, and batch processing. It demonstrates how to expose calibrated judgment capabilities as standardized functions for automated agent workflows.

    github.com
  17. GitHub

    jev-t-rex-runner

    This project demonstrates the application of the Typesafe AI Jev model to automate gameplay in the classic Chrome T-Rex runner. It serves as a practical experiment in integrating AI agents with browser-based game environments.

    github.com
  18. X

    Voice control over Fusion 360

    This project demonstrates a voice-controlled interface for Fusion 360. It uses Jev to distinguish between actionable commands and casual conversation, aiming to streamline CAD workflows through natural language input.

    x.com
  19. GitHub

    taste-lint

    This command-line tool utilizes Jev to identify potential AI-generated low-quality content within user interfaces, copy, and agent instructions. It provides semantic taste checks to help developers maintain quality standards before deploying their projects.

    github.com
  20. GitHub

    rh-guard

    rh-guard provides a reward-hack detection mechanism for coding agents. It utilizes structural denies and a TypeSafe Jev System One sidecar to monitor hooks within Claude Code and Cursor, aiming to identify potential reward-hacking behaviors during automated development tasks.

    github.com
  21. GitHub

    fast-jev-compaction

    This Claude Code plugin replaces standard compaction summaries with Jev-based decision-making. It scores tool calls and results in a single request, automatically pruning or truncating stale data while preserving essential information in its original format.

    github.com
  22. GitHub

    jevscape

    jevscape provides a RuneBench harness for Jev, featuring a bounded action catalog and a tick-mode controller. It includes a live dashboard designed to help developers monitor and manage agentic workflows within the Jev ecosystem.

    github.com
  23. GitHub

    spendbrake

    spendbrake provides a mechanism for managing AI agent expenditures. It demonstrates how to implement budget controls by enabling users to continue, downgrade, or stop agent operations using TypeSafe Jev.

    github.com
  24. GitHub

    jev-codes

    This tool enables automated auditing of git diffs against defined YAML coding standards. It utilizes the Jev model to provide consistency checks directly through a command-line interface or integrated AI agent workflows.

    github.com
  25. Resources

    Jev Room

    Jev Room is a web-based tool that transforms a single descriptive sentence into six distinct interior room visualizations. The application uses Jev to interpret user input and generate corresponding spatial designs for creative inspiration.

    jev-room.moe136231.chatgpt.site
  26. X

    jev-trader

    jev-trader demonstrates an automated trading bot that utilizes Jev to analyze asset price feeds. The project showcases how the model makes buy and sell decisions and executes real-world financial transactions based on its internal logic.

    x.com
  27. GitHub

    jev-mail-classifier

    This project demonstrates an automated email management system using Jev. It provides a configuration-driven approach to classify, tag, move, and flag incoming messages, showcasing how TypeSafe AI models can be applied to streamline personal inbox organization workflows.

    github.com
  28. X

    Fourteen checks for every pull request

    This tool automates code quality by running fourteen distinct checks on pull requests. It aims to identify potential security vulnerabilities like hardcoded secrets and problematic SQL patterns during the development workflow.

    x.com
  29. Docs

    TypeSafe Introduction

    This official documentation provides a foundational overview of the TypeSafe ecosystem. It serves as the primary entry point for understanding core concepts and architectural principles governing the platform's approach to safe and reliable AI integration.

    docs.typesafe.ai
  30. GitHub

    jev-crawlers

    This repository provides automated crawlers built with Unix-style primitives for system analysis. It demonstrates a modular approach to bug-hunting by utilizing lightweight, composable tools to perform systematic data collection and vulnerability discovery across target environments.

    github.com
  31. GitHub

    typesafe-local

    This project demonstrates a method for querying local LLMs on Apple Silicon to receive calibrated probabilities rather than raw text. It aims to provide structured output directly, bypassing the need for traditional text generation or subsequent parsing steps.

    github.com
  32. GitHub

    Cheshi

    Cheshi is a macOS workspace integrating Jev-powered conversation memory with OpenAI Codex. It enables users to manage AI agents, navigate codebases via CodeGraph, and synchronize workflows across Git, Ghostty terminals, and Apple Notes within a unified environment.

    github.com
  33. GitHub

    game-coach

    This project integrates Stockfish engine analysis with Jev-based decision logic to provide real-time strategic guidance for chess players. It demonstrates a method for combining traditional chess engines with modern AI judgment systems.

    github.com
  34. Docs

    SDE cascade

    This official TypeSafe reference outlines the SDE cascade methodology. It demonstrates how to structure multi-stage AI workflows to improve output reliability and logical consistency during complex software development tasks.

    docs.typesafe.ai
  35. GitHub

    DGP (Decision Graph Protocol)

    This experimental protocol uses a Jev adapter to evaluate evidence through typed choices. It demonstrates how application code can validate permissions and execute simulated demo actions within a structured decision-making framework.

    github.com
  36. GitHub

    kyotsu-ai-bench

    This repository provides a static dashboard comparing Jev, luna-none, and luna-low models on Japan's 2026 Common Test. It serves as an experimental benchmark to evaluate how these specific AI architectures perform on standardized academic examination questions.

    github.com