01 · Roasts
Test? Never Heard of Her
CS203 has a RAG chatbot, LLM-as-judge, and a live Vercel deploy — but zero tests. VoltPulse-SG has LangGraph, async Postgres pooling, and 2322 KB of code — still zero tests. PathLens: same story. You've written more AI agents than unit tests in your entire career.
The 16-Day Architect
VoltPulse-SG clocks a 350-line README, a ReAct agent, a vector store, and an OCR pipeline — in 16 days. PathLens got 28 MB of 3D scene architecture in 3 days. You build fast and abandon faster. staleRepoRatio: 0.58.
84 PRs, 0 Stars
You opened 84 pull requests this year — nearly two per week — yet the entire public portfolio has 3 total stars and 1 fork. Either you're PR-ing into private repos or the market has voted, and it's a resounding silence.
odoo-db-backup: The Crime Scene
A repo created on March 31, pushed on April 1 (appropriate), containing 4 KB of nothing, a README that says only 'odoo-db-backup', no source code, no license, no .gitignore. This isn't a project — it's a placeholder that escaped.
Python Supremacist
84% of your codebase is Python. The remaining 16% is TypeScript, Java, and a sprinkle of HTML/CSS that probably came from a template. You say 'I just build' — yes, but mostly in one language, in one domain, alone (soloPct: 99%).
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% weight43D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
187 active days
Language distribution
- Python84%
- TypeScript9%
- Java4%
- HTML1%
- JavaScript1%
- CSS1%
04 · Numbers
Owned repos
non-fork
33
Commits
last 12 months
647
Followers
12
Joined GitHub
Apr 2020
05 · Top repos
KevanSoon /
CS203
AI-powered Gen Alpha slang learning platform with RAG chatbot, LLM-as-judge verification, and community lessons. Typed (TypeScript/Java), structured, documented, deployed to production (Vercel live demo), yet lacks tests despite multi-layer architecture.
KevanSoon /
PathLens
Hackathon 3D navigation prototype blending CesiumJS, Three.js, Google Maps APIs & Gemini AI for photorealistic route walkthroughs with landmark detection. Fresh codebase (created 2026-03-07, 12 commits) mixing typed Next.js, complex coordinate transforms, and character animation—architecturally ambitious but nascent.
KevanSoon /
VoltPulse-SG
LangGraph-based agentic AI platform for Singapore utility bill analysis with Vision OCR, consumption diagnosis, and Climate Voucher retailer recommendations. Typed Python/TypeScript codebase with structured multi-file layout, meaningful documentation, and FastAPI+Next.js architecture, but lacks tests/CI and is pre-laun
KevanSoon /
odoo-db-backup
Empty scaffold with minimal README stub and no source code. 4 KB repo created March 31, 2026 with 9 commits in 30 days—appears to be an abandoned initialization.
06 · Timeline
- Apr 27, 2020Joined GitHub
- Jan 16, 2026Created CS203 — AI learning platform with a RAG-powered study buddy and an LLM-as-judge layer that validates user-created Gen Alpha slang lessons against live online sources.
- Jan 26, 2026Created VoltPulse-SG — LangGraph-based agentic AI that parses SP utility bills with Vision OCR, analyzes consumption, diagnoses inefficiencies, and recommends energy-saving upgrades via RAG and web searc
- Mar 7, 2026Created PathLens — 3D navigation tool using Google Maps 3D Tiles, Directions & Street View APIs, Gemini Flash for landmark guidance, and Three.js for animated character walkthroughs.
- Mar 31, 2026Created odoo-db-backup
- Apr 11, 2026Most recent push to CS203
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.