Detecting the Long Tail — Behavioral Fingerprinting of Non-Frontier AI Agents

Active

A research study asking whether AI-agent detectors trained on frontier models generalize to non-frontier, custom-built agents — and whether agent decision latency offers a detection channel that timing-jitter defenses can't reach.

Progress 60%
60%

Last updated: July 01, 2026 · Built with: Python, scikit-learn, pandas, statistical analysis (GroupKFold, bootstrap CI, Mann-Whitney/Cliff's delta)

View source

Overview

Two papers published in mid-2026 showed that behavioral traces can fingerprint which frontier LLM is driving a browser agent, at 96–97% accuracy. Neither tests whether this holds for the kind of agents real-world defenders actually face: small, custom, non-frontier automation built by individual developers, not by frontier labs. This research project uses the Charweb testbed to test that gap directly, and asks a second question the published work doesn't: whether a detector's failure to generalize comes from the underlying model or from the automation harness wrapped around it — a distinction nobody has isolated before.

Key findings so far

What I'm working on next

Scaling the architecture and human data, then testing whether agent decision latency — how long a model takes to decide on an action, as opposed to how it physically executes that action — survives as a detection signal even when an adversary randomizes motor timing to evade detection.

What I learned

How easy it is to fool yourself with an inflated metric, and how much of real ML research is careful evaluation design rather than model selection.

Progress

August 2026. Pipeline end-to-end; corrected validation methodology in place; leave-one-architecture-out results written up and published to the research site.

Where the numbers stand:

Evaluation Result
Naive within-session LOOCV (leaky) AUC ≈ 0.97
Grouped by subject / architecture (honest) AUC ≈ 0.865, accuracy 0.87
In-distribution, all architectures seen recall 0.97, AUC 0.998

Recall when an architecture is held out of training entirely:

Architecture held out Recall on unseen AI
Playwright L1 0.96
Playwright L2 0.82
Playwright L3 1.00
Playwright L4 1.00
LLM-driven (GPT) 0.75
LLM-driven (Gemini) 0.00
Fenris (custom) 0.00

Next.