01 · Roasts
The private-work alibi
11 public commits and a nearly blank heatmap would be rough; private-work evidence keeps Consistency at 55, so make the public trail catch up.
README famine
WordFlow, Portfolio, and uk-house-price-predictor ask visitors to infer the project from the code. Documentation is not an optional side quest.
Prototype constellation
Six repos, zero stars, zero forks, and zero watchers: the ideas are varied, but none has escaped the lab yet.
DocuScan almost scans
DocuScan has seven weeks of experimentation, but its contour function never returns a contour. The bug has tenure.
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% weight23F
- Consistency20% weight55D
- Quality20% weight31F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
11 active days
Language distribution
- Jupyter Notebook50%
- Python28%
- HTML11%
- CSS8%
- JavaScript2%
- Java1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
11
Followers
1
Joined GitHub
Feb 2024
05 · Top repos
1physix /
DocuScan
An early OpenCV document-scanner prototype with exploratory notes, but limited adoption and an incomplete single-script implementation.
1physix /
WordFlow
WordFlow is a small local speech-to-text prototype centered on one Python entrypoint, with Whisper model loading, audio experiments, and a keyboard listener, but no visible adoption or project documentation.
1physix /
Portfolio
A small personal portfolio site with a functional section-switching UI, but minimal content, no project entries, and no repository documentation or engineering infrastructure.
1physix /
neetcode-dsa
A small personal NeetCode submission archive with a generated README and two sampled Python solutions, but no tests, CI, license, or meaningful evidence of adoption.
1physix /
uk-house-price-predictor
A one-notebook Google Colab house-price prediction prototype loads 3,743,570 UK transactions from four annual CSV files, but has no documented, tested, packaged, or reproducible model workflow.
1physix /
Java-basics
A minimal Java learning scaffold containing a single Main.java entry point that prints “Hello World”; it has a title-only README and no tests, CI, license, or broader project structure.
06 · Timeline
- Feb 10, 2024Joined GitHub
- Jun 27, 2026Created DocuScan — Trying to make a Document Scanner
- Aug 3, 2026Created uk-house-price-predictor — A ML Model to predict the price of a house in the UK
- Aug 15, 2026Created Portfolio
- Aug 28, 2026Created neetcode-dsa — My NeetCode.io problem submissions
- Sep 2, 2026Created Java-basics
- Sep 12, 2026Created WordFlow — WhisprFlow but for me locally
- Sep 20, 2026Most recent push to WordFlow
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.