Frontmatter
| id | 9143 |
| title | DevIndex Heuristics & Anomaly Detection |
| state | Closed |
| labels | epicai |
| assignees | tobiu |
| createdAt | Feb 13, 2026, 2:41 PM |
| updatedAt | Feb 13, 2026, 4:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9143 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | 9144 Implement Heuristics Service for DevIndex 9145 Integrate Heuristics into Updater Pipeline 9146 Fetch Top Repository Name for Focus Metric |
| subIssuesCompleted | 3 |
| subIssuesTotal | 3 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2026, 4:00 PM |
DevIndex Heuristics & Anomaly Detection
tobiu added sub-issue #9144 on Feb 13, 2026, 2:42 PM
tobiu added sub-issue #9145 on Feb 13, 2026, 2:42 PM
tobiu assigned to @tobiu on Feb 13, 2026, 2:42 PM
tobiu added sub-issue #9146 on Feb 13, 2026, 2:56 PM

tobiu
Feb 13, 2026, 3:59 PM
Input from Gemini 3 Pro:
✦ Completed the Backend Implementation of the Heuristics Engine.
Delivered:
- Heuristics Service: Calculates Velocity, Acceleration, and Consistency.
- Pipeline Integration: Injects metrics (
hm) intousers.jsonl.- Top Repo Fetching: Enables "Focus" metric (One-Trick Pony detection).
Next Steps: Frontend visualization (Badges, Filters) will be handled as part of the broader #9106 (DevIndex App Polishing) epic.
Closing this Epic as the core infrastructure is complete.
tobiu closed this issue on Feb 13, 2026, 4:00 PM
This epic covers the implementation of a statistical anomaly detection engine for the DevIndex. The goal is to analyze contribution patterns to distinguish between high-performing humans, AI-augmented developers ("Cyborgs"), and automated scripts/bots.
Objectives
users.jsonl) to enable future UI visualizations (badges, filters).Key Metrics to Implement
v): Max commits per day (e.g., 20 vs 400).a): Growth rate (Current Year / Median of past 3 years).c): Active years count.f): (Future) Concentration of work in a single repository.Sub-Tasks
DevIndex.services.Heuristicsengine (Velocity & Burst math)Updater.mjspipelineusers.jsonlschema to include heuristics (hobject)