01 · Roasts
523 PRs, 25 Followers
You opened 523 pull requests this year — more than one per working day — yet somehow have 25 followers. You're contributing to the entire open-source ecosystem and they can't even be bothered to click 'Follow'.
The 'demo-' Brand Strategy
Two of your five public projects are named 'demo-something'. That's not a naming convention, that's imposter syndrome as a prefix. demo-fast-commit has 40+ tests and retry-with-backoff — it earned a real name.
specl: Ship It Or Shelve It
You built an 11-crate Rust model checker with a VSCode extension, benchmarks beating TLC, and a whole website — then gave it an 'Alpha' badge and 20 stars. At what point does specl become specl-prod?
Weekend? Never Heard Of Her
Your heatmap is a wall of green Monday through Friday with suspiciously empty Saturdays and Sundays. You have the commit discipline of a corporate CI pipeline. Take a break, the repos will still be there Monday.
CI/Tests: Optional Apparently
specl and coil ship with full CI + proptest suites. demo-fast-commit and demo-gmail-organiser have zero CI. Pick a lane — you clearly know how to write tests, you just chose not to for half your projects.
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% weight53D
- Consistency20% weight72B
- Quality20% weight77B
- Depth15% weight70B
- Breadth10% weight80A
- Community10% weight65C
03 · Stats
365-day commit heatmap
293 active days
Language distribution
- JavaScript54%
- Rust18%
- Java10%
- SCSS5%
- TLA5%
- Vue4%
- Other4%
04 · Numbers
Owned repos
non-fork
15
Commits
last 12 months
924
Followers
25
Joined GitHub
Jul 2017
05 · Top repos
danwt /
specl
Modern Rust-based specification language and model checker for distributed systems, faster than TLA+/TLC. Shipped with comprehensive docs, rigorous CI, extensive examples, and claims performance superiority on benchmarks—but only 20 stars with no external PRs visible, limiting adoption signals.
danwt /
coil
Structured memory system for AI agents: typed SQLite schema, MCP server, utility-scoring feedback loop, comprehensive tests, multi-doc architecture. Brand new (4 days old), zero GitHub adoption, but well-architected and production-intent.
danwt /
demo-fast-commit
LLM-powered git commit automation tool. Single-file Python CLI with structured architecture, comprehensive docs, and logging. No tests/CI; typed language not used but project is well-documented and functional.
danwt /
loom
New TypeScript MCP sidecar for agentic coding tools with symbolic task orchestration. Has README, tests, CI, types, and structured layout, but zero adoption signals and minimal commit history (3 of last 30 days).
danwt /
demo-gmail-organiser
Personal Gmail automation tool using LLM-powered categorization. Typed Python project with clear documentation and structured architecture, but minimal adoption (2 stars, 0 forks) and no tests/CI. ~27 commits over ~4 weeks demonstrates focused effort on a working utility.
06 · Timeline
- Jul 15, 2017Joined GitHub
- Jan 23, 2026Created demo-gmail-organiser — Automatically classify and organize Gmail emails using LLM-powered categorization. Stateless, taxonomy-driven, runs incrementally.
- Jan 24, 2026Created demo-fast-commit — Zero-config CLI tool that analyses git diffs with an LLM and creates atomic conventional commits
- Feb 11, 2026Created specl — A modern specification language and model checker for concurrent and distributed systems. Faster than TLA+/TLC.
- Feb 18, 2026Created coil — Structured memory for AI coding agents. Typed schemas, structured queries, utility scoring — an MCP server that makes agents remember what actually matters.
- Feb 19, 2026Created loom — Symbolic recursion sidecar for Claude Code, OpenCode, and Codex CLI
- Apr 14, 2026Most recent push to demo-fast-commit
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.