CoachDiscoverMapCompareSavedAI LearningAI WeeklyAbout
← Back to library
Flashcard Deck · All Guides · 12 Unique Cards

Flashcards

All 12 concepts from this video, alphabetical. Filter by guide, shuffle, or flip everything at once.

Showing 12 cards · 0 flipped
02 · Applied
Business Intelligence Query
tap to reveal →
A repeatable, structured query that uses metadata columns to answer questions traditional chat AI cannot — like "how many high-risk contracts did we sign last quarter?"
← tap to flip back
03 · Advanced
Compound Query
tap to reveal →
A two-step query that first defines the universe via metadata (e.g. "high-risk contracts"), then analyzes within it (e.g. "how many include indemnification?").
← tap to flip back
02 · Applied
Consistency Argument
tap to reveal →
The reason to lock metadata in via extraction. AI re-classification varies per call; stamped metadata gives one stable, governed, auditable answer.
← tap to flip back
03 · Advanced
Date Filter Problem
tap to reveal →
The failure mode where dates buried inside document text are formatted inconsistently. Extraction normalizes them into a real date column so filters become exact.
← tap to flip back
02 · Applied
Deterministic Filter
tap to reveal →
A query against a metadata column that returns the complete, exact set — not a search-ranked best guess. The property that makes the system usable for compliance.
← tap to flip back
03 · Advanced
Metadata-Augmented AI
tap to reveal →
AI that knows the shape of the library before reading any document — counts, classifications, dates, risks — because metadata was extracted once and now lives in columns.
← tap to flip back
01 · Foundations
Metadata Extraction at Upload
tap to reveal →
An AI skill that reads each document as it lands in the library and writes structured fields (risk, type, date, category) onto it. Runs once; the values persist.
← tap to flip back
01 · Foundations
Missing-Clause Query
tap to reveal →
The canonical hard question — "find all contracts missing a termination clause." Unanswerable by search (no phrase exists to find absence) and reliably answerable only by metadata.
← tap to flip back
02 · Applied
Scale Argument
tap to reveal →
The reason to extract metadata up front rather than re-read documents per query. Hundreds of files times every prompt equals an unsustainable token bill — and slow answers.
← tap to flip back
01 · Foundations
Search-Only AI Limits
tap to reveal →
The failure mode where AI relies on text search to answer library questions. Works for "find documents about X" but breaks on absence, counts, and derived-attribute queries.
← tap to flip back
03 · Advanced
Standard RAG
tap to reveal →
Retrieval-augmented generation that pulls similar chunks for each question. Strong for conceptual lookup; weak for counts, dates, negation, and filtered aggregates.
← tap to flip back
01 · Foundations
Structured Metadata Columns
tap to reveal →
Ordinary SharePoint columns populated by an AI extraction skill. They look like any column but their values come from a governed prompt run against the document text.
← tap to flip back