Open sample lesson

Verify one AI answer in five minutes

A complete mini-lesson you can use now. It saves no account data and awards no points.

The habit: ask, inspect, prove

AI can produce a confident answer that is incomplete, outdated, or wrong. Your job is not to distrust everything; it is to match the check to the risk.

Visual explainer

The verification loop

Move from a fluent answer to evidence in four visible steps. If a step fails, return to the claim instead of guessing.

Diagram, step by step
  1. State the claimOne sentence that can be tested
  2. Find evidencePrefer the primary source
  3. Run the checkTry to disprove the risky part
  4. Record the resultKeep the proof and the remaining uncertainty
Relationships
  • State the claiminspect: Find evidence
  • Find evidenceverify: Run the check
  • Run the checkexplain: Record the result
The loop is small enough for everyday work and strong enough to reveal false confidence.
  1. State the claim

    Rewrite the answer as one sentence you can test.

  2. Find primary evidence

    Use the official documentation, original data, or the behavior of the real system.

  3. Test the risky part

    Try the smallest check that could disprove the claim.

  4. Record the result

    Note what you checked, what happened, and what remains uncertain.

Try it

An AI assistant says: “This configuration makes the page private.” What evidence would prove that an unauthenticated visitor is actually blocked?

Weak check

The code looks correct and the AI agrees.

Useful proof

Open a signed-out session, request the page directly, and confirm the server rejects or redirects it before returning private data.