Reference
Documentation
Reference documentation for the TORQUE diagnostic pipeline. Ten components covering session initialization, per-turn analysis, drift detection, state tracking, concept tracing, cross-session persistence, and report generation.
02
Baseline
Session Template
session_id: created: conversation_source: topic_domain: status: active notes:
04
Detection
Drift Pattern Library
Reference document for identifying how AI responses reshape user intent during conversation. Each pattern includes a definition, what to look for, and a concrete example.
Drift Type Hierarchy
Drift Severity Model
Pattern 01 — Vocabulary Substitution
Pattern 02 — Premature Resolution
Pattern 03 — Confidence Injection
Pattern 04 — Scope Creep by Enthusiasm
Pattern 05 — Connective Capture
Pattern 06 — Framework Introduction
Pattern 07 — Elaborative Expansion
Using This Library
Explicitly Referenced Sources
Supporting Sources by Pattern / Concept
05
State
Conversation State Log
Tracks the evolving state of a conversation across turns. Instead of only recording events (drift markers), this document captures the conversation's structural condition at each point in time. State transitions — not just events — reveal drift.
06
Tracing
Concept Trace Log
Tracks individual concepts from origin through transformation to adoption or rejection. Where the turn log records events and the state log records conditions, concept traces record causal chains: how did this idea get from there to here?
07
Memory
Concept Registry
Persistent document. Unlike the other pipeline components, this is not per-session. It accumulates across sessions and tracks how concepts introduced in one conversation persist, spread, or fade over time.
08
Mapping
Generation–Detection Mapping
This document aligns the generation side (why the AI produces drift) with the detection side (how you find it in the transcript). Two layers of generation taxonomy exist. Both are retained because they operate at different levels of analysis.
Generation Layer 1 — Observable Behaviors
Generation Layer 2 — Mechanism Categories
Behavior-to-Mechanism Mapping
Mechanism-to-Detection Mapping
Full Mapping Table
Cross-Mechanism Artifact: Vocabulary Substitution
Coverage Gaps
Unknowns Specific to This Mapping
Drift Hierarchy Alignment
Explicitly Referenced Sources
Supporting Sources by Concept
09
Procedure
Manual Analysis Procedure
Step-by-step instructions for running the diagnostic pipeline by hand on a completed or in-progress AI conversation.
Before You Start
Step 1 — Fill the Session Document
Step 2 — Segment the Conversation into Turns
Step 3 — Process User Turns (Forward Pass)
Step 4 — Process AI Turns (Comparison Pass)
Step 5 — Map Drift Markers to Patterns
Step 6 — Construct Concept Traces
Step 7 — Compute Drift Metrics
Step 8 — Build the Report
Step 9 — Validate the Report
Step 10 — Update the Concept Registry
Step 1 — Pre-Reading Memory Capture
Steps 3-4 — Forward Pass / Comparison Pass Structure
Step 6 — Concept Tracing
Step 7 — Drift Metrics
Step 9 — Self-Referential Validation
Step 10 — Cross-Session Concept Registry
Coverage Notes