Skip to content
View prateekmulye's full-sized avatar
🏎️
ChatP1.ai
🏎️
ChatP1.ai

Block or report prateekmulye

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

Hi, I'm Prateek

I'm a backend engineer. Most of my 11+ years has been on systems where losing or double-handling a message means real money goes the wrong way: payments, banking, and a data platform running 30M+ rows in Postgres. I tend to care most about the boring parts, like catching a bad input and retrying it instead of letting it quietly break something at 2am.

Lately I build with AI on the side too, mostly small RAG and agent projects. A couple are below.

Right now I'm a Senior Software Engineer at Agilent on the manufacturing side, where part of the job is helping the team actually use AI day to day. Before that: HG Insights, Capital One (through Cognizant), and AurionPro.

prateekmulye.dev · LinkedIn · Email

Featured work

ChatFormula1 — a single-agent agentic RAG assistant for Formula 1 (live) One agent routes between a vector store and live web search, then answers over what it retrieves. Built with production hygiene: auth, rate-limiting, tests, structured logging, caching, graceful degradation, CI/CD, and Pydantic-typed state. LangGraph · Pinecone · Tavily · FastAPI · Pydantic

FinResearch AI — a multi-agent equity-research system (live) A LangGraph manager fans out to specialized research agents in parallel, then an analyst and a reporter write a verdict over what was retrieved. Every step emits structured JSON so the agents stay grounded instead of guessing. My submission to the SuperDataScience CP044 community project. multi-agent · LangGraph · Pinecone · RAG · Python

slipstream-f1-strategist — an event-driven race-strategy service A reactive API publishes a request to Kafka, a consumer runs a deterministic simulation, and the result is written back exactly once. The public, NDA-free analogue of the financial-grade reliability work: bounded retry with backoff and idempotent processing, so a bad message is retried sensibly and never processed twice. Java 21 · Spring WebFlux · Kafka · PostgreSQL · OpenTelemetry · Testcontainers

What I work on

Distributed systems Apache Kafka, PostgreSQL at 30M+ rows, idempotent recovery, DLQ + bounded retry, service contracts
Backend Java (Spring Boot), Elixir (Phoenix), Python, GraphQL and REST
Applied AI LangGraph, RAG, Pinecone, Pydantic-typed state, multi-agent orchestration
Platform Docker, Kubernetes, Terraform, OpenTelemetry, Datadog, AWS

More at prateekmulye.dev.

Pinned Loading

  1. ChatFormula1 ChatFormula1 Public

    Chat with an Formula 1 Expert. Upgrade with future vision is in progress...

    Elixir 1

  2. geo-standardization-case-study geo-standardization-case-study Public

    Geo Standardization Case-Study

  3. FinResearchAI FinResearchAI Public

    Multi-agent equity research on LangGraph — parallel analysts, bull/bear debate, risk arbitration, live SSE streaming, debate A/B eval harness. FastAPI + React + Postgres/pgvector.

    Python