Theme

Font

Size

Text width

Line spacing

Controls accent

0 of 00%
TRACK 03

Verification

Swap confidence in the explanation for evidence.

2modules
12topics
115 minestimate with hands-on practice
Practicalprogressive level
0 of 00%
Check the processPractice the conceptCheck the deliveryConsolidate the skill
Swap confidence in the explanation for evidence.

Track map

3.1~60 min

🧩 Verify with evidence

The output must include proof

3.2~55 min

🧩 Do a real visual review

The image must explain

Detailed content

MODULE 3.1

Verify with evidence

Build objective tests and rubrics that explain the editorial evaluation.

0 of 00%

What it is

An objective check has a reproducible rule: the file exists, the sum reconciles, and the required field is present. An editorial assessment compares the output against a rubric: clarity, relevance, and suitability for the audience. The same requirement can combine both.

Why learn

The video uses review as the central step. To apply it well, avoid confusing “another agent looked at it” with factual proof. Image counts are verifiable; for an image to truly explain an idea requires interpretation and localized evidence.

Key concepts

  • Goal: a rule and an observable result.
  • Editorial: criteria and anchored examples.
  • Hybrid: measurement plus inspection.
  • Evidence: file, excerpt, screenshot, or test.
Study this topic and do the exercise →

What it is

A useful test should fail in the face of a plausible error. If it only checks that the file exists, an empty report will pass. In the example, compare the total, the channels, the number of records, and the behavior for invalid input.

Why learn

Tests derived blindly from the implementation can repeat the same error. Use at least one result computed by another path: manually in a small case, or by an independent rule. Also verify outputs that should not be produced.

Key concepts

  • Assertion: the expected condition.
  • Oracle: the source of the correct result.
  • Negative test: handled error.
  • Independence: reduce shared error.
Study this topic and do the exercise →

What it is

A rubric explains what each quality level means. Use a few criteria and concrete descriptions. For clarity, for example: level 0 is contradictory, 1 requires guessing, 2 is understandable with review, and 3 is straightforward and self-sufficient.

Why learn

Without anchors, two reviewers can use the same word for different standards. An isolated high score doesn’t help you fix anything. Require the evaluation to cite the excerpt and propose the smallest change that can resolve the problem.

Key concepts

  • Criterion: the assessed dimension.
  • Anchor: an example of the level.
  • Excerpt: the location of the evidence.
  • Correction: a limited and verifiable action.
Study this topic and do the exercise →

What it is

An LLM as a judge applies criteria and points to possible failures. It can interpret language and images, but it can also miss errors or approve its own hypothesis. A second instance doesn’t guarantee independence of reasoning.

Why learn

Separate generation from the evaluation and provide the evaluator with the contract, the input, and the output. When possible, hide which configuration produced each version. Check a human sample to calibrate whether the judge is actually using the rubric.

Key concepts

  • Separation: review has its own context and purpose.
  • Blinding: reduces preference for labels.
  • Calibration: compare with human judgment.
  • Limit: the judge doesn’t replace the primary source.
Study this topic and do the exercise →

What it is

A quality report connects criterion, result, and evidence. “Everything verified” doesn’t say what was opened, calculated, or inspected. A good delivery also includes limitations and items that still need a decision.

Why learn

This document reduces human review work because it directs attention. But QA itself can also be wrong: open samples of the evidence and check whether what was described actually happened.

Key concepts

  • Status: passed, failed, or not verified.
  • Evidence: a locally referencable reference.
  • Action: correction or follow-up.
  • Traceability: input and version used.
Study this topic and do the exercise →

What it is

The cycle is produce, verify, correct, and verify again. Set a cap on attempts and an exit condition. In the lab, use up to two rounds of correction before reporting a persistent block for analysis.

Why learn

More rounds don’t imply better quality. The agent may alternate between two solutions or spend resources without improving. A cap makes the cost predictable and forces you to explain what’s missing instead of declaring victory from exhaustion.

Key concepts

  • Acceptance: all blockers passed.
  • Correction: focus on the observed failure.
  • Regression: what worked continues working.
  • Stop condition: limit or external dependency.
Study this topic and do the exercise →
View Complete →
MODULE 3.2

Do a real visual review

Learn from the video case → article, and also test what the reader sees.

0 of 00%

What it is

Before selecting screenshots, list what the article needs to explain. For each claim, indicate what visual evidence would help the reader. The visual plan can include the idea, a candidate timestamp, essential detail, and the predicted position.

Why learn

Capturing first and writing later often leads to a collection of loosely connected images. Starting from the didactic function prevents inserting a dashboard just because it’s colorful. Sometimes an author-made table or diagram explains better.

Key concepts

  • Claim: what the text states.
  • Evidence: what the image shows.
  • Position: where it helps.
  • Caption: explicit link to the idea.
Study this topic and do the exercise →

What it is

A good screenshot must make sense as a static image. Check whether a transition has finished, whether the cursor doesn’t cover the data, and whether important labels are present. Go back a few moments in the source when needed to recover context.

Why learn

The article reader didn’t see the seconds before. A box without a title or a number without a unit requires guessing. This is one of the problems shown in the video comparison: screenshots that belong to the source but don’t work when used in isolation.

Key concepts

  • Stability: animation completed.
  • Context: label and unit are present.
  • Focus: visible detail.
  • Source: recoverable timestamp.
Study this topic and do the exercise →

What it is

A good crop increases relevant information and preserves context. A highlight can guide the eye, but it shouldn’t hide values that would change interpretation. For sensitive material, use opaque redaction when removal is necessary and authorized.

Why learn

Excessive zoom removes titles; insufficient zoom makes the text unreadable. The choice must be verified at the actual reading size. Never declare that privacy is “resolved” just because a blur effect was applied.

Key concepts

  • Crop: remove distraction.
  • Context: preserve meaning.
  • Highlight: guide the eye.
  • Review: check exposure and legibility.
Study this topic and do the exercise →

What it is

The sequence of text and image builds understanding. The reader should find the image near the statement it supports. Four screenshots grouped at the end can indicate that the insertion failed or that the review didn’t check the final order.

Why learn

The video shows this problem by comparing outputs: having the images in the document isn’t enough. Verification must go through the assembled article, including the space between blocks and the link to the paragraphs.

Key concepts

  • Proximity: less visual searching.
  • Order: follows the reasoning.
  • Caption: explains the relationship.
  • Pace: alternates explanation and evidence.
Study this topic and do the exercise →

What it is

A page needs to be viewed rendered to confirm geometry, contrast, and readability. Open different widths, test keyboard navigation, and check expanded states, themes, and panels. Screenshots are evidence of specific states, not of all possibilities.

Why learn

Reading the code doesn’t necessarily reveal cut-off text, focus hidden by the menu, or a button covered by another element. Review must link visual observations to concrete actions and preserve content while correcting the layout.

Key concepts

  • Viewport: size of the reading area.
  • Overflow: content spills outside the container.
  • Focus: visible keyboard position.
  • State: open, closed, theme, and progress.
Study this topic and do the exercise →

What it is

Useful visual feedback identifies the location, symptom, and effect. “The second image cut off the title and became incomprehensible” is more actionable than “the images looked bad”. The new rule should address the cause and feed into the next review.

Why learn

If you only fix the final file, the process may repeat the same error in the next run. Update the selection instruction, add a test case, and check whether the change also works in a different video.

Key concepts

  • Observation: a concrete defect.
  • Impact: harm to the reader.
  • Rule: generalizable prevention.
  • Test: a case that detects recurrence.
Study this topic and do the exercise →
View Complete →
← All learning tracksNext learning track →