blog: drift detection + agent failure taxonomy#7
Merged
Conversation
Two product-differentiator posts that explain what TokenJam catches that the dashboard category does not. - Drift detection (publishDate 2026-05-17): Z-scores on token/duration/ tool-count distributions plus Jaccard similarity on tool sequences, computed locally over your own session history. Anchored in the Claude Code GH #40801 post-compaction rule-degradation incident. - Failure taxonomy (publishDate 2026-05-19): why 13 named alert types (retry_loop, cost_budget_session, sensitive_action, drift_detected, schema_violation, ...) beat the generic "anomaly detected" notification every other tool ships. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2026-05-17-behavioral-drift-detection.mdx(publishDate: 2026-05-17) — technical deep-dive on Z-score / Jaccard drift detection over local session history. Author:anil-murty. ~3,310 words.2026-05-19-agent-failure-taxonomy.mdx(publishDate: 2026-05-19) — case for opinionated typed safety taxonomy over generic anomaly detection. Author:ansh-saxena. ~3,840 words.Quality gates
Test plan
pnpm buildsucceeds locally/blogindex excludes both until their respectivepublishDates pass