lets-optimize

Automate metric-driven iterative optimization loops with Python and experimental design.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/williamzelesny/lets-engineer --skill lets-optimize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lets-optimize
Source: https://github.com/williamzelesny/lets-engineer/tree/main/plugins/lets-engineer/skills/lets-optimize
Command: npx skills add https://github.com/williamzelesny/lets-engineer --skill lets-optimize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of running metric-driven iterative optimization loops, enabling users to define a measurable goal, conduct parallel experiments, measure results, and converge on the best solution.

Core Features & Use Cases

  • Metric-Driven Optimization: Define a measurable goal and run parallel experiments to optimize against it.
  • Experiment Management: Track experiment results, manage experiment states, and persist data for durability.
  • Hypothesis Generation: Generate hypotheses based on current learnings and user input.
  • Use Case: Imagine you are optimizing a machine learning model's performance. Use this Skill to define a performance metric, run various experiments with different model configurations, measure the results, and converge on the best model.

Quick Start

Use the /lets-optimize command to start an optimization loop for your model. Provide the optimization spec YAML file or describe your optimization goal.

Frequently Asked Questions about lets-optimize

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

FAQPage Schema
How do I automate iterative optimization loops for machine learning performance tuning?

Iterative optimization loops are automated by defining a measurable metric, running parallel experiments with varying configurations, measuring results, and converging on the best solution. This Skill manages the experiment states and persists data for durable performance tuning.

What's the best way to run parallel experiments to optimize a machine learning model?

Running parallel experiments is best handled by defining a measurable goal in an optimization spec YAML file or command prompt. The system generates hypotheses based on current learnings, tracks results, and converges on the best model configuration.

Do I need Python to set up metric-driven experimentation and performance tuning?

Yes, you need Python for scripting and a measurement harness to set up metric-driven experimentation. This environment is required to automate the iterative optimization loops and track the experiment results effectively.

How does hypothesis generation work during systematic machine learning experimentation?

Hypothesis generation works by analyzing current learnings and user input to propose new model configurations. These hypotheses drive the parallel experiments within the iterative optimization loop to converge on measurable goals.

Can I use a YAML file to define optimization goals for automated performance tuning?

Yes, you can use an optimization spec YAML file to define your optimization goals for automated performance tuning. Providing this file to the optimization command initiates the iterative experimentation and measurement process.