AI Behavioral Trajectory Forensics Paper

Digital Forensics capstone methodology for AI conversational harm investigations

AI Behavioral Trajectory Forensics (ABTF) is a forensic methodology for investigating AI conversational harm by adapting digital evidence procedure to conversational artifacts and combining it with repeatable behavioral classification, sliding-window trajectory analysis, and explicit limits on inference. It is designed for legal, investigative, and expert-review contexts where the question is not what an AI system claims about itself, but what the conversation evidence shows over time.

ABTF was developed as a Digital Forensics capstone at Champlain College. The method addresses a practical gap: traditional digital forensics standards explain how to preserve and examine digital evidence, but they do not provide a discipline-specific procedure for classifying conversational harm patterns in AI-human exchanges. ABTF fills that gap with a workflow tailored to conversational artifacts while retaining forensic discipline around provenance, examination boundaries, and reporting.

Core problem

AI harm cases increasingly involve extended conversations rather than isolated outputs. A single answer can matter, but many high-risk cases are trajectory problems: escalation, reinforcement, refusal failure, role drift, or unsafe pattern persistence over multiple turns. ABTF treats the conversation as an evidentiary sequence rather than a bag of isolated statements.

That shift matters because harm often appears in accumulation:

Methodological architecture

ABTF uses a collection-examination-analysis-reporting structure adapted from established digital forensics practice. Within that structure, it applies separate classification components to the evidence type each component was designed for:

This is a bounded methodology. It does not infer hidden model intent. It does not claim access to latent internal states. It evaluates observable conversational evidence under named classification systems and reports what the evidence supports.

Forensic workflow

1. Collection

The source transcript or message export is preserved, hashed, and documented before transformation. ABTF treats provenance as load-bearing. If the evidence origin is weak, later classification precision does not rescue the investigation.

2. Examination

The conversation is normalized into an analyzable sequence. Message roles, timestamps, turn order, and source identifiers are retained. Any parsing, cleaning, or conversion steps are documented so the examination process remains reviewable.

3. Analysis

The transcript is coded turn by turn, then reviewed across sliding windows to identify escalation patterns, persistent failures, or changes in response posture. The goal is not only to label individual turns but to determine whether the interaction exhibits a harmful behavioral trajectory.

4. Reporting

The final report states findings, scope limits, and unresolved ambiguities. ABTF is designed for expert review, not for black-box automation. Human interpretation remains visible, contestable, and documented.

Why trajectory analysis matters

Conversation harm is often sequential. A response that looks merely poor in isolation can become materially more serious when it follows a pattern of reinforcement, role escalation, or repeated failure to redirect a vulnerable user toward safer ground. ABTF captures that sequence-level evidence.

Trajectory analysis makes it possible to answer questions such as:

Practical use cases

ABTF is designed for cases where conversational evidence needs a disciplined review process:

Open implementation path: TRACE

The open-source implementation path for ABTF is TRACE — Trajectory Analysis for Conversational Evidence. TRACE operationalizes the method in software: transcript ingest, provenance capture, repeatable classification workflows, correlation analysis, and evidence-package export.

ABTF is the methodology. TRACE is the toolchain that makes the methodology operational and auditable.

Access

Paper document: AI_Behavioral_Trajectory_Forensics_Mobley_D_D.pdf

For research, expert-review, or casework inquiries, contact through the Contact page.