Skip to content
View satyammistari's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report satyammistari

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

Satyam Mistari

ML/MLOps/LLMOps Engineer, also works in distributed ML systems( feels cool while doing stuff), infrastructure(feels cool to), and inference optimization(also feels cool tooo) . Implementing scalable ML platforms with Rust, Go, Python, and PyTorch.

twitterlinkedingithub


Animations_sprites - Paulo Dos Reis

currently exploring:

  • distributed ML training and inference systems, model serving infrastructure, LLM optimization and cloud-native ML platforms.

ml systems & infrastructure projects:

Distributed ML cli tools & Inference

  • RUST-CHASH — Rust-based HTTP reverse proxy with a consistent hash ring Inspired by ByteByteGo's system design series — built from scratch in Rust with zero external hashing dependencies.
  • db-seed-ai — db-seed-ai reads your SQL schema file and uses a local AI model (Ollama) to generate hundreds of rows of realistic, relationally-correct seed data — then inserts it directly into your database.
  • log-anonymizer — share logs to debug production issues but those logs contain customer emails, IP addresses, session tokens, and API keys. Manual scrubbing is slow and error-prone. log-anonymizer processes gigabytes in seconds safely.
  • env-sync-in-go — I build this stuff jst for fun, i'm bored by doing Machine learning(feature eng, optimization ) stuff, so i tried this and lock in for 3-4 hrs, doing FAFO with docs and blogs and built in one gooo....

ML/MLOps & Platform Engineering

  • Writer-Flow-Deepseek-r1 — Automated documentation generation for codebases using multi-agent AI (CrewAI + Deepseek-R1) and MCP.
  • RAG-check — rag-check is a terminal tool that ingests documents, stores them in a local vector database, and shows you relevance scores for every chunk your RAG pipeline retrieves. No cloud. No setup. Just clarity.

end-to-end mlops projects:

  • ZenML Support Agent — A production-ready agent that can help you with your ZenML questions.
  • End-to-End-ML-Feature-Pipeline-Online-Serving — Production-grade ML feature engineering pipeline that computes real-time and batch features from raw events, stores them in a feature store, and serves latency for model inference.

research paper implementations:

Ongoing learning & experimentation:

  • [ml-systems-papers] — Annotated reading list and summaries of influential ML systems papers with implementation notes.
  • [cuda-kernels-learn] — Collection of hand-written CUDA kernels for common ML operations: matmul, convolution, attention, normalization.
  • [rust-pytorch-bridge] — Experiments bridging Rust and PyTorch for zero-copy tensor sharing and FFI optimization.

My Philosophy

-Understand before abstracting. I implement papers and build systems from scratch not because it's always practical, but because it's the only way to know what's actually happening inside the abstraction. When something breaks at 3am, that knowledge is the difference between a 10-minute fix and a 3-hour debugging session.

-Observability is a first-class concern. A training run with no metrics is a black box. A serving system with no traces is a liability. I treat instrumentation as part of the implementation, not a follow-up task.

-Performance claims require benchmarks. "It's faster" means nothing without a number, a workload, and a baseline. I benchmark against real conditions, report p99 not just mean, and document what I didn't test.

-Simplicity over cleverness. The best infrastructure is the kind that a new teammate can understand in 20 minutes. I write code for the engineer who has to debug it at 2am — often that engineer is me.


tech stack:
Languages: Rust, Go, Python | Frameworks: PyTorch, FastAPI, gRPC | Infrastructure: Kubernetes, Docker | Storage: S3, PostgreSQL, Redis | Monitoring: Prometheus, Grafana

Pinned Loading

  1. End-to-End-ML-Feature-Pipeline-Online-Serving End-to-End-ML-Feature-Pipeline-Online-Serving Public

    Python 1

  2. End-to-End-Support-Agent-MLOps- End-to-End-Support-Agent-MLOps- Public

    MLOps Enterprise level End-to-End Production Agent. A production-ready agent that can help you with your ZenML questions

    Jupyter Notebook

  3. env-sync-in-go env-sync-in-go Public

    Go

  4. Implement-Research-Papers-into-from-scratch Implement-Research-Papers-into-from-scratch Public

    Jupyter Notebook

  5. RUST-CHASH RUST-CHASH Public

    Rust

  6. Rust-Log Rust-Log Public

    Rust