All dimensions

Dimension · score weight 0%

Inter-Token Rhythm Fingerprint

What this dimension detects

Streaming cadence can expose inference-stack behavior, but TrueLLMs currently treats it as diagnostic only. The measured value is inter-SSE-chunk arrival time, not true internal inter-token time.

Algorithm

Collect chunk timestamps from streamed responses, compute gaps, mean, variance, skew, fast-gap fraction, and simple frequency features, then classify the rhythm into coarse labels such as autoregressive, speculative, cached, or steady.

Thresholds

ConditionVerdict contribution
Streaming timestamps presentDisplay diagnostic rhythm class and features
No streaming timestampsUnavailable diagnostic
Any resultScore contribution remains 0

Limitations

Network jitter, gateway buffering, SSE flush cadence, TCP coalescing, and timestamp resolution dominate at small sample sizes. The current reference library is not a measured production-grade fingerprint set.

References

  • Alhazbi et al. LLMs Have Rhythm: Fingerprinting Large Language Models Using Inter-Token Times and Network Traffic Analysis. 2025. arXiv:2502.20589
  • TrueLLMs lib/identity-audit/itt.ts

Back to the full methodology