jaredpalmer/kev

Jev-like family of decision models built on top of Qwen3.5/3.8 you can train and run on your own

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 1 hour ago
Added to GitGenius on September 22nd, 2026
Created on September 17th, 2026
Open Issues & Pull Requests: 39 (+4)
GitHub issues: Enabled
Number of forks: 383
Total Stargazers: 6,700 (+25)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.9 hours
Mean response time: 8.3 hours
90th percentile: 16.4 hours
Tracked items: 12

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 19
Closed in 7 days: 5
Avg open age: 1 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 19
Closed in 7 days: 5
Comments in 7 days: 10
Events in 7 days: 10

Top labels

  • enhancement (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Kev is a family of small decision models built on Qwen3.5 that you can train and run locally.

The tool addresses the need for lightweight, self-hosted decision models that can handle multiple question types in a single request. It builds on the Jev architecture and provides models in three sizes. The approach allows questions to share input context while remaining isolated from each other, and supports yes/no, multiple-choice, and rating questions simultaneously. The tool runs across different hardware platforms including CUDA, ROCm, and Apple Silicon, with the larger models fitting within 32 GB of memory on Mac systems using bf16 precision.

Kev suits teams wanting to run decision models without external API dependencies or the overhead of larger language models. The pretrained weights are available for immediate use, or you can train your own using the provided training code and evaluation data. The API matches TypeSafe's System One, allowing you to point their Python SDK at a local Kev server. A web playground lets you test inputs interactively and observe how option ordering affects model responses, available both locally and in a browser-based demo without installation.

The project maintains frozen evaluation suites for consistent benchmarking and publishes a research log documenting development decisions. Training code and evaluation data are included alongside the model weights, enabling reproducible experimentation. The tool provides serving performance documentation specific to different hardware configurations, helping users understand what to expect on their target platform.