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.

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 rather than plausible-looking output.

Portfolio: veer0608.github.io · Résumé: PDF · veerarora06@gmail.com

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

Selected work

schemablind A SQL agent given no schema — four verbs, a database it has never seen, and a question. Scored on BIRD execution accuracy: the agent's rows against the reference query's, no judge model. The harness proves itself first (oracle 100%, mute 0%). No complete model run yet.
citerag Cite-everything RAG over messy 10-K PDFs with a golden-set eval harness. recall@5 0.37 → 0.77 against a measured 0.85 ceiling. The wins came from fixing PDF text extraction, not from clever retrieval.
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.
agencydesk Multi-tenant project management where tenant isolation is enforced by PostgreSQL row-level security, not application code. React + FastAPI + Postgres 16.
agentops Support agent that takes gated actions behind a policy/escalation gate, with a provider-agnostic LLM seam and a built-in eval harness for tool selection, grounding, cost and latency.

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

Popular repositories Loading

  1. data-analysis-agent data-analysis-agent Public

    made a tool to analyse dataset

    Python

  2. ai-agent-project ai-agent-project Public archive

    Minimal Python CLI agent over OpenAI's Responses API, demonstrating a bare tool-call loop. Archived — superseded by agentops.

    Python

  3. fintrack-ai fintrack-ai Public archive

    Full-stack personal-finance dashboard scaffold (React + TypeScript + FastAPI). Archived — superseded by moneytrail.

    TypeScript

  4. agencydesk agencydesk Public

    Multi-tenant agency & client project management. Tenant isolation and internal/client visibility enforced by PostgreSQL row-level security, not application code. React + FastAPI + Postgres 16.

    Python

  5. veer0608.github.io veer0608.github.io Public

    Personal portfolio — Veer Arora, Backend & Data Engineer

    HTML

  6. 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