Skip to content
View ombharatiya's full-sized avatar
:octocat:
❤️ to build
:octocat:
❤️ to build

Block or report ombharatiya

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

Om Bharatiya

Principal AI Engineer · Agentic Platforms, MCP & Eval Infrastructure

Website LinkedIn X Email

📍 Dubai, UAE

I build AI systems for places where a wrong answer costs money.

Agentic platforms, MCP servers, and eval infrastructure for enterprise banking. 7+ years shipping production AI: ISRO → Swiggy → Mensa Brands → banking-scale platforms. ~7k stars on open source. Writing read by 80k+ engineers.


Open source

AI System Design Guide · ★ 1.7k How to design production AI systems and evals. Actively maintained. This is where my current thinking lives.

FAANG Coding Interview Questions · ★ 5.1k The curated interview prep list, forked 1.2k+ times.

TranscriptAI Multilingual speech-to-text CLI on OpenAI Whisper. Batch processing, 8+ formats.

Screwdriver CI/CD 10+ merged PRs across UI, models, and core. Shipped GitHub/GitLab PR validations used by 10k+ engineers.

Shipped to production

System The number Context
Fintech Document AI $0.01 per doc 200k requests/min at 99.5% accuracy, 90% cost reduction
Trade-docs compliance agents weeks → hours review time down from 1-3 weeks to 2-4 hours, 98% audit completeness
Agentic Engineering Platform 33% infra saved MCP orchestration with hierarchical tool taxonomy, 57% compute optimization
DiffusionID portrait pipeline 95% cheaper than commercial APIs, at 450 images/hour and 10k+ cards per batch
Core platform reliability 99.9% uptime up from 88%, queries cut from 45s to 200ms, $2M+ downtime saved

No-hype takes on AI, written from inside production systems:

Stack

AI/ML: Claude, GPT-4, Llama 3.1 · SDXL, InstantID · LangChain, PyTorch, Hugging Face · RAG, agentic workflows, vector search Backend: Python, Java, Go, TypeScript · PostgreSQL, Redis, DynamoDB, Elasticsearch · Kafka, SQS, EventBridge Infra: AWS (Bedrock, SageMaker, EKS, CDK) · Kubernetes, Terraform · Datadog, Prometheus, NewRelic

How I build

def ship_ai_system(requirements):
    """
    Rules I learned in production, the expensive way:
    1. Build the meter before you turn on the tap
    2. No evals, no deploy
    3. Treat LLMs as unreliable services; design for failure
    4. The boring fallback saves you at 3 a.m.
    5. Agents need governance more than they need autonomy
    """
    if handles_money_or_compliance(requirements):
        return validation_layers() + audit_trails() + human_in_the_loop()
    if needs_scale(requirements):
        return async_pipelines() + caching() + cost_meters()
    return something_simple_that_works()

Currently

Researching multi-agent orchestration and eval infrastructure. Mentoring engineers on distributed systems and AI system design. Consulting with teams taking agents from demo to production.


Let's build something together

AI system design, agents in production, scaling war stories. Always up for that conversation.

Website LinkedIn X

In order to understand recursion, one must first understand recursion.

Pinned Loading

  1. FAANG-Coding-Interview-Questions FAANG-Coding-Interview-Questions Public

    A curated List of Coding Questions Asked in FAANG Interviews

    5.2k 1.3k

  2. ai-system-design-guide ai-system-design-guide Public

    AI system design guide for engineers building production AI systems and evals.

    1.8k 358

  3. transcript-ai transcript-ai Public

    AI-powered audio transcription tool using OpenAI Whisper. Convert speech to text with support for 8+ formats, batch processing, and multilingual transcription. Python CLI tool for developers.

    HTML 9 1

  4. property-advisor property-advisor Public

    AI-powered property matching platform | Advanced algorithms match buyers with ideal real estate based on location, budget & preferences | Django + Linear Proportion Algorithm | Enterprise-scale

    Python 8 1

  5. react-billing-app react-billing-app Public

    A Billing Management App Developed using React.js, Redux, Saga, Chart.js, Bootstrap, Typescript. Deployed using Docker on Vercel(Zeit).

    TypeScript 15 6

  6. simple-video-streaming-app simple-video-streaming-app Public template

    Simplest Video Calling App - LIVE - Made using WebRTC - Node.js - Express.js - Socket.io

    JavaScript 8 2