What problem does it solve?
This Skill solves the challenge of improving LLM system performance when the base model cannot be retrained. It automatically searches over the harness code—memory, retrieval, context assembly, and prompt scaffolding—to find configurations that deliver higher quality at lower cost.
Core Features & Use Cases
- Native Pareto Optimization: Runs Meta-Harness-style evolutionary loops using built-in Agent, Workflow, and loop tools instead of external Python harnesses.
- Deterministic Scoring: Uses a $0 evaluator to grade candidates on quality and cost while enforcing guardrails against frozen-replay defects and data leakage.
- Use Case: Optimize a campaign-memory summarizer or retrieval ranker for a fixed-model agent, achieving better performance without touching the model weights.
Quick Start
Use the meta-harness skill to run a native optimization loop that proposes candidate harness variants, scores them on a cheap deterministic eval, and maintains a Pareto frontier of quality versus cost for your fixed base model.