LearnNewsExamplesServices
Frontmatter
id9143
titleDevIndex Heuristics & Anomaly Detection
stateClosed
labels
epicai
assigneestobiu
createdAtFeb 13, 2026, 2:41 PM
updatedAtFeb 13, 2026, 4:00 PM
githubUrlhttps://github.com/neomjs/neo/issues/9143
authortobiu
commentsCount1
parentIssuenull
subIssues
9144 Implement Heuristics Service for DevIndex
9145 Integrate Heuristics into Updater Pipeline
9146 Fetch Top Repository Name for Focus Metric
subIssuesCompleted3
subIssuesTotal3
blockedBy[]
blocking[]
closedAtFeb 13, 2026, 4:00 PM

DevIndex Heuristics & Anomaly Detection

Closed v12.0.0 epicai
tobiu
tobiu commented on Feb 13, 2026, 2:41 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

  1. Detect Anomalies: Identify "High Velocity" (bots) and "Anomalous Spikes" (importers).
  2. Analyze AI Impact: Measure the "Cyborg Factor" (acceleration of contribution velocity) to track the rise of AI-augmented development.
  3. Data Enrichment: Inject these metrics into the public dataset (users.jsonl) to enable future UI visualizations (badges, filters).

Key Metrics to Implement

  • Velocity (v): Max commits per day (e.g., 20 vs 400).
  • Acceleration (a): Growth rate (Current Year / Median of past 3 years).
  • Consistency (c): Active years count.
  • Focus (f): (Future) Concentration of work in a single repository.

Sub-Tasks

  • Implement DevIndex.services.Heuristics engine (Velocity & Burst math)
  • Integrate Heuristics into Updater.mjs pipeline
  • Update users.jsonl schema to include heuristics (h object)
  • (Optional) Add "Top Repository Name" to GraphQL Query for Focus metric
tobiu added the epic label on Feb 13, 2026, 2:41 PM
tobiu added the ai label on Feb 13, 2026, 2:41 PM
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
tobiu Feb 13, 2026, 3:59 PM

Input from Gemini 3 Pro:

✦ Completed the Backend Implementation of the Heuristics Engine.

Delivered:

  1. Heuristics Service: Calculates Velocity, Acceleration, and Consistency.
  2. Pipeline Integration: Injects metrics (hm) into users.jsonl.
  3. 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