Skip to content
View Lekh007's full-sized avatar
😄
😄

Block or report Lekh007

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
Lekh007/README.md

Lekhraj Kasar - Applied AI Engineer

I build LLM systems where the output has to be right before anyone acts on it - and where every number has a deterministic owner. The pattern across my work: Python owns the facts, the model investigates, explains, and cites, a verifier rejects what it cannot ground, and the honest limits are documented next to the claims.

Founder & sole engineer of NutriCart (DPIIT-recognised); MSc Business Analytics, University College Cork. Currently building the governance layer for agentic AI: Turnstile, a policy, audit and budget gateway for MCP tool calls.

The portfolio

Repo What it proves
turnstile Agent governance. Default-deny policy engine, OIDC group→scope identity, hash-chained tamper-evident audit log, single-use human approvals, shadow-mode policy simulation - built against the 2026-07-28 MCP revision, mypy --strict, real-subprocess transport tests.
quarterline A research agent that can't lie. SEC filings in, explainable research out: provenance for every number, a 10-check validation gate in front of the LLM, bounded LangGraph agent, golden-set evals. 567 tests.
bondlens-cmbs-surveillance Cited financial analysis over real regulatory data. SEC EDGAR CMBS filings; deterministic tools own every figure; audited a 5/5 evaluation, found fallback text wearing real-looking citations, fixed it, re-measured.
investrag-studio RAG as a measured engineering choice. 12 document formats, four chunking strategies, six vector stores, hybrid dense+BM25 with reranking, abstention when evidence is thin. Success@5 1.00, nDCG@5 0.848 on a self-built regression set.
altsignal-intelligence Leakage-safe ML pipelines. Five official data APIs, immutable as-of-date snapshots, walk-forward PyTorch forecasts against baselines, n8n orchestration - found and fixed real bugs only live runs reveal.
india-import-atlas-data Open data at national scale. India's US$775B import bill, sector by sector, with 209 researched venture paths - the dataset behind indiaimport.org.

How I work

  • Deterministic tools own every number. The LLM never produces a fact; it investigates with tools and cites what it used.
  • Evals are part of the build, not a wrapping. Non-deterministic systems need tests too - golden sets, regression suites, adversarial cases.
  • Local-first, honestly bounded. Everything runs on one machine with no paid APIs; the READMEs say what is not verified, not only what is.
  • AI-assisted, agent-orchestrated development - Claude Code / coding agents as daily instruments, with specs, pinned interface contracts and per-wave verification.

Stack: Python · FastAPI · LangChain/LangGraph · MCP · PostgreSQL/DuckDB · React/TypeScript · PyTorch · Docker · pytest/ruff/mypy-strict


📩 kasarlekhraj01@gmail.com · LinkedIn · nutricart.dev · indiaimport.org

Pinned Loading

  1. altsignal-intelligence altsignal-intelligence Public

    Local-first macro, regulatory, and public-spending signals for investment research

    Python

  2. bondlens-cmbs-surveillance bondlens-cmbs-surveillance Public

    Local-first GenAI copilot for CMBS loan surveillance over real SEC EDGAR filings. Deterministic analytics, cited LLM narration, local inference (Ollama), zero paid APIs.

    Python

  3. investrag-studio investrag-studio Public

    Local-first investment document intelligence and LangChain RAG evaluation studio

    Python

  4. quarterline quarterline Public

    Local-first public-company research desk: SEC filings in, explainable research out. Deterministic facts with lineage, hybrid RAG, a 10-check validation gate in front of the LLM, bounded LangGraph a…

    Python

  5. touchline touchline Public

    A marketing analyst agent: business question in, analyst-grade SQL, deterministic attribution, and a cited interpretation out, or an honest refusal. Deterministic code owns every number.

    Python

  6. turnstile turnstile Public

    Policy, audit & budget gateway for MCP tool calls: default-deny policy engine, OIDC group-to-scope identity, hash-chained tamper-evident audit log, single-use human approvals, shadow-mode policy si…

    Python