Skip to content
View Himansh97's full-sized avatar

Block or report Himansh97

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

Himanshu Srivastava

Data and platform engineering — Dallas, TX

I build AI into regulated workflows, and the controls that make its output checkable. Mortgage lending mostly: loan origination systems, Ginnie Mae pool delivery, GL reconciliation, and the CI/CD security gates around them.

The through-line in everything below is the same idea — an automated system should be able to prove what it did. Not assert it. Prove it, to someone who does not trust it.


Custody · pip install custody-ledger

A signed, append-only ledger for AI decisions in mortgage lending, built against Fannie Mae Lender Letter LL-2026-04.

Two halves that are useless apart. A deterministic gate runs before an AI output reaches a loan file: every figure must appear in a source document, every field must cite one, classifications must land in a closed set, and anything under the confidence floor goes to a person. There is no model anywhere in the verification path — a model judging a model is not evidence. Then a hash-chained, Ed25519-signed ledger records what the model produced and what a human did about it, so the safeguard can be shown to have run rather than claimed.

  • Published on PyPI, v0.6.0
  • 92 tests across 11 files; SQLite and Postgres, both tested in CI
  • Four releases tagged on GitHub, matching the four published to PyPI
  • Ed25519 and ECDSA-P256, with keys in Azure Key Vault rather than on disk
  • One runtime dependency, because this sits in the call path of a regulated workflow
  • verify_packet.py — a single stdlib-only file so an examiner can check the evidence without trusting this package
  • The compliance mapping says "no" more often than a vendor document would

Live demo — the page recomputes every hash in your own browser. Press Tamper and the chain breaks at the record that was edited.


CareerOS — api · web

A job search run as an engineering system. FastAPI backend, Next.js 16 frontend.

Fit scoring is deterministic and evidence-based: no resume claim can exist without a verified source behind it, and a requirement the system does not recognise is reported as a gap, never assumed as a pass. That second rule came from a real failure — a mortgage compliance posting once scored 98/100 with "no gaps" because the requirements it did not understand were invisible rather than unmet.

Nothing auto-submits. The API prepares and stops; the browser automation is structurally incapable of pressing submit. That is not caution for its own sake — it is what the ATS terms of service actually require.

  • 281 commits across the two repos, 88 API endpoints, 457 backend tests in 60 files
  • Containment: generated prose is discarded whole if any sentence introduces a figure, a proper noun or a seniority claim its source does not support

Live, interactive, no build step. Includes the containment gate and the Custody ledger running in the page.


Currently

AI Engineer Intern at a regulated mortgage lender, working on LOS integrations, Ginnie Mae delivery, and AI-assisted reconciliation. MS Business Analytics and an MBA. Lean Six Sigma Green Belt.

Python · SQL · FastAPI · React/TypeScript · Azure (Bicep, Container Apps, Key Vault) · GitHub Actions · Power BI · Tableau · PySpark · Airflow · Claude API · MISMO/ULDD · Encompass

hsrivast22@gmail.com · LinkedIn · himansh97.github.io

Pinned Loading

  1. himansh97.github.io himansh97.github.io Public

    Portfolio — data & platform engineering. Live demos, no build step.

    HTML 1

  2. devsetup devsetup Public

    Shell CLI that automates local dev setup on a new machine: git config, SSH/GPG keys, gh auth, repo init/clone, and dependency detection.

    Shell

  3. health-insurance-analytics-dwh-ssis-ssas health-insurance-analytics-dwh-ssis-ssas Public

    End-to-end Medicare/Medicaid analytics: data warehouse built with SSIS and SSAS.

    TSQL

  4. custody custody Public

    A signed chain of evidence for AI decisions in mortgage lending. Enforces the policy you approved, refuses what it forbids, and produces evidence an examiner can verify without trusting you. Fannie…

    Python 2

  5. careeros-api careeros-api Public

    CareerOS backend — FastAPI. Live job discovery, deterministic evidence-based fit scoring, ATS-safe resume tailoring and PDF/DOCX export, recruiter outreach drafting.

    Python 1

  6. careeros-web careeros-web Public

    CareerOS frontend — Next.js 16 + TypeScript. Job discovery, fit breakdowns, in-app resume editing, approvals. Nothing auto-submits.

    TypeScript 1