← Glean-ia-acs Β· Day 28 of 56
Level 300 β€” Power user30 minNIST MEASURE

Prompts That Route Reliably

Structuring asks so Glean answers consistently

You'll be able to

Read first

Day 7 Lab

  1. Write a deliberately vague prompt and run it three times.
  2. Note how much the answers vary in scope, format, and sourcing.
  3. Rewrite the prompt with explicit scope, an explicit output format, and a named source.
  4. Re-run the rewrite three times and compare the variance to the vague version.
  5. Keep the structured version as your template for this kind of ask.

Working Example: A Vague Ask vs. a Routing Ask

A reliable prompt names its scope, its format, and its source, so the request routes the same way on every run. Consistency is something you can measure by re-running. Verified against assistant_skills.

Vague (routes differently each run):
  "What's the status of the migration?"

Structured (routes the same way every run):
  "Summarize the database migration status from the #db-migration channel and
   the migration runbook in Drive. Give me 3 bullets: done, in-progress, blocked."

The three levers that make it route reliably:
  SCOPE   β†’ "the database migration" (not just "the migration")
  SOURCE  β†’ "#db-migration channel and the runbook in Drive"
  FORMAT  β†’ "3 bullets: done, in-progress, blocked"

Measure it: run the structured prompt 3x; the SHAPE of the answer should match
each time. Drift in shape means a lever is still missing.

Check for understanding

Take a vague prompt and rewrite it with scope, format, and source so it routes the same way every time.

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. When stacking operators on a 500-result query, how do you know which constraint did the real work?

2. You're exploring an unfamiliar result set and don't yet know which apps have hits. What's the better tool?

3. A trusted document ranks at #8. What's the honest way to investigate the ranking?

4. What three things must a written search recipe include so a teammate reproduces your exact result set?

5. Which question best justifies Glean's multi-step thinking mode over a quick answer?

Pass threshold 80% Β· week 4 quiz

In 10 seconds

β€œConsistent answers come from consistent asks. State the scope, the format, and the source in the prompt β€” then re-run it to measure that you get the same shape back.”

Next Β· Week 5 Day 1
Author a Personal Skill