StackMap
Subscribe

kev alternatives

Curated alternatives to kev — and why you'd switch.

localjev

GitHub Next's local Jev bridge: a Bun/TypeScript POST /v1/systemone that translates typed decision questions into prompts for DiffusionGemma behind any OpenAI-compatible endpoint.

Why switchBoth serve a local Jev-compatible /v1/systemone so TypeSafe's SDK works against localhost; kev trains a LoRA + readout head so the probabilities come from weights, LocalJev prompts a general model for a JSON probability vector — portable to any OpenAI-compatible backend, but self-reported rather than read from logits.
Full comparison →
contextgem

Declarative LLM extraction from documents: describe Aspects and Concepts in plain language, get structured values back with paragraph- or sentence-level references and built-in justifications.

Why switchBoth turn one document into structured typed values; contextgem prompts an LLM declaratively per Aspect/Concept, kev trains a head that answers every question in one pass and returns calibrated probabilities instead of generated text.
Full comparison →
needle

A 45M-parameter tool-calling model shipped as one 14MB binary that runs a full session in ~28MB RAM — grammar-constrained JSON, calibrated confidence, tool retrieval, LoRA fine-tuning.

Why switchSame bet from two angles: replace a prompted frontier model with a tiny purpose-built one. needle is 45M params for grammar-constrained tool calls, kev is a LoRA+head on Qwen for typed decisions with probabilities.
Full comparison →
DSPy

Program — don't prompt — your language models. Compile declarative pipelines into optimized prompts.

Why switchBoth refuse hand-tuned prompts for classification-shaped work: DSPy compiles the prompt around a large model, kev trains weights so there is no prompt and no decoding at all.
Full comparison →
MLX-LoRA-Studio

Native Mac app for on-device LLM fine-tuning via mlx-lm-lora: pick a model, choose SFT/LoRA/DPO-family algorithms, watch loss fall live, push to Hugging Face. No cloud, no code.

Why switchBoth get a LoRA trained on your own Mac; mlx-lora-studio is the general GUI over any model and SFT/DPO recipe, kev is one opinionated decision-model recipe (~1h45m for 0.5B on an M5) that ships its own server and eval suites.
Full comparison →