01 · Roasts
Night Owl, Zero Witnesses
nightOwlPct = 100 — you code exclusively in the dark, then push repos at dawn that immediately get 0 stars from 6 followers. The void appreciates your dedication.
The 24-Hour Architect
wrap-policy-assignment-system has ARCHITECTURE.md, DECISIONS.md, TRADEOFFS.md, TECH_STACK.md, and a SUBMISSION.md — all written in a single day. You document like there's a grader watching. Because there was.
52% Graveyard Operator
staleRepoRatio = 0.52: more than half your 36 repos haven't been touched in 2+ years. You're maintaining a digital cemetery with one hand while architecting policy engines with the other.
43 Public Commits, Probably 430 Private
totalCommitsYear = 43 on a profile marked privateWorkLikely. Either you're shipping in secret or your git hygiene is a privacy policy itself. Bio says 'Look the world for privacy' — message received.
HTML is 40% of Your Portfolio
You write Go with bitemporal schemas and transactional outboxes, yet HTML dominates your language bytes at 40%. Somewhere in those 36 repos is a lot of forgotten `<div>` soup.
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% weight55D
- Consistency20% weight55D
- Quality20% weight72B
- Depth15% weight65C
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
62 active days
Language distribution
- HTML40%
- Go19%
- JavaScript12%
- TypeScript7%
- CSS6%
- Python6%
- Other10%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
43
Followers
6
Joined GitHub
Dec 2017
05 · Top repos
ramanasai /
wrap-policy-assignment-system
Well-architected take-home system design for policy assignment, featuring a pure Go resolver, bitemporal Postgres schema, comprehensive documentation, and live demo. Non-trivial production-pattern implementation with strong testing and clear intentional design choices.
ramanasai /
technical-engineering-skills
Brand-new knowledge base (created Aug 28, 2026) bundling 60 system design/backend engineering articles into 8 routable agent skills with Go/Python mappings, comprehensive test suite (209 assertions), and 4/4 passing evals. Experimental packaging of curated content.
ramanasai /
golang-gpt2
Go-only GPT-2 pretraining codebase with full pipeline (corpus→tokenize→train→eval). Typed Python, structured src/, comprehensive docs, passing CI. Fresh repo (hours old), single commit, but non-trivial architectural scope (~3k LOC estimated).
06 · Timeline
- Dec 28, 2017Joined GitHub
- Aug 22, 2026Created golang-gpt2 — GPT-2 trained from scratch exclusively on Go source code — Go 1.26-parsed corpus, byte-level BPE, full pretraining pipeline
- Aug 28, 2026Created wrap-policy-assignment-system
- Aug 28, 2026Created technical-engineering-skills — Agent skills for Go & Python developers: 60 full-text system design / backend / distributed systems articles bundled into 8 routable skill packages, eval-tested
- Aug 29, 2026Most recent push to wrap-policy-assignment-system
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.