01 · Roasts
Jupyter Monoculture
79% of your codebase is Jupyter Notebooks. You're not building software — you're building a very elaborate scratch pad. At least give your cells a function signature.
Zero Stars, Zero Forks, Zero Mercy
22 public repos, totalStars=0, totalForks=2. The forks are probably from yourself. The internet has spoken — silently.
Test-Free Zone
Not a single repo has HAS_TESTS=yes. You're deploying CBF QP solvers and RL pipelines with temporal logic constraints entirely on vibes and print statements.
Commit Burst Artist
safe-flow: 30 commits in 4 days. crgstl: 30 commits in 28 days. Then silence for weeks. GitHub is not a NeurIPS submission portal — sustaining work counts too.
License? Never Heard of Her
Zero repos have a license. You've written 188 MB of robotics research code that legally no one can use, reproduce, or build upon. Academic open-source in name only.
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% weight55D
- Quality20% weight42D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
27 active days
Language distribution
- Jupyter Notebook79%
- C#11%
- HTML6%
- Python3%
- C++0%
- CMake0%
- Other1%
04 · Numbers
Owned repos
non-fork
16
Commits
last 12 months
62
Followers
4
Joined GitHub
Oct 2019
05 · Top repos
gawtamcr /
safe-flow
Safe-flow implements conditional flow matching with safety constraints for maze navigation. Features CBF-corrected ODE solvers and STL-guided planning but is experimental with zero stars, minimal documentation, and no tests or CI.
gawtamcr /
crgstl
Thesis-stage robotics project combining Signal Temporal Logic with Safe Funnel Controllers and SAC RL for robotic manipulation. Well-structured Python codebase with Docker support, typed implementation, and clear modular architecture (src/controller/, src/behavior_cloning/, src/common/), but no tests, CI, or license.
gawtamcr /
crg_telograf
Research codebase for TeLoGraF (temporal logic STL graph-based synthesis). Minimal documentation, no tests/CI, untyped Python with complex machinery for trajectory generation and STL formula evaluation. Recent commits show active development but sparse README.
gawtamcr /
isaaclab-demo
A minimal Docker container helper for Isaac Sim/Lab with a focused README explaining CUDA/Vulkan setup. 18 KB, 7 commits over 34 days, no tests, no CI, no license—a practical utility without broader adoption.
gawtamcr /
ile
Early-stage Python project implementing diffeomorphic flow networks for geometric trajectory planning under temporal logic constraints. No README, tests, CI, or license; nascent research codebase with 6 commits over one week.
06 · Timeline
- Oct 3, 2019Joined GitHub
- Feb 10, 2026Created crgstl
- Mar 11, 2026Created crg_telograf
- Mar 11, 2026Created isaaclab-demo
- Mar 16, 2026Created ile — Isomorphic Latent Execution
- Apr 25, 2026Created safe-flow
- Apr 29, 2026Most recent push to safe-flow
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.