Skip to content
View OBrutus's full-sized avatar
😄
😄

Block or report OBrutus

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

Aniket Vaishnav

Senior Software Engineer · AI/ML · GenAI · Distributed Systems · Cloud

I build systems at the intersection of large-scale backend infrastructure and applied machine learning — from LLM-powered workflows and GenAI integrations to the distributed architectures that support them in production. Currently in travel-tech, building multi-vendor aggregation platforms and high-throughput API systems that have to stay correct at scale.

I think carefully about the tradeoffs that compound: model quality vs. serving cost, flexibility vs. operational complexity, latency vs. correctness.


Stack

Primary languages

Python Java Go JavaScript

AI/ML & GenAI

PyTorch TensorFlow HuggingFace OpenAI Ollama

Backend & infrastructure

Spring Boot AWS Docker PostgreSQL Redis

Distributed systems & ML patterns

Saga · Circuit Breaker · Fan-out · Event-driven design · RAG · Fine-tuning · Model serving · Feature pipelines


Writing

I write to sharpen thinking — on systems design, ML engineering tradeoffs, and things worth understanding deeply.


Teaching

I run OBrutus — a YouTube channel on competitive programming, algorithmic problem-solving, and system design. The emphasis is on building mental models for why a solution works, not memorizing patterns.


Research & Open Source

HuggingFace ORCID StackOverflow


Connect

LinkedIn Portfolio YouTube Medium


Latest

Pinned Loading

  1. Games Games Public

    A list of Logical games to play for logical thinking

    C++ 2

  2. KodeLoad/DataMining KodeLoad/DataMining Public archive

    Python 2

  3. DayUpdate-with-ML DayUpdate-with-ML Public

    Day to day news updates and analysis upon it.

    HTML 2

  4. DllHijacking DllHijacking Public

    A simple application to demonstrate DLL Hijacking, implemented with C#

    C# 1

  5. Simple port scanner in python using ... Simple port scanner in python using python-nmap library
    1
    '''
    2
    ## uncomment this if don't have nmap installed
    3
    import os
    4
    os.system('pip3 install python-nmap')
    5
    '''
  6. prepare-code prepare-code Public

    A utility belt for competitive coding and in general for programmers

    Go 2