01 · Roasts
Speed-Runner Repo Founder
LorcanaCardOfTheDay was created AND abandoned in 35 seconds flat. That's not a project — that's a git push anxiety attack.
Private Work Truther
110 public commits in a year with privateWorkLikely=true means the real work is happening in the shadows. Either flex your private repos or accept the 'D' tier at face value.
CI? Never Heard of Her
Zero repos have continuous integration. Go has tests — great — but without CI, they're just vibes on a machine that only you own.
Hackathon Archaeologist
ai-collective-hackathon: 7 commits in 2 days, then silence. Every developer has one of these graveyards; not everyone puts it front-and-center on their portfolio.
Star Collector (Participation Division)
10 total stars across 26 repos works out to 0.38 stars per repo. Even your own portfolio site hasn't starred itself.
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% weight48D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
85 active days
Language distribution
- TypeScript24%
- Java12%
- Python11%
- ShaderLab10%
- C#7%
- C6%
- Other30%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
110
Followers
18
Joined GitHub
May 2019
05 · Top repos
Ajambot /
Go
Personal learning project with two sub-projects: HTTP server from TCP (httpfromtcp) and load balancer (loadbalancer) implementation. Both typed, tested, well-structured Go code exploring networking and system design patterns. Minimal external adoption or documentation.
Ajambot /
ajambot.github.io
Personal portfolio website built with Vue 3 + TypeScript showcasing Martin Morales' professional experience, projects, and skills. Typed, structured, uses Tailwind CSS and Vite, but lacks README, tests, and CI.
Ajambot /
ai-collective-hackathon
Hackathon project integrating Reddit data with Gemini AI analysis. Full-stack Node/React app with working filters, NLP parsing, and visualization. No tests/CI; untyped JS; recent burst activity (7 commits in 2 days) but thin docs and lacks production-readiness markers.
Ajambot /
leetcode
LeetCode solutions repository with C++ implementations of classic algorithms (DP, trees, strings, linked lists). No documentation, tests, CI, or license. ~16KB codebase with 15 commits over ~2 months shows experimental practice work.
Ajambot /
LorcanaCardOfTheDay
Minimal C++ scaffold project created and pushed same day (2026-04-14), zero stars/forks, no README, tests, CI, license, or gitignore. Appears to be initial commit dump with no sustained development.
06 · Timeline
- May 9, 2019Joined GitHub
- Dec 20, 2022Created ajambot.github.io — Martin Morales Portfolio Website
- Aug 22, 2025Created Go
- Jan 23, 2026Created ai-collective-hackathon
- Feb 15, 2026Created leetcode
- Apr 14, 2026Created LorcanaCardOfTheDay — Program that pulls up a random Lorcana Card on your browser
- Apr 23, 2026Most recent push to ajambot.github.io
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.