Theme

Font

Size

Text width

Line spacing

Controls accent

0 of 00%
TRACK 04

Evolution

Reduce cost, incorporate feedback, and deliver your skill.

2modules
12topics
130 minestimated with practice
Practicalprogressive level
0 of 00%
Compare the processPractice the conceptCheck the deliveryConsolidate the skill
Reduce cost, incorporate feedback, and deliver your skill.

Track map

4.1~55 min

🧩 Compare quality, cost, and effort

Economy after acceptance

4.2~75 min

🧩 Evolve and deliver your first skill

Feedback that turns into improvement

Detailed content

MODULE 4.1

Compare quality, cost, and effort

Do the walk it down with equivalent cases and decisions supported by results.

0 of 00%

What it is

The walk it down starts with a configuration that can accomplish the task. Record model, available effort, tools, skill version, and the cases used. This is the reference against which lighter alternatives will be compared.

Why learn

Without a baseline you don’t know whether the drop in quality came from the configuration, the data, or the instruction. The names and results cited in the video are examples from that experiment, not a guaranteed price or performance hierarchy.

Key concepts

  • Baseline: the configuration that passed.
  • Version: frozen instruction.
  • Environment: same tools.
  • Logging: observed cost, time, and quality.
Study this topic and do the exercise →

What it is

Keep cases, skill, and rubric the same when changing the model. After you pick a candidate, test another effort level if the interface offers that control. Don’t assume all models accept the same options.

Why learn

Changing the model, prompt, and tool all at once prevents attributing the difference to a single cause. A simple, controlled comparison is worth more than a big spreadsheet full of incompatible conditions.

Key concepts

  • Independent variable: what changes.
  • Controls: what stays the same.
  • Repetitions: variation between runs.
  • Order: alternate to reduce moment-effects.
Study this topic and do the exercise →

What it is

In the video’s visual study, one candidate was better on certain crops and worse on others. To find what works for your job, include examples of different natures: screen demonstrations, talk with few images, and content with charts.

Why learn

A single example favors coincidences. Repeat important cases and examine where the configuration fails, not just your average. A high acceptance rate can hide a serious error in a rare but essential type.

Key concepts

  • Diversity: input types.
  • Repetition: output instability.
  • Stratification: results by category.
  • Reserved case: test outside the fit.
Study this topic and do the exercise →

What it is

The price per call is only part of the cost. Include attempts and corrections. In the didactic example, A spends 12 units for 10 accepted deliveries; B spends 8 for 5. A costs 1.20 per accepted delivery and B costs 1.60.

Why learn

A nominally cheap configuration can consume more resources because of rework. Record human time separately or establish an explicit way to monetize it. Don’t mix API cost with a subscription without explaining the method.

Key concepts

  • Total cost: all relevant attempts.
  • Accepted deliveries: passed the contract.
  • Effective cost: total divided by acceptances.
  • Zero acceptances: effective cost is not zero.
Study this topic and do the exercise →

What it is

After you find a suitable model, try reducing effort when that control exists. The decision depends on observed quality, time, and consumption. More effort is not a guarantee of better results for every task.

Why learn

A skill with clear rules and a calculation script may require less deliberation than a complex visual review. The quality gate prevents the economy from removing exactly the check that avoids errors.

Key concepts

  • Candidate: configuration to try.
  • Gate: immutable minimum criteria.
  • Acceptance: demonstrated in the cases.
  • Reversal: go back to the reference if it fails.
Study this topic and do the exercise →

What it is

The result of the experiment must state which configuration was chosen, why, in which cases, and with what limits. Include a review date or events that justify repeating the comparison: a new tool, model, input type, or a contract change.

Why learn

Optimization is a situated decision. An update can change behavior or availability. Keeping the evidence lets you revisit the choice without starting from vague opinions or from remembering the best example.

Key concepts

  • Decision: configured approach adopted.
  • Scope: tasks covered.
  • Evidence: results and artifacts.
  • Review trigger: relevant change.
Study this topic and do the exercise →
View Complete →
MODULE 4.2

Evolve and deliver your first skill

Apply the bicycle method and assemble a verifiable work package.

0 of 00%

What it is

The bicycle method represents supervision that changes as you learn. In the first runs, monitor everything. After you observe stability, review samples and maintain controls over actions with higher impact.

Why learn

Trusting more doesn’t mean removing all protection. A skill that produces a draft can operate with little supervision; publishing, sending, or editing records involves different consequences. The autonomy level depends on risk and the evidence.

Key concepts

  • Supervision: review step by step.
  • Full review: evaluate the entire output.
  • Sampling: look at a representative slice.
  • Permanent limits: they remain even after maturity.
Study this topic and do the exercise →

What it is

Effective feedback names the observed result, the expected result, the impact, and the proposed change. Also include what worked and should be preserved. This reduces the risk that rewriting unnecessarily breaks good parts.

Why learn

“It’s bad” pushes the agent to guess. “The total is correct, but there’s a missing period in the header” pinpoints the defect. The correction is to add and test the period, not to replace the entire calculation pipeline.

Key concepts

  • Observed: what happened.
  • Expected: contract violated.
  • Impact: why it matters.
  • Protection: minimum rule and test.
Study this topic and do the exercise →

What it is

After fixing, save a case that would have detected the failure before. This test goes into the next evaluation. Also run the previous cases to ensure the new protection didn’t make valid inputs impossible.

Why learn

Fixing an execution is local; the test preserves the learning. For example, if a privacy rule started hiding all numbers, the regression should reveal that it also removed essential data that was previously public.

Key concepts

  • Minimum case: reproduce the problem.
  • New test: flags the old failure.
  • Previous suite: protects what worked.
  • Final result: includes both checks.
Study this topic and do the exercise →

What it is

Save skill changes in version control or in identified copies, with a short history of the reason. Record the version used in each experiment to distinguish improvement from instruction changes due to environment changes.

Why learn

A useful history lets you go back to the previous version when a fix worsens the result. It’s not enough to save “final,” “final2,” and “now-works.” Identify what changed and the evidence that justified the decision.

Key concepts

  • Version: identifiable state.
  • Changelog: reason for the change.
  • Diff: concrete change.
  • Rollback: return to a known state.
Study this topic and do the exercise →

What it is

Assemble the skill, the synthetic CSV, the generator, negative cases, and execution evidence. The kit provides a functional starting point; your job is to run it, explain the result, and adapt a small rule with a corresponding test.

Why learn

The final project proves the full cycle: contract, implementation, verification, and improvement. Reading the SKILL.md is only one part. You need to open the artifacts, check the account, and observe how the skill reacts to an invalid input.

Key concepts

  • Delivery 1: SKILL.md delimited.
  • Delivery 2: report and calculated data.
  • Delivery 3: test evidence.
  • Delivery 4: justified change and regression.
Study this topic and do the exercise →

What it is

A healthy library contains tasks with clear boundaries, examples, and maintainable upkeep. Review similar skills, competing triggers, and obsolete rules. Consolidate duplicates when there’s evidence they represent the same process.

Why learn

The final skill isn’t writing more instructions: it’s maintaining a system where each procedure can be found, executed, and evaluated. Redo the review when the work changes, not only when the text seems outdated.

Key concepts

  • Inventory: what exists and what it’s for.
  • Conflict: two skills compete for the same task.
  • Maintenance: responsible and reason for the update.
  • Evidence: recent cases and results.
Study this topic and do the exercise →
View Complete →
← All tracks