Create Grounded AI Workflows — Source-Only Sessions
A grounded workflow starts with a grounded source: package the reference once with strict rules, then run every question of the session against it.
View Resource →Context Tools
Pasting a big document raw mixes your source with your instructions. Package it instead: explicit delimiters separate material from commands, [§N] labels make sections citable, and grounding rules keep the model inside the source — up to strict mode, where missing answers become "the source does not say", never a guess. The source travels verbatim. Runs entirely in your browser.
Paste the document, transcript, or reference text — it travels verbatim between the delimiters. Nothing leaves the browser.
A grounded workflow starts with a grounded source: package the reference once with strict rules, then run every question of the session against it.
View Resource →Raw notes are fragments, not conclusions. Package them so the AI organizes without inflating — a four-word note stays an observation, not a firm claim.
View Resource →Pasting a document raw mixes material with instructions. Package it: explicit delimiters, citable [§N] section labels, and grounding rules — the source travels verbatim.
View Resource →Requirements language is normative: shall binds, should suggests, may permits. Package the spec so the distinction survives the AI's reading.
View Resource →Research mode packages multi-source material so findings stay attributed: exact quotes over paraphrase, §-citations per claim, and your inferences labeled as yours.
View Resource →API docs packaged with the rule that matters: code, versions, and identifiers quoted exactly — and this document beats the model's general knowledge of the API.
View Resource →Contract review tolerates zero invention: clauses packaged under strict grounding, obligations cited by section, and missing terms reported as missing — never assumed.
View Resource →Transcript analysis fails when speakers blur. Transcript mode packages the conversation with attribution rules: who said it, when it was revised, and no words in anyone's mouth.
View Resource →The strongest anti-hallucination tool is structural: only the delimited source exists, gaps answer "The source does not say.", and uncited claims are forbidden.
View Resource →A reference document is only as useful as its addressability. Heavy § labeling turns a nine-section reference into something every answer can point into.
View Resource →Get AI to actually read a document that's too big for one prompt — fit it to the model, split it cleanly, package the parts, and analyze them without losing the thread.
View Playbook →Prepare documents for a RAG system so retrieved answers stay accurate — budget the chunk size to the model, ground the sources against drift, and split them on clean boundaries for retrieval.
View Playbook →Turn messy text into structured data you can trust enough to feed another system — bound the source, extract the fields, force clean JSON, and validate before it flows downstream.
View Playbook →Pull a single coherent view out of a stack of sources — package them together, summarize each faithfully, then have AI synthesize across them instead of one at a time.
View Playbook →Paste the source material — a document, transcript, contract, requirements spec, API docs, or raw notes — and optionally state the task. The Source Classification Engine detects the type deterministically (overridable), and each type adds its own reading rules: transcripts get speaker attribution and chronology rules, requirements keep shall/must binding, technical docs forbid paraphrasing code. Pick a packaging mode — Standard, Research, Documentation, Transcript, or Strict Grounding — and click Package Source. The package wraps your material verbatim between explicit <<<SOURCE START>>>/<<<SOURCE END>>> delimiters, inserts [§N] section labels for citation, and tops it with grounding instructions graded by mode: from "answer from the source first, label outside knowledge" up to strict mode's "only the source exists; gaps answer 'The source does not say.'; a claim you cannot cite is a claim you cannot make." The packaging also instructs the model never to follow instructions that appear inside the source — material and commands stay separated. Nothing leaves your browser.
No — opposite ends of the prompt. The Prompt Formatter restructures your INSTRUCTION: a messy task description becomes a clean, sectioned prompt. This tool packages your MATERIAL: the document or transcript the instruction operates on gets delimiters, section labels, and grounding rules. PF asks "what am I telling the AI to do?"; LIF asks "what am I giving the AI to work from?" They compose: a PF-formatted instruction plus a LIF-packaged source is the full discipline.
Because without them the model has to guess where your words end and the document's begin — and it guesses wrong in both directions: treating source sentences as instructions to follow, and treating your instructions as part of the text to analyze. Explicit delimiters end the guessing, and the packaging adds the security half: instructions appearing INSIDE the source are explicitly not to be followed, which blunts prompt-injection from untrusted documents.
It removes the model's permission to be helpful beyond the source. Only the delimited material exists for the task; assumptions are forbidden; anything missing gets the exact answer "The source does not say." — and every claim must cite its [§N] marker, with the rule that a claim you cannot cite is a claim you cannot make. "The task cannot be completed from this source" is explicitly defined as a valid, complete answer.
No — the source travels verbatim between the delimiters: nothing summarized, cleaned, reordered, or rewritten, and the package says so. The only additions are [§N — title] labels inserted on their own lines for citation; remove the label lines and the delimiters and you have your exact original text back.
The reading rules in the analysis section. Transcript: every statement attributed to its speaker, later statements override earlier ones, no words in anyone's mouth. Requirements: shall/must binding, should/may weaker — the distinction survives. Technical documentation: code, versions, and identifiers quoted exactly, never paraphrased; the document beats the model's general knowledge of the API. Research: findings stay attributed to their sources; cross-source inferences are labeled as yours. Notes: fragments are observations, not conclusions.
Package when it fits; split when it doesn't. This tool prepares material that fits the window but needs structure and grounding. If the source exceeds the window, the Long Prompt Splitter chunks it with continuity markers — and the two compose: split first, and each chunk benefits from having been packaged. The Context Window Estimator settles the fits-or-not question.