geeknik/HyperTune

Helps you tune LLM hyperparameters

Python102 ★LLM & Prompt ToolingGitHub ↗
Quality: decent 15/24
PAI: watch 0.5
Appraised: 2026-05-27 current
Contents

Overview

Verdict

Rating Summary
Quality decent (15/24) Well-documented and modestly adopted, held back by zero releases, a quiet three-month commit gap, and no CI infrastructure.
PAI Relevance watch (0.50) Addresses a real gap (systematic LLM hyperparameter search) but the Python-only runtime and partial overlap with PAI's Evals and Optimize skills keep it at arm's length.

Quality Assessment

15/24 — stale-risk / adequately-documented / solid

Health: 3/8 (stale-risk)

Failed:

Passed:

Documentation: 6/8 (adequately-documented)

Failed:

Passed:

Engineering Signals: 6/8 (solid)

Failed:

Passed:

PAI Relevance

Dimension Score Assessment
Harvest Value 1 The multi-dimensional semantic scoring design (coherence + relevance + complexity via sentence-transformer embeddings, with degenerate-output penalties) is worth studying as a reference for improving PAI's Evals skill, which currently lacks structured multi-axis LLM output scoring.
Integration Readiness 1 Python-only runtime requires a virtualenv wrapper; not bun add-able. However, the clean CLI (python cli.py ... --output results.json) and structured JSON export mean a PAI skill could invoke it as a subprocess with moderate adapter glue.
Overlap Risk 1 Partial overlap with PAI's Evals skill (AI agent output evaluation) and Optimize skill (metric hill-climbing); neither covers systematic API hyperparameter sweep across providers, so the overlap is incomplete.
Gap Fill 1 PAI has no dedicated hyperparameter-search capability for LLM API calls; Optimize handles general metric hill-climbing but does not enumerate provider-specific parameter spaces or generate cross-parameter visualisation.

Composite: 0.50

What Next

Landscape Position

Category: LLM & Prompt Tooling

In this category: mattpocock--evalite (decent, 15/24) is the only prior entry; karpathy--autoresearch (decent, 14/24) in AI Research overlaps on the "model tuning" axis.

Standing: HyperTune matches evalite on overall score (15/24) but targets a more specific problem (API hyperparameter search) rather than general LLM app evaluation; within the category it is effectively co-leading with evalite despite a weaker health profile.

Evidence Base

Density: 7/10 — Full README available (strong); star/fork/commit/creation timestamps present; language and licence confirmed; dependency manifest explicitly listed as not available; no release tags; no CI config visible; no code structure or file tree; no external usage data beyond stars and forks.

Notes

The model list in the README (GPT-5.2, GPT-5-nano, Claude Opus 4.5, Gemini 3 Pro, etc.) suggests the author has actively tracked frontier model releases through early 2026, which is a positive signal for ongoing relevance. The complete absence of releases after nearly two years is the main structural concern — it is unclear whether this reflects a "works for me, ship it" posture or quiet abandonment. The 0 open issues with no associated release lifecycle leans toward the latter. Worth revisiting if a v1.0 tag appears.