Skip to content
View anshika1307-code's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Ghaziabad

Block or report anshika1307-code

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
anshika1307-code/README.md
Anshika Goel — AI / Backend Engineer

Founding Developer & Tech Lead @ GeniusCFO  ·  SDE II, AI/ML @ QuadB Technologies

Portfolio LinkedIn Email Profile views


Note

I build AI systems that fail loudly instead of quietly. A model that is confidently wrong is worse than one that refuses to answer. Most of my work is the structure around the model — validation gates, evaluation harnesses, and the escalation path that sends an uncertain answer to a person instead of into someone's books.


Currently building

GeniusCFO — an AI accounting platform for Indian businesses. Ask a question in plain English; it keeps double-entry books underneath. I have been on it since the first commit and lead the backend and AI architecture.

flowchart LR
    Q(["Document<br/>or question"]) --> SUP["Supervisor<br/>plan · route · LangGraph"]
    SUP --> AG["9 specialised agents<br/>typed A2A protocol"]
    AG --> H{"Accuracy harness<br/>check → repair → flag"}
    H -->|"clears every check"| L[("Ledger<br/>double-entry")]
    H -->|"anything uncertain"| R["Human review"]

    classDef start fill:#E9FCCA,stroke:#1D1D1D,stroke-width:1.5px,color:#1D1D1D
    classDef core fill:#FFE7A9,stroke:#1D1D1D,stroke-width:1.5px,color:#1D1D1D
    classDef agents fill:#DBF5F0,stroke:#1D1D1D,stroke-width:1.5px,color:#1D1D1D
    classDef out fill:#E3F2FF,stroke:#1D1D1D,stroke-width:1.5px,color:#1D1D1D
    classDef human fill:#FBEBEA,stroke:#1D1D1D,stroke-width:1.5px,color:#1D1D1D

    class Q start
    class SUP,H core
    class AG agents
    class L out
    class R human
Loading
91.4% 85% 5,000+ 9 6
field extraction
accuracy
reconciliation
auto-matched
documents
per month
specialised
agents
microservices
in production

Important

That 91.4% is measured against a golden document pack on the live code path, not in a notebook. The same run surfaced a classification gap I would otherwise have shipped. A number that only ever flatters you is not a measurement.


Selected work

Multi-agent LangGraph Document AI RAG

Supervisor orchestrating 9 agents over a typed protocol. Four-engine OCR chain, per-tenant isolated hybrid retrieval, PII tokenised before the model call, and a nightly loop that turns production corrections into versioned prompt rules.

Hybrid RAG RAGAS Evaluation

Clinical RAG over FDA drug labels and ADA/JNC guidelines. Hybrid BM25 + dense retrieval, citation-grounded answers, and a RAGAS gate in CI that blocks low-faithfulness responses before deploy. p95 < 2.5s.

🛡️ StableGuard.AI

Multi-agent Real-time Full-stack

Real-time stablecoin monitoring built as a multi-agent system. 3rd Prize at ETHOnline 2025 — Best Use of ASI Alliance / Fetch.ai, global hackathon.

⛓️ DFinance

Rust ICP DeFi

Aave-style lending rebuilt for the Internet Computer's canister model. I built the liquidity layer end to end — pool accounting, supply and borrow flows, and the state behind them.

More — Bitcoin, decentralised infra, and client work
Project What it is Stack
USDB A stablecoin issued natively on Bitcoin via Runes. Designed the UTXO and Runes transaction mechanics as second lead backend dev. Bitcoin Runes UTXO
OpenxAI Studio Deployment console for a permissionless AI network on decentralised GPU compute. Led the India-based full-stack team. Next.js Web3
Freelance commerce Three Dubai-based commercial sites delivered solo, brief to launch Shopify WordPress

Stack

Core

Python FastAPI TypeScript Node.js Rust

AI & Agents

LangGraph LangChain OpenAI Anthropic RAG Agent Memory

Data

PostgreSQL Redis Qdrant FAISS BM25

Platform

Docker Kubernetes AWS GitHub Actions Prometheus Grafana


How I think about production AI

Tip

100% accuracy is achievable — but only in the deterministic layer. No amount of prompt engineering makes a model reliably correct. But arithmetic is. A checksum either validates or it does not. So I make the deterministic layer complete, then route every model output through it. What survives is verifiably consistent. What does not, a person sees.

  • Measure before you tune. Every hour spent on prompts before you can score them is an hour spent guessing.
  • Sample your successes. Documents that go to review generate correction signal. Confidently auto-posted ones generate nothing — so a confident error is invisible unless you go looking.
  • Prefer an honest refusal to a plausible answer. Everywhere, without exception.
  • Make every automated improvement reversible. Otherwise you have traded one silent failure mode for another.

Recognition

🥉 3rd Prize — ETHOnline 2025 Best Use of ASI Alliance / Fetch.ai, global hackathon
🇮🇳 National Finalist — Kavach 2023 Government of India cybersecurity hackathon; led a six-member team
🏆 Winner — BinaryHacks Shipped a full-stack app as team lead inside the hackathon window


Currently open to AI/backend roles.

Portfolio  ·  Writing  ·  LinkedIn  ·  Email

Building where a confident wrong answer costs more than no answer at all.

Popular repositories Loading

  1. IMF IMF Public

    Chat messenger decryption and analysis software (Instant Messenger Forensic System) - assists investigators in accessing encrypted instant messenger databases and enables them to analyze the data f…

    Python 4

  2. TravellersSocialMedia-website TravellersSocialMedia-website Public

    JavaScript 3

  3. Lotterydapp-smartcontract Lotterydapp-smartcontract Public

    Solidity 3

  4. Kavach-Phoenix Kavach-Phoenix Public

    Java 3

  5. CryptoLotteryDapp-website CryptoLotteryDapp-website Public

    TypeScript 3

  6. LearningReact LearningReact Public

    Learning React - hooks, custom hooks, props, etc, Addon- Redux, API, etc

    JavaScript 3