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

Block or report GaganGanesh98

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

Hi, I'm Gagan

Applied AI Engineer building LLM agents, retrieval systems, and the evaluation harnesses that say whether they actually work.

  • Built an AI agent governance platform β€” Grace β€” shipping an MCP tool-calling server, WebSocket transport, signed execution receipts and a Merkle audit chain on FastAPI + Next.js + Postgres + Redis. 939 test functions across 165 files, with CodeQL, Trivy, gitleaks and TruffleHog wired into CI.
  • Deep on RAG and retrieval β€” self-corrective LangGraph agents with article-level citations (german-compliance-agent), and hybrid BM25+vector, GraphRAG/Neo4j and Atlas vector search compared on one corpus (Trinity).
  • Evaluation-first: I build the eval before the claim, pre-register hypotheses, and publish negative results. Three of my repos report numbers that did not go my way.
  • Backend-first: Python, FastAPI, SQLAlchemy β€” plus Docker, Terraform, GitHub Actions, GCP Cloud Run.
  • M.Sc. Artificial Intelligence & Machine Learning, SRH Berlin β€” thesis on effort gaps in compressed LLMs (pre-registered, ActFloor).
  • Previously Technical Analyst at Oracle India (2+ years).
  • Based in Berlin.

A few projects

  • SlopCheck β€” grounds AI-written vulnerability reports against the source tree they describe. Measured on 557 labelled curl reports: it contradicts 29.4% of confirmed vulnerabilities, so it fails as a triage gate. Published as a negative result with a DOI and the corpus.
  • Grace β€” cryptographic governance receipts for AI agents: 6-stage governed execution, Ed25519 + ML-DSA-65 signing, RFC-6962 Merkle chain, MCP server.
  • german-compliance-agent β€” LangGraph agent answering GDPR questions with citations, and auditing contracts against them. (TODO: add citation-accuracy numbers over a labelled set.)
  • ActFloor β€” pre-registered MSc thesis experiments on compression and effort gaps in LLMs, with the findings that failed to replicate written up alongside the ones that held.
  • solar-forecast-de β€” day-ahead solar forecasting for the German grid. 2.57% nMAE on a 25-day walk-forward backtest, and βˆ’11.5% skill against the TSO baseline on synthetic data, where that baseline is unrealistically strong.
  • Trinity β€” one ENISA corpus, three retrieval backends, one harness. (TODO: replace the saturated eval set before quoting a number.)

Reach me: LinkedIn

Pinned Loading

  1. ActFloor ActFloor Public

    Empirical evaluation toolkit for activation-aware LLM weight compression, sparsity floors, and perplexity degradation analysis.

    Python

  2. german-compliance-agent german-compliance-agent Public

    Self-corrective LangGraph RAG agent answering GDPR questions with citations, and auditing contracts against them.

    Python

  3. Grace Grace Public

    Cryptographic governance receipts for AI agents β€” signed audit trail, policy enforcement, and escalation workflows.

    Python

  4. SlopCheck SlopCheck Public

    557 labelled curl security reports, and the measurement showing source-tree grounding doesn't detect AI-generated vulnerability reports

    Python