tldr-bench

Execute token-efficiency benchmarks for the tldr-swinton model with context tracking and frontier runs.

3|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/mistakeknot/Demarch --skill tldr-bench
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tldr-bench
Source: https://github.com/mistakeknot/Demarch/tree/main/.gemini/generated-skills/tldr-bench
Command: npx skills add https://github.com/mistakeknot/Demarch --skill tldr-bench

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, fastapi, uvicorn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a framework for running token-efficiency benchmarks for the tldr-swinton model, helping to optimize its performance and resource usage.

Core Features & Use Cases

  • Token Efficiency Benchmarking: Measure and compare the token usage of different configurations or versions of tldr-swinton.
  • Context Tracking: Benchmark how well the model handles and tracks information within a given context.
  • Frontier Runs: Execute benchmarks against dynamic or evolving inputs using a shim for logging.
  • Use Case: Developers can use this Skill to identify which prompts or model parameters lead to the most token-efficient responses for a specific task, thereby reducing API costs and improving response times.

Quick Start

Use the tldr-bench skill to track context with the baselines variant and print the results.

Frequently Asked Questions about tldr-bench

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I benchmark LLM token efficiency for context tracking?

To benchmark LLM token efficiency for context tracking, execute a skill like tldr-bench that measures token usage across different model configurations and tracks information handling within a given context.

What is a shim for logging in frontier benchmark runs?

A shim for logging in frontier benchmark runs is an intermediary layer that intercepts and records model inputs and outputs, enabling token-efficiency measurement against dynamic or evolving inputs.

How do I set up a Python environment for LLM performance testing with uv?

Set up the Python environment for LLM performance testing by installing uv, configuring the specific project dependencies, and ensuring your system supports Apple Silicon builds if required.

Can I use pytest to validate token efficiency benchmarks?

Yes, you can use pytest to validate token efficiency benchmarks by running the included pytest suite, which verifies that the benchmarking framework and context tracking logic function correctly.

Does token efficiency benchmarking help reduce API costs?

Yes, token efficiency benchmarking helps reduce API costs by identifying which prompts or model parameters lead to the most token-efficient responses, optimizing resource usage and improving response times.

Are there limitations when running token benchmarks on Apple Silicon?

The skill supports Apple Silicon builds for running token benchmarks, but users must ensure their Python environment and dependencies are fully compatible to avoid execution issues during frontier runs.