01 · Roasts
One-Day Wonders
imc-prosperity-4-backtester was created and substantially built on 2026-04-24 in roughly 1.5 hours. SQLite schemas, Streamlit dashboards, batch runners — impressive architecture for a single afternoon, but 'depth' requires more than a speed run.
The CI Allergy
Three repos scored, zero CI pipelines configured. You have tests in imc-prosperity-4-backtester and TypeScript types in smarXiv — you're 90% of the way to a green badge. The last 10% apparently takes a different kind of energy.
The Next.js Monoculture
Two of three projects are Next.js web apps (smarXiv and sameinter) doing nearly identical things: AI-powered interfaces. Your JavaScript is at 83% of total bytes. Breadth is a muscle that needs exercise.
Stars: 2, Ambition: 10
totalStars=2 across 13 public repos. The ideas are there — trading algorithms, RAG-based paper chat, canvas code editors — but the universe hasn't noticed yet. Ship louder.
34 Public Commits in a Year
privateWorkLikely=true saves you from a Consistency floor of 20, but publicly you averaged less than 3 commits per month. Either the private repos are carrying enormous weight, or the sprints are very far apart.
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% weight30F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
68 active days
Language distribution
- JavaScript83%
- Roff15%
- TypeScript1%
- Python1%
- HTML0%
- MDX0%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
34
Followers
19
Joined GitHub
Sep 2021
05 · Top repos
trisanths /
smarXiv
smarXiv is a Next.js+TypeScript web app for AI-powered paper summarization (ELI5/blog/original modes), RAG-based chat, and figure extraction. Typed, documented with functional API routes and UI components; limited production adoption (0 stars, 7 of 30 recent commits, no tests/CI).
trisanths /
imc-prosperity-4-backtester
A backtester for IMC Prosperity 4 trading algorithms with CLI, batch runner, and Streamlit UI. Recently created (Apr 2026), typed Python codebase with tests, README, structured layout, but minimal commit history and zero adoption yet.
trisanths /
sameinter
Experimental Next.js AI chat/code generation platform with typed React/TypeScript codebase, supporting conversations, canvas code editing, and OpenAI integration. No tests, CI, README, or license; limited commit history (only 2 of last 30 days) suggests early-stage project.
06 · Timeline
- Sep 13, 2021Joined GitHub
- Jun 2, 2025Created sameinter
- Dec 6, 2025Created smarXiv
- Apr 24, 2026Created imc-prosperity-4-backtester
- Apr 24, 2026Most recent push to imc-prosperity-4-backtester
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.