01 · Roasts
Transformer, no safety net
HuckLLM has RoPE, SwiGLU, 16 layers, and a 2B-token pipeline—but zero tests and zero CI. The model has more layers than guardrails.
SQL injection speedrun
RHS-Bathroom-Management explicitly acknowledges SQL injection while keeping database credentials and string-formatted SQL in app.py. The bathroom routing is safer than the query layer.
Three projects, six stars
HuckLLM, tara, and RHS-Bathroom-Management show real range, but the portfolio has 6 total stars and 0 forks. Shipping happened; audience development did not.
Terminally early
tara packs Textual screens, shell execution, and GPT helpers into shell.py, then stops after a short May 2025 window. Ambitious TUI, prototype-level runway.
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% weight31F
- Consistency20% weight30F
- Quality20% weight36F
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
55 active days
Language distribution
- Python81%
- Jupyter Notebook17%
- C1%
- Java0%
- Cython0%
- VHDL0%
- Other1%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
20
Followers
27
Joined GitHub
Jul 2020
05 · Top repos
coho905 /
HuckLLM
HuckLLM is a small, documented Python/GPT-style language-model prototype with dataset streaming, RoPE attention, SwiGLU blocks, and tied embeddings, but no visible tests, CI, or adoption signals.
coho905 /
RHS-Bathroom-Management
A small Flask/MariaDB school bathroom-routing prototype with StudentVue schedule integration, but it remains an insecure, lightly structured implementation without tests or CI.
coho905 /
tara
TARA is a documented but very early terminal TUI prototype: shell.py combines Textual screens, shell execution, history, and OpenAI tutoring, with no tests, CI, license, or visible adoption beyond 1 star.
06 · Timeline
- Jul 20, 2020Joined GitHub
- Apr 12, 2023Created RHS-Bathroom-Management — Automate School Bathroom Traffic
- May 29, 2025Created tara — intelligent terminal assistant for learning and productivity
- Mar 18, 2026Created HuckLLM — small language model built for writing
- Jun 7, 2026Most recent push to HuckLLM
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.