01 · Roasts
The 13-Minute Engineer
hybrid-rag-ai-agent was created AND pushed in 13 minutes flat with 3 commits. Calling it an 'AI agent' when it's an untouched create-next-app scaffold is optimistic at best, delusional at best.
TypeScript or Bust
81% TypeScript across 61 repos. Bold commitment to a single language from a CS student whose langPcts include C and C++ — presumably from coursework you'd rather forget.
Test? Never Heard of Her.
HAS_TESTS=no across every single scored repo. You've built a portfolio site, an AI research agent, and a RAG dashboard, and not one of them has a single test. Production is your test suite.
Heatmap Haunted House
Weeks 12–25 of your heatmap are a graveyard — strings of all-zeros for months — then you wake back up in weeks 26–35 like nothing happened. Seasonal developer.
5 PRs, 219 Commits, All Yourself
soloPct = 47%, totalPRsYear = 5. You commit plenty, but almost exclusively to your own repos. The open-source world is waiting, Noah.
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% weight33F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight45D
- Community10% weight30F
03 · Stats
365-day commit heatmap
165 active days
Language distribution
- TypeScript81%
- C5%
- SCSS4%
- CSS2%
- JavaScript2%
- C++2%
- Other4%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
219
Followers
37
Joined GitHub
Jun 2023
05 · Top repos
khoinguyenpham04 /
web-portfolio-2025
Personal portfolio website built with Next.js 16, React 19, TypeScript, and Tailwind CSS. Showcases projects and hackathon wins with interactive 3D components using Three.js/Rapier. Well-typed, documented, and structured, but limited adoption (1 star) and narrow scope as personal portfolio.
khoinguyenpham04 /
gtm-research-agent
Personal GTM research AI workstation (Next.js + Supabase + LangGraph). MVP with document RAG, web search, and claim-verification pipeline. Early-stage, no license, no tests/CI yet.
khoinguyenpham04 /
hybrid-rag-ai-agent
Fresh Next.js scaffold (created 2026-01-28, 3 commits, 158 KB) with TypeScript components for dashboard UI, but minimal actual implementation—generic boilerplate from create-next-app with no meaningful business logic or distinctive features.
khoinguyenpham04 /
khoinguyenpham04
GitHub profile config repo with personal bio and social links. No functional code, tests, CI, or architecture—purely decorative profile documentation.
06 · Timeline
- Jun 27, 2023Joined GitHub
- Feb 18, 2024Created khoinguyenpham04 — Config files for my GitHub profile.
- Jun 16, 2025Created web-portfolio-2025 — My Personal Portfolio
- Jan 28, 2026Created hybrid-rag-ai-agent
- Mar 10, 2026Created gtm-research-agent
- Apr 22, 2026Most recent push to khoinguyenpham04
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.