Demos

Open-source projects you can clone, run, and learn from.

Turn PostHog sessions into product intelligence with SLMs you own
DemoAgentic AIInformation ExtractionClassification

Turn PostHog sessions into product intelligence with SLMs you own

Three fine-tuned small models read raw PostHog sessions and surface prioritized bugs and product gaps. They match their 120B teacher on the held-out sets and run on your own hardware at zero per-call cost.

Giving Superpowers to Your LLMs with SLMs
DemoAgentic AITool CallingOn-Prem / Edge

Giving Superpowers to Your LLMs with SLMs

Part 2 of the autonomous bug-fixing agent series: why the intelligent harness keeps the LLM orchestrator general-purpose and offloads domain work to cheap, fine-tuned SLM tools, cutting cost from ~$0.07 to ~$0.001 per incident.

Autonomous Bug Fixing Agent with distil labs' SLM and Warp Oz
DemoAgentic AIOn-Prem / Edge

Autonomous Bug Fixing Agent with distil labs' SLM and Warp Oz

A self-healing loop that diagnoses production failures with a fine-tuned 0.6B SLM and applies the fix with Warp Oz, closing incidents in seconds, no humans paged.

How to label your emails locally with a distil labs fine-tuned model and n8n
DemoClassificationOn-Prem / Edge

How to label your emails locally with a distil labs fine-tuned model and n8n

Build a fully local Gmail email classification pipeline using a distil labs fine-tuned 0.6B model and n8n, keeping all email data private on your machine.

Making FunctionGemma Work: Multi-Turn Tool Calling at 270M Parameters
DemoTool Calling

Making FunctionGemma Work: Multi-Turn Tool Calling at 270M Parameters

Google's FunctionGemma scores just 10-39% on multi-turn tool calling out of the box, but after fine-tuning with distil labs it reaches 90-97% accuracy across three benchmarks, matching or exceeding a 120B teacher model at 270M parameters.

pytest-generator: AI-Powered Unit Test Generation
DemoOn-Prem / Edge

pytest-generator: AI-Powered Unit Test Generation

Generate high-quality pytest test cases from Python function signatures and docstrings. Runs entirely on your local machine with zero API costs and complete privacy.

AI Slop Detector: Catch AI-generated text with a 270M model that runs in your browser
DemoClassificationOn-Prem / Edge

AI Slop Detector: Catch AI-generated text with a 270M model that runs in your browser

A fine-tuned 270M parameter model that detects AI-generated text entirely in your browser: no API keys, no cloud, no data leakage. Matches 120B teacher accuracy at 400x smaller size.

DemoQuestion AnsweringOn-Prem / Edge

Text2SQL: Natural Language CSV Query Tool

Query your CSV data using natural language questions. A fine-tuned 0.6B parameter model converts questions into SQL queries and executes them locally, no cloud required.

SHELLper: Multi-turn Bash Function Calling Model
DemoTool CallingOn-Prem / EdgeAgentic AI

SHELLper: Multi-turn Bash Function Calling Model

A fine-tuned 0.6B model that converts natural language into bash commands with 100% multi-turn tool call accuracy. Runs locally with full privacy.