01 · Roasts
Quartus without a harness
Five scored repos, zero test suites, and zero CI pipelines: the hardware is brave enough to meet silicon before it meets automation.
README carries the timing closure
DE1_SoC_template documents regeneration well, but its verification story is still a blank waveform.
CRC receiver left on read
my_RTL_designs ships a literal “YOUR CODE HERE” in CRC_rx.sv; the checksum is checking out early.
Bus route, no passengers
fpga-communication-bus has roughly 30 sampled commits and multiple UART paths, yet 0 stars, 0 forks, and a title-only README.
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% weight35F
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
36 active days
Language distribution
- F#88%
- C++4%
- Tcl3%
- Python2%
- SystemVerilog1%
- C1%
- Other1%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
99
Followers
0
Joined GitHub
Dec 2024
05 · Top repos
Bhavyaa-T /
fpga-communication-bus
A substantial but lightly documented FPGA communication-bus workspace combining Cyclone V Quartus integration, SystemVerilog adders, multiple UART/PIO userspace programs, and a Linux UART interrupt module; adoption is not demonstrated.
Bhavyaa-T /
DE1_SoC_template
A focused DE1-SoC Quartus template with board pin assignments, a SystemVerilog HPS wrapper, and reproducible Platform Designer Tcl, but no demonstrated adoption, tests, CI, or license.
Bhavyaa-T /
custom_RTL_peripheral
A small, documented DE1-SoC Quartus/Platform Designer template that integrates an Avalon LED peripheral, HPS wiring, and a /dev/mem demo, but has no visible adoption, tests, CI, or license.
Bhavyaa-T /
my_RTL_designs
A tiny two-module SystemVerilog RTL experiment for serial CRC handling; the transmitter is implemented, while the receiver remains incomplete and has no validation or project infrastructure.
Bhavyaa-T /
Bhavyaa-T.github.io
A small, hand-authored HTML/CSS personal writing site with one hardware-focused post, basic navigation, and a polished responsive stylesheet, but no adoption signals or engineering automation.
06 · Timeline
- Dec 19, 2024Joined GitHub
- Aug 17, 2026Created fpga-communication-bus
- Aug 29, 2026Created Bhavyaa-T.github.io
- Sep 8, 2026Created DE1_SoC_template
- Sep 9, 2026Created custom_RTL_peripheral
- Sep 14, 2026Created my_RTL_designs
- Sep 15, 2026Most recent push to custom_RTL_peripheral
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.