Skip to content
View notsooamit's full-sized avatar
🍀
One is All, All is One.
🍀
One is All, All is One.

Highlights

  • Pro

Block or report notsooamit

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

Amit

Backend & AI Engineering

I build production-ready, neuro-symbolic AI pipelines for InsurTech and enterprise automation. I focus on bridging the gap between non-deterministic LLM extraction and deterministic algorithmic routing.


Featured Work: CogniQuote

Neuro-Symbolic AI Underwriting Portal A production-grade microservice that automates complex document analysis.

  • Architecture: State machine orchestrated via LangGraph; asynchronous processing with FastAPI BackgroundTasks.
  • Extraction: Multimodal OCR ingestion (AWS Textract) coupled with semantic entity extraction.
  • Privacy: Localized PII sanitization (spaCy/Microsoft Presidio) to ensure data sovereignty before LLM inference.
  • Reasoning: Vector RAG (PostgreSQL/pgvector) to inject ground-truth actuarial rules into the LLM context.
  • Routing: Deterministic Python engine for final premium calculation, eliminating hallucination risks.

Technical Proficiency

  • Languages: Python (Primary), TypeScript, SQL
  • Backend: FastAPI, Asynchronous Task Queues, gRPC
  • AI/ML: LLM Orchestration (LangChain/LangGraph), RAG, Vector Databases (pgvector), Prompt Engineering
  • DevOps: Docker, AWS (S3, Textract), CI/CD fundamentals

I am currently seeking opportunities to contribute to high-scale AI infrastructure and distributed backend systems.

Pinned Loading

  1. CogniQuote CogniQuote Public

    An enterprise-grade, asynchronous AI Underwriting microservice. Built with a LangGraph neuro-symbolic architecture, pgvector RAG, and a local reversible privacy shield.

    Python 1