01 · Roasts
47 Public Commits, Infinite Private Excuses
totalCommitsYear=47 in public — your own account flags privateWorkLikely=true, which is the GitHub equivalent of 'trust me bro, I code a lot at home.' The heatmap has more blank Sundays than a library during finals.
Rust Supremacist With a Python Side Hustle
67% Rust by bytes, yet your most complete project (big-node-little-node) is Python. You're either cosplaying as a systems programmer or your Boot.dev bookbot is secretly your magnum opus.
Zero Stars Across All Recent Work
big-node-little-node: 0 stars. xnv: 0 stars. python-bookbot: 0 stars. You've shipped a distributed ML inference system, a Rust TUI tool, AND a Homebrew tap — and GitHub's reaction was the sound of one hand clapping.
Profile Repo as Project Portfolio
Your jaedmunt README references Flux Search, XNV, and Strike CLI like a VC pitch deck, but the repo itself is 20KB of markdown with no license, no code, and no tests. The vibe is 'founder mode,' the commit count is 'intern on day one.'
0 PRs, 1 Issue, 137 People You Follow
totalPRsYear=0, totalIssuesYear=1. You follow 137 accounts — a 5:1 following-to-follower ratio — but haven't opened a single pull request on anyone else's code all year. Peak lurker energy.
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% weight48D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
162 active days
Language distribution
- Rust67%
- Python21%
- Go9%
- Ruby1%
- Shell0%
- Makefile0%
- Other2%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
47
Followers
27
Joined GitHub
Dec 2020
05 · Top repos
jaedmunt /
big-node-little-node
Educational distributed ML inference project using Ray to orchestrate GPU (vLLM) and ARM (llama-cpp) model inference. Well-documented, typed Python with structured interfaces (Python, Rust client, HTTP router), tests, and task runners, but lacks CI/CD and production-grade hardening.
jaedmunt /
xnv
Young Rust TUI tool inspired by jnv for interactive XML querying with XPath-like syntax. Typed, well-documented with comprehensive README, CI/CD present, but brand new (created Apr 11, 2026, 10 commits in hours) with zero adoption signals.
jaedmunt /
python-bookbot
Boot.dev course project analyzing book text files. Python script with basic stats functions, typed annotations, README documentation, and Taskfile for execution. No tests or CI. Fresh implementation with modest scope (169 KB, ~2 days old).
jaedmunt /
jaedmunt
Personal portfolio/resume repo with README listing projects and skills. 20KB with 11 commits over ~1 month, no code, tests, CI, or license. Appears to be a GitHub profile placeholder rather than a functional project.
jaedmunt /
homebrew-tap
Minimal Homebrew tap formula scaffold with single Formula/xnv.rb pointing to external tool. No README, tests, CI, or documentation. 1KB repo with 2 commits in one hour suggests one-time setup.
06 · Timeline
- Dec 27, 2020Joined GitHub
- Mar 13, 2026Created jaedmunt
- Mar 20, 2026Created big-node-little-node — Distributed ML inference across a desktop RTX 3060 and a Raspberry Pi 4B, connected with Ray.
- Apr 11, 2026Created xnv — Interactive XML navigator and filter with XPath-like queries
- Apr 11, 2026Created homebrew-tap
- Apr 12, 2026Created python-bookbot — Bootdev course python bookbot
- Apr 24, 2026Most recent push to big-node-little-node
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.