Skip to content
View veer0608's full-sized avatar

Block or report veer0608

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.

Content in all repositories owned by your account will be closed.
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
veer0608/README.md

Veer Arora

Backend and data engineer, Bengaluru. I build systems that can tell you when they are wrong: evaluation harnesses, reconciliation gates, measured baselines instead of plausible-looking output.

Portfolio: veer0608.github.io · Résumé: PDF · [email protected]

Open to backend, data, and AI-engineering roles. Bengaluru or relocating.

Selected work

agentops Support agent that takes gated actions behind a policy and escalation gate, with a provider-agnostic LLM seam and a built-in eval harness for tool selection, grounding, cost and latency.
citerag Cite-everything RAG over messy 10-K PDFs with a golden-set eval harness. recall@5 0.37 to 0.767 against a measured 0.85 ceiling. The wins came from fixing PDF text extraction, not clever retrieval.
vidsmith Turns a script into a narrated, captioned video. Uses edge-tts word-boundary timing for exact captions instead of running Whisper after the fact. Deployed and running at vidsmith.duckdns.org.
moneytrail Local-first bank-statement ledger that provably balances. Reconciliation is the first component, not categorisation. If the parse dropped a row, every insight built on it is quietly wrong.
reruns Benchmark for multi-turn support agents, scored on pass^k rather than a single pass or fail. 110 tests. The first measurement run was thrown out on purpose for being unreliable; daily runs since.
schemablind A SQL agent given no schema: four verbs, a database it has never seen, a question. Scored on BIRD execution accuracy, the agent's rows against the reference query's, no judge model. Harness proven (oracle 100%, mute 0%), full model run pending.

Previously: tested Nostradamus at L&T Finance, an MLOps platform running eight models across EWS, Banking, Self-Cure and Collections. Pipeline validation, SQL verification and UAT on GCP and Kubeflow.

Working with

Python · FastAPI · PostgreSQL · pandas · LangGraph · pytest · TypeScript · React

Pinned Loading

  1. agentops agentops Public

    AI support agent that takes gated actions behind a policy/escalation gate; provider-agnostic LLM seam (OpenAI/Anthropic/Google), a LangGraph runner behind the same interface, and a built-in eval ha…

    Python

  2. citerag citerag Public

    Cite-everything RAG over messy 10-K PDFs with a golden-set eval harness — recall@5 0.37→0.77, measured not vibes (0.85 ceiling)

    Python

  3. moneytrail moneytrail Public

    Local-first bank-statement ledger that provably balances — a reconciliation gate checked against the bank's own arithmetic before a single transaction is categorised. Zero-dependency Python core; s…

    Python

  4. schemablind schemablind Public

    A SQL agent given no schema: it explores the database itself, and is scored on BIRD execution accuracy.

    Python

  5. reruns reruns Public

    A multi-turn support-agent benchmark that runs every task five times. Deterministic grading on final database state, tool calls and an 11-rule written policy, reported as pass^k rather than pass@1.

    Python

  6. vidsmith vidsmith Public

    Turns a markdown script into a narrated, captioned video. Caption and cut timings come from the TTS engine's own word boundaries, so nothing is ever transcribed.

    Python