Skip to content
View Yatsuiii's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Yatsuiii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Yatsuiii/README.md

Raghav Sharma

I build infrastructure for AI and developer systems: observability, evaluation, workflow validation, and the task queues underneath. Mostly Go and Rust.

Recurring theme across the work: make systems explain themselves. Why the bill moved, which deploy broke staging, whether an eval actually passed, which job died and why.

Infrastructure & dev tooling

Project What it does
llmtrace Self-hosted Go proxy that logs per-call LLM cost and latency, detects per-key spend anomalies, and runs an 8-tool Gemini agent to name the exact deploy that caused a spike. Live on Cloud Run.
spendlint Pre-merge LLM cost gate for GitLab — reads each MR diff, projects the dollar delta against real traffic, and posts a verdict before it merges. The preventive counterpart to llmtrace. Live on Cloud Run.
evalc Compiles a natural-language eval criterion into a deterministic Python evaluator — no LLM-as-judge — self-tests it in a sandbox, and registers it as an Arize Phoenix evaluator.
ACE Rust CLI that runs multi-step API workflows as a typed state-machine graph: 21 static graph checks before any network call, plus cross-environment trace diffing. Shipped via Homebrew, Docker, GitHub Actions.
rivet Postgres-backed task queue for Go. SKIP LOCKED dequeue, visibility-timeout crash recovery, at-least-once delivery. No Redis, no broker.

ML systems

BrainConnect-ASD — adversarial GCN with a Gradient Reversal Layer for site deconfounding on 1,102 ABIDE subjects (fMRI). Mean AUC 0.7872 across 20 leave-one-site-out splits. Fine-tuned Qwen2.5-7B for ASD diagnostic report generation. Ran on AMD MI300X for the AMD Developer Hackathon 2026.

Stack

Go · Rust · Python · PostgreSQL · SQLite · PyTorch · Docker · Google Cloud Run · AWS

Contact

raghavaryen@gmail.com · LinkedIn

Pinned Loading

  1. llmtrace llmtrace Public

    Self-hosted LLM proxy with cost ledger and deploy-to-spend causal attribution

    Go 4

  2. spendlint spendlint Public

    Go 2

  3. api-causality-engine api-causality-engine Public

    Stateful API workflow testing and trace diffing in Rust.

    Rust 1

  4. evalc evalc Public

    Compile natural-language eval criteria into deterministic Python evaluators. No LLM judges.

    Go 1

  5. rivet rivet Public

    A Postgres-backed task queue for Go. At-least-once delivery, exponential backoff, SKIP LOCKED dequeue. No Redis, no broker.

    Go

  6. Brain-Connectivity-GCN Brain-Connectivity-GCN Public

    Cross-site adversarial GCN for ASD detection from resting-state fMRI.

    Python 1