EveryDev.ai
Subscribe
Home
Tools

3,995+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. jeff
    jeff icon

    jeff

    Local Inference

    A self-hosted, open-source drop-in replacement for TypeSafe's jev System One API, powered by the GLiFormer 400M parameter encoder model.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and distribute under the MIT license. Self-host on your own infrastructure.

    Engagement

    Available On

    macOS
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Local InferenceAI InfrastructureContent Analysis

    Alternatives

    AI BackendsOlaresModular Platform
    Developer
    Logan MarkewichLogan Markewich builds open-source AI infrastructure tools,…

    Listed Sep 2026

    About jeff

    jeff is a self-hosted implementation of TypeSafe's jev System One API, built by Logan Markewich and released under the MIT license. It runs on the GLiFormer large model (400M parameters) and is designed to be a cost-effective alternative to the hosted jev service, compatible with the official typesafe-sdk by pointing the TYPESAFE_BASE_URL environment variable at a jeff instance.

    What It Is

    jeff is an open-source classification inference server that replicates the TypeSafe jev System One API surface. It answers structured classification questions about a given text state, supporting three question types: choice (pick one option from a set), score (rate on ordered levels), and noul (probability of yes/no). The server exposes a REST API compatible with the official TypeSafe SDK, so existing SDK-based applications can switch to jeff with only an environment variable change.

    How It Works

    jeff wraps the GLiFormer encoder model in a batching HTTP server built with Python. Incoming requests are queued and batched for efficient GPU throughput. The server auto-selects the compute device in order: CUDA → MPS → CPU. Key architectural details include:

    • Batching: Configurable batch size and wait time (JEFF_MAX_BATCH, JEFF_MAX_WAIT_MS) for throughput tuning.
    • Isolation modes: Nouls get separate encoder passes by default; choice and score questions share a pass. JEFF_ISOLATE=all forces full independence at extra compute cost.
    • ONNX backend: An optional ONNX Runtime path runs the encoder for CPU deployments, with int8 quantization support.
    • Rate limiting and auth: Per-key bearer token auth and per-key rate limiting are configurable via environment variables.

    Deployment Options

    jeff supports local development and cloud deployment on Modal:

    • Local: Requires uv and Python 3.12. Run with uv run jeff after syncing dependencies and downloading model weights from Hugging Face.
    • Modal GPU: Deploy with an L4 GPU for the HTTP API. The README reports measured HTTP throughput capping at approximately 50 requests/second per container, with horizontal scaling via JEFF_MAX_CONTAINERS.
    • Modal CPU / ONNX: Available as a fallback, though the README notes that an 8-core Modal CPU deployment was slower and more expensive than the hosted jev service.
    • Mac: MPS is preferred over CPU for local development.

    Benchmarks and Tradeoffs

    The README includes benchmark results measured on 1,600 labeled items across eight datasets, comparing jeff to the hosted jev service:

    • jeff achieves approximately 75.5% accuracy on AG News topic classification vs. 90.5% for jev.
    • On the JevBench v1.2.2 leaderboard (18 models), jeff ranks #9 overall but #14 of 18 on intelligence score alone; its overall rank is driven by cost efficiency.
    • jeff is described as close to jev on binary sentiment and emotion classification, but substantially behind on irony, reading comprehension, and harder reasoning tiers.
    • The README estimates cost per 1M single-question requests at approximately $2.6 (L4/Modal HTTP) vs. approximately $15.6 for jev — roughly a 6× cost reduction at the expense of accuracy on reasoning-heavy tasks.

    Current Status

    The repository was created in September 2026 and last updated shortly after, with 243 stars and 18 forks at the time of indexing. The project is actively maintained under the MIT license and accepts contributions via standard GitHub workflow. Tests are included, with model integration tests requiring a local model checkpoint and SDK live tests using a fake backend server.

    jeff - 1

    Community Discussions

    Be the first to start a conversation about jeff

    Share your experience with jeff, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and distribute under the MIT license. Self-host on your own infrastructure.

    • Full source code access under MIT license
    • Self-hosted deployment on local hardware or cloud
    • GLiFormer large model support
    • Modal GPU and CPU deployment scripts
    • ONNX Runtime backend option

    Capabilities

    Key Features

    • Self-hosted TypeSafe jev System One API compatibility
    • GLiFormer large (400M parameter) encoder model
    • Three question types: choice, score, and noul
    • Automatic device selection: CUDA, MPS, or CPU
    • Configurable request batching for throughput optimization
    • ONNX Runtime backend with int8 quantization support
    • Modal GPU and CPU deployment scripts included
    • Per-key bearer token authentication
    • Per-key rate limiting with configurable RPS and burst
    • Horizontal scaling support on Modal
    • Compatible with official typesafe-sdk
    • Environment variable-based configuration
    • Health check and stats endpoints
    • MIT licensed and open source

    Integrations

    TypeSafe SDK (typesafe-sdk)
    GLiFormer (knowledgator/gliformer-large-v1)
    Hugging Face Hub
    Modal
    ONNX Runtime
    uv (Python package manager)
    PyTorch
    Flash Attention (CUDA)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate jeff and help others make informed decisions.

    Developer

    Logan Markewich

    Logan Markewich builds open-source AI infrastructure tools, with a focus on LLM and encoder model integrations. He is a contributor to the LlamaIndex ecosystem and develops self-hosted alternatives to commercial AI APIs. jeff is his open-source drop-in replacement for TypeSafe's jev classification service, powered by the GLiFormer encoder model.

    Read more about Logan Markewich
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    AI Backends icon

    AI Backends

    Self-hosted open-source AI API server that exposes unified REST endpoints and supports multiple LLM providers for integration into applications.

    Olares icon

    Olares

    An open-source personal cloud operating system built on Kubernetes that lets you self-host AI models, apps, and data on your own hardware with enterprise-grade security.

    Modular Platform icon

    Modular Platform

    A unified AI development and deployment platform built on the open-source MAX framework and Mojo programming language, supporting inference across NVIDIA, AMD, and other hardware.

    Browse all tools

    Related Topics

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    201 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    398 tools

    Content Analysis

    AI-powered tools that automatically analyze, categorize, and extract insights from text, images, video, and other content types for sentiment analysis and semantic understanding.

    65 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions