01 · Roasts
Burst-and-Ghost Architect
ratemyhackathons: 4 independent systems, 8-table PostgreSQL schema, full geocoding pipeline... in 3 days. openfire: agent loop, decision state machine, email threading... in 1 day. Your git log reads like a speedrun with no second playthrough.
99% Solo Act
149 PRs this year but soloPct=99. That's either the most productive solo developer on GitHub or a lot of self-merges. Collaboration is a skill too, Jerry.
Tests? Never Heard of Her
Out of 7 repos, exactly ONE has tests (wooly). SEC-Tracker has a conftest.py but no CI to run it. You write ARCHITECTURE.md before you write assert statements.
Star-Poverty Portfolio
6 named projects, 5 production languages, Rust + Swift + Svelte all in play — and a grand total of 7 stars. At this rate you'll hit 100 stars sometime around your junior year... maybe.
Docs-First Developer
design.md, ARCHITECTURE.md, STATUS.md, FLOW.md, WALKTHROUGH.md — you document the architecture before the feature works. Your README game is A-tier. Your CI/CD game is F-tier.
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% weight56D
- Consistency20% weight65C
- Quality20% weight62C
- Depth15% weight58D
- Breadth10% weight80A
- Community10% weight50D
03 · Stats
365-day commit heatmap
181 active days
Language distribution
- Python39%
- TypeScript36%
- Svelte9%
- Swift7%
- Rust6%
- PLpgSQL1%
- Other2%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
1,354
Followers
24
Joined GitHub
Dec 2023
05 · Top repos
undeemed /
xiao.sh
Personal portfolio & AI search built with Next.js, TypeScript, Tailwind; 20.5 KB, 30 recent commits over ~3 months, typed with meaningful docs and structured layout.
undeemed /
wooly
On-device LLM phone automation framework bridging Cactus, OpenAI API shim, and mobile-use SDK; shipped with typed Python + Swift components, structured docs (design.md, ARCHITECTURE.md, STATUS.md), pytest suite, and clear integration layers but no CI and unmarked experimental status.
undeemed /
SEC-Tracker
Python CLI for SEC filing tracking with AI analysis via OpenRouter. Structured codebase with typed modules, comprehensive documentation (README + FLOW.md + WALKTHROUGH.md), ~650KB source, but minimal adoption (2 stars, no external validation).
undeemed /
ratemyhackathons
Personal hackathon review platform with structured architecture (Rust backend, SvelteKit frontend, Python crawler), comprehensive documentation, and working demo. Recent creation (3 days old) with 30 commits shows sustained initial effort but lacks stars/adoption.
undeemed /
yc-exporter
A freshly-launched Chrome extension (MV3, TypeScript) solving a real niche problem (YC app export). Typed, documented with README, builds cleanly, but pre-1.0, 4 commits in 1 day, no tests/CI. Achieves 60 quality baseline via TypeScript + structured src/ + comprehensive docs.
undeemed /
openfire
A TypeScript/Next.js hackathon joke project automating HR terminations via AI agents, demonstrating agentic patterns with Convex, Claude, and third-party APIs—functional but experimental with minimal documentation and no real adoption.
undeemed /
undeemed
Personal profile README with skill badges and stats; no actual project code, minimal substance beyond a GitHub profile card.
06 · Timeline
- Dec 5, 2023Joined GitHub
- Aug 17, 2025Created SEC-Tracker — SEC filing feed RSS based Python CLI auto parser script with AI analysis via openrouter.ai. Track any insider stock trades with custom filters!
- Nov 24, 2025Created undeemed
- Dec 1, 2025Created xiao.sh — It's me, jerry, say hi!
- Feb 10, 2026Created yc-exporter — Chrome extension to export your Y Combinator application as Site, Markdown, or PDF
- Mar 13, 2026Created ratemyhackathons — Whine, Complain, Compliment
- Apr 19, 2026Created wooly
- Apr 25, 2026Created openfire — AI agent that fires your employees so you don't have to feel bad about it
- Apr 25, 2026Most recent push to openfire
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.