Skip to content
View Sane219's full-sized avatar

Block or report Sane219

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sane219/README.md

πŸ§‘β€πŸ’» About me

$ whoami
Sanket Chauhan
$ cat interests.txt
agents/  llm-systems/  dev-tools/  open-source/  devrel/
$ uptime
building in public since 2022

I'm an AI/ML engineer passionate about local-first intelligent systems. I design, build, and ship tools that turn raw audio, messy notes, and dense documents into structured, retrievable, decision-ready artifacts β€” all running on commodity hardware.

Currently I lead the agentic systems track at work, where I design and ship production LLM pipelines, evaluation harnesses, and human-in-the-loop review tools. I also maintain a handful of open-source projects in the AI tooling and developer-experience space.

  • πŸ”­ Working on: local-first LLM tooling, agent orchestration, RAG over long-form audio
  • 🌱 Learning: Rust, vector search internals, DSPy / GEPA prompt evolution
  • πŸ’¬ Ask me about: LangGraph, Postgres + pgvector, Whisper, prompt engineering
  • ⚑ Fun fact: my favorite PRs are the ones that delete more lines than they add

πŸ› οΈ Tech I think in

Core

Languages
Frameworks & infra

ML / Data

ML / data stack

AI / LLM specific

LangGraph LangChain OpenAI Anthropic Ollama HuggingFace pgvector faster-whisper pyannote

Tooling

Tools


πŸ“Š By the numbers

GitHub stats   Top languages

Streak stats

Trophies


πŸ”­ What I'm hacking on right now

πŸ€–
Agentic Meeting Copilot
Local-first LLM agent that turns meeting audio into structured decisions, action items, and a queryable knowledge base.

🐍 Python Β· ⚑ FastAPI Β· 🧠 LangGraph Β· πŸŽ™οΈ Whisper

Status: Active Development  β­ Star
πŸ§ͺ
Eval Harnesses for RAG
Open-source framework for evaluating RAG pipelines end-to-end β€” retrieval, generation, grounding, hallucination.

🐍 Python Β· πŸ“Š Pandas Β· πŸ“ˆ W&B

Status: Designing
πŸ’»
DevX CLI
A small, fast CLI that wraps our team's go-to commands: scaffold, lint, test, deploy, log a standup.

πŸ¦€ Rust Β· πŸ“¦ Cargo

Status: Side Quest

πŸ’‘ Want to follow along? Star the repos β€” they get commits most weeks.


🧬 Languages I think in

Language proficiency: Python 95%, TypeScript 90%, SQL 80%, Go 60%, Rust 40%

self-assessed Β· last updated when I last shipped something in it

✍️ Dev philosophy

Boring tech. Sharp tools. Honest systems.

I prefer the obvious solution that works today over the clever one that needs a comment to explain.

Local-first by default. The cloud is a backup, not a source of truth.

If it's not in version control, it doesn't exist.


πŸ“š Currently reading

  • πŸ“˜ Designing Data-Intensive Applications β€” Martin Kleppmann
  • πŸ“— LLM Engineer's Handbook β€” Paul Iusztin, Maxime Labonne
  • πŸ“• Hands-On Large Language Models β€” Jay Alammar, Maarten Grootendorst
  • πŸ“™ Database Internals β€” Alex Petrov (in progress)

🐍 Contribution snake

github contribution grid snake animation


πŸ“ˆ Contribution graph

Contribution graph


🌐 Find me

GitHub LinkedIn Email Portfolio


Footer

✨ Thanks for stopping by β€” now go ship something.

Pinned Loading

  1. ATS-resume ATS-resume Public

    A comprehensive NLP-powered tool to extract information from resumes and generate ATS-optimized versions tailored for specific job positions.

    Python

  2. Nifty-500-predictions Nifty-500-predictions Public

    This project implements a sophisticated deep learning model using LSTM neural networks to predict the top 10 most profitable stocks for the next 50 days. The model analyzes 5 years of historical da…

    Python

  3. sign-language-interpreter sign-language-interpreter Public

    A Python-based project for real-time sign language interpretation using MediaPipe for hand gesture detection and a neural network for gesture classification. Uses the ASL Alphabet dataset from Kaggle.

    Python 1

  4. TAXBOT TAXBOT Public

    TaxBot 2025 is a comprehensive, AI-powered Indian Income Tax Assistant that simplifies tax calculation and provides intelligent tax planning insights. Built with Streamlit, it offers an intuitive i…

    Python

  5. Dog_Breed Dog_Breed Public

    A deep learning project that classifies dog breeds from images using an EfficientNetB3 model with transfer learning. The project features a user-friendly Streamlit web interface and can classify 12…

    Python

  6. NutriBot NutriBot Public

    NutriBot is a web application that analyzes food packaging images to determine the healthiness of a product using AI and computer vision. It predicts a health score and classifies the diet type (ve…

    Python