01 · Roasts
Hackathon Speedrun Artist
Three separate repos — erevna, ml-labs, aegis-demo-checkpoints — each with exactly 30 commits crammed into a single calendar day. That's not a development process, that's a git-commit marathon with the timer running.
Tests Are a Myth
6 repos scored, 5 have HAS_TESTS=no. The one exception (aegis) only passed because pytest showed up to the hackathon. With 352 commits this year, you're clearly not lacking time — just lacking pytest.
Stars: 0, Ambition: 100
'Top 10 at YC × AWS hackathon' is right there in the erevna README, and yet the repo has 0 stars and 1 fork (probably yourself). The judges were impressed; GitHub is indifferent.
CI/CD? Never Heard of Her
22 public repos, 0 with CI configured. Not a single GitHub Actions workflow file has ever touched this account. The deployment pipeline is apparently 'just push and pray.'
Joined 8 Months Ago and Already Building RL Cyber Simulators
September 2024 → April 2026: autonomous research agents, reinforcement learning cyber defense, real estate RAG pipelines. The ambition-to-polish ratio is off the charts, but at least you're aiming at the right targets.
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% weight56D
- Consistency20% weight65C
- Quality20% weight57D
- Depth15% weight58D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
80 active days
Language distribution
- Python59%
- TypeScript22%
- Jupyter Notebook5%
- Makefile5%
- C++4%
- CSS2%
- Other3%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
352
Followers
7
Joined GitHub
Sep 2024
05 · Top repos
v1dit /
aegis-demo-checkpoints
PantherHacks Track A: RL-driven cyber defense simulator with FastAPI backend, procedural topology generation, and replay infrastructure. Untyped Python, structured codebase, comprehensive schemas, and working test harness. Demo-grade project shipping actual training pipeline and evaluation framework.
v1dit /
ml-labs
Fresh ML automation system combining TypeScript/Python orchestration with agent-driven model training; HAS_README=yes, TYPED_LANG=yes, structured 4.3MB codebase but zero stars, no CI/tests, no license, created 24 hours ago with 30 commits.
v1dit /
personal-portfolio
Personal Next.js portfolio site (TypeScript, Tailwind CSS, Radix UI) showcasing projects and experience. Typed, structured, and functional but minimal documentation and no tests/CI. Represents ~4 months of active development.
v1dit /
erevna
Autonomous ML research system combining literature review, hypothesis formation, and tabular model training. Recent launch (YC×AWS hackathon top 10), typed TypeScript with structured architecture, but pre-release state with 30 commits in 1 day, no tests/CI, and experimental scope.
v1dit /
homora-nvidia-short-hack
AI-powered real estate analysis system (Next.js + Python) with typed property finance pipeline, mock endpoints, and RAG-based insights; early-stage experimental project with functional core but minimal tests/CI and limited external adoption.
v1dit /
CSCI-62
Academic coursework implementing a Qt-based social network GUI with C++ (Network, User, Post classes; BFS pathfinding). Clear pedagogical value but lacks tests, CI, and production polish.
06 · Timeline
- Sep 1, 2024Joined GitHub
- Oct 10, 2025Created homora-nvidia-short-hack
- Dec 21, 2025Created personal-portfolio
- Jan 5, 2026Created CSCI-62
- Apr 5, 2026Created aegis-demo-checkpoints
- Apr 26, 2026Created ml-labs — Autonomous end-to-end machine learning lab powered by coordinated agent swarms
- Apr 29, 2026Created erevna
- Apr 30, 2026Most recent push to erevna
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.