01 · Roasts
Speed-runner Architect
hivemind has 8 modules, LLM integration, a cron scheduler, and an IPC pattern — built across 4 minutes and 8 commits. The architecture outlived the attention span by about 7 months.
README or YOLO?
Shuffle is a VS Code extension with zero README. Users are expected to reverse-engineer the flow graph visualizer from vibes and TypeScript types alone.
13 Commits, 1 Year
totalCommitsYear = 13. That's roughly one commit per three weeks — and most of them were fired off in two single-session sprints. GitHub thinks you're a bot that forgot to automate.
0 Followers, 0 Forks, 0 Issues
3 repos, 3 stars (all on hivemind), and the community engagement is so minimal that even GitHub's contribution graph is mostly negative space. The public profile is a ghost town with good TypeScript.
License Speedrun (Any%)
hivemind claims MIT in package.json but has no LICENSE file. Legally ambiguous open source is a power move, but probably unintentional.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight30F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight45D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
8 active days
Language distribution
- TypeScript85%
- Python8%
- JavaScript6%
- CSS1%
- HTML0%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
13
Followers
0
Joined GitHub
Sep 2025
05 · Top repos
Nalin-Atmakur /
hivemind
Ambitious swarm intelligence engine for autonomous web research feeding Karpathy-style LLM wikis. TypeScript, well-documented, typed, structured architecture with 8 core modules; created 2026-04-15 with only 8 commits across 4 minutes—pure burst project, no adoption yet.
Nalin-Atmakur /
lent-coding-113
A Lent term coursework submission for a Cambridge flood warning system. Features modular Python code with geographic and hydrology analysis, unit tests, and CI, but lacks type hints and represents a short-duration student project with no external adoption.
Nalin-Atmakur /
Shuffle
VS Code extension and Electron app for AI-powered codebase visualization with multi-tier parsing and flow graph analysis. Early-stage, no tests/CI, lacks README documentation, but demonstrates non-trivial architecture with TS/React.
06 · Timeline
- Sep 23, 2025Joined GitHub
- Jan 3, 2026Created Shuffle — creating a refactoring tool using ai agent
- Feb 12, 2026Created lent-coding-113 — Reilly and Nalin's coding for lent
- Apr 15, 2026Created hivemind — Swarm intelligence engine that feeds a Karpathy-style LLM Wiki. Deploy bees that search the web, subscribe to newsletters, and follow leads autonomously.
- Apr 15, 2026Most recent push to hivemind
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.