📍 India | 🚀 SDE @ Goodspace AI | 🧬 AsyncAPI TSC | 📊 Log0
I ship full-stack products end-to-end: agentic AI, event-driven backends, quantum tooling, and open-source platforms. Currently building production systems at scale and stewarding log0, an intelligent incident copilot.
- 📊 log0: Event-driven log intelligence & incident management (Kafka, ClickHouse, LangGraph, multi-tenant SaaS)
- 🎮 QCGE (7★): Quantum Circuit Game Engine for Pygame;
pip install qcge - 🕹️ QuantaVania: Quantum platformer that teaches circuits through gameplay (Hackathon winner)
- 🧱 Quantum Breakout (12★): Learn quantum gates by playing Breakout
- 🔬 clifft-qiskit: Qiskit BackendV2 provider for the Clifft near-Clifford simulator
- 🌐 ashmit.dev: Portfolio, projects, resume & writing
- ✨ charfield: Copy-in registry + CLI for ASCII canvas field animations
- Ship 0→1 products fast: 12+ products E2E across job seeker, hirer, admin, and B2B sales-automation: AI Mock Interview, Lumi AI Chatbot, Resume Builder, Cover Letter Generator, Refer & Earn, multi-tenant Company Pages, Razorpay Subscriptions, Apollo ingestion + ICP scoring + Email/WhatsApp/Voice outreach.
- Build production backends: Kafka microservices, real-time AI (Socket.io + Gemini Live), Next.js App Router at scale (Lighthouse 42→97), MongoDB/PostgreSQL/Redis
- Lead open source: AsyncAPI TSC member; migrated asyncapi.com to TypeScript/Next.js; built Modelina Playground
- Bridge quantum & software: Published OSS across qBraid, QuEST, Clifft, pyQasm; quantum games used in education worldwide
- 📊 log0: 7-service Kafka platform for log ingestion, deduplication, incident creation, and agentic triage (LangGraph + RAG + pgvector)
- 📚 log0 docs: Architecture, local dev, and open-core (AGPL) licensing at log0labs/log0-services
- 🤖 Lumi AI Chatbot: Real-time AI interview engine on Socket.io + Gemini Live (tool calling, streaming, ~85% token cost reduction)
- 📝 Resume Builder & Cover Letter Generator: Multi-format extraction, optimistic locking, Redis distributed locks
- 📈 B2B Sales Automation: Apollo ingestion + ICP scoring + Email/WhatsApp/Voice outreach pipeline
- 🏢 Company Pages & Subscriptions: Multi-tenant pages, Razorpay subscriptions, admin dashboards
- 🎯 AI Mock Interview: Live voice + LLM-driven interview sessions
- 🎮 Quantum-Circuit-Game-Engine: Pygame quantum circuit grid; Qiskit 2.x + WebAssembly backends
- 🕹️ QuantaVania: Action-adventure quantum platformer; Special Prize @ Quantum Games Hackathon 2023
- 🧱 Quantum-Breakout: Quantum re-imagining of Breakout for intuitive gate learning
- 🔬 clifft-qiskit: Run Qiskit circuits on Clifft near-Clifford simulator
- 🧠 QNN-MNIST-Classification: Hybrid quantum neural network with Classiq
- 🌾 QCrop: VQE-based molecular engineering for fertilizer design (NYUAD Hackathon)
- 🔭 UnravelQuantum: Interactive demos of quantum algorithms
- 🌐 asyncapi/website: GSoC 2024 UI Kit; TypeScript/Next.js migration; 10+ merged PRs
- 🏗️ asyncapi/modelina: Modelina Playground; class→functional React migration
- 📋 TSC Member: Strategic direction, consensus-building, and maintainer coordination since Oct 2023
- 🔐 Parallel-File-Encryptor: Multithreaded C++ encryption for large datasets
- 🌐 Multithreaded-Proxy-Web-Server-with-LRU-Cache: C proxy server with LRU caching
- 🗄️ Custom-Database-Server: Custom DB server in C
- ⚡ Parallel-Merge-Sort: Parallel merge sort in C++
- ✨ charfield: ASCII canvas animation registry + CLI
- 💬 AskItOut: Doubt-sharing platform for educational institutions
- ✍️ EngineeringWithAshmit: SSR blog on Express.js + MongoDB
- 🏪 Vipani Marketplace: Digital platform for local Indian marketplaces
- 🩺 Arohi Health Coach: Full-stack health coaching app
- 📚 quillist-api: Book review REST API
- 📈 JP-Morgan-Chase-Stock-Visualization: Stock data viz (1980-2025)
- 🎓 CareerEase: Career guidance platform
Deepening Gen AI, agentic systems, and ML foundations. Grouped by what I am actively studying vs building broader depth.
Generative AI
- GenAI roadmap; LangChain components, models, prompts, structured output, output parsers
- Chains and runnables; document loaders, text splitters, vector stores, retrievers
- RAG (retrieval augmented generation) + YouTube chatbot project
- Tools, tool calling, end-to-end LangChain agent; local LLMs with Ollama
Agentic AI
- Generative AI vs agentic AI; LangChain vs LangGraph; core graph concepts
- Sequential, parallel, conditional, and iterative workflows
- Chatbots with Streamlit UI, streaming, SQLite persistence, resume chat
- LangSmith observability; tools, MCP client in LangGraph, RAG pipelines
- Human-in-the-loop, subgraphs, short-term and long-term memory
- Agentic projects: auto blog writer; Corrective RAG (CRAG) and Self-RAG
Machine Learning
- ML vs AI vs DL; batch vs online learning; instance-based vs model-based learning
- MLDLC, data roles (engineer, analyst, scientist, ML engineer), tensors, Jupyter/Colab
- Data ingestion (CSV, JSON, SQL, APIs, web scraping), EDA (univariate, bivariate, multivariate)
- Feature engineering: scaling, encoding, column transformers, ML pipelines
- Missing data, outliers, feature construction; supervised/unsupervised algorithms
- Ensemble methods, model evaluation, tuning, deployment, end-to-end ML projects
Deep Learning
- Deep learning vs ML; neural network types and history; perceptron and MLP intuition
- Forward/backpropagation, loss functions (hinge, BCE, sigmoid), activation functions
- ANN projects (customer churn, MNIST); CNNs, RNNs, transfer learning, regularization
- Optimization (SGD, Adam), hyperparameter tuning, computer vision and NLP applications
Mathematics for Machine Learning
- Descriptive statistics; PDF, PMF, CDF; normal and non-Gaussian distributions
- Central limit theorem; confidence intervals; hypothesis testing and p-values
- Chi-square tests, ANOVA; linear algebra and calculus for ML
PyTorch
- Tensors, autograd, training pipeline,
nn.Module, Dataset and DataLoader - ANN on GPU, optimization, Optuna hyperparameter tuning
- CNN from scratch, transfer learning
LLM Evaluations
- Model evals vs application evals; complete LLM application evaluation workflow
- LLM model evals and capabilities; LLM-as-judge, reference-based vs reference-free evals
- Systematic eval setup (metrics, unit tests, golden datasets)
- RAG evaluation patterns for production Gen AI apps
Model Context Protocol
- Why MCP, architecture, and lifecycle
- Connect MCP servers to Claude Desktop
- Build local MCP servers, remote MCP servers, and MCP clients
Agentic Coding
- Setup, slash commands, code changes with image context, context window management
CLAUDE.md, spec-driven development, plan and ultraplan modes- Custom slash commands, skills, subagents (custom AI workers)
- MCP integration, hooks, plugins
| Role | Org | Period |
|---|---|---|
| Software Development Engineer | Goodspace AI | May 2025 - Jun 2026 |
| Freelance SDE | Unitary Foundation (QBraid, Clifft, QuEST) | May-Jun 2026 |
| GSoC Developer | AsyncAPI Initiative | May-Aug 2024 |
| TSC Member & Maintainer | AsyncAPI (Modelina, Website) | Oct 2023 - Present |
| Quantum Computing Intern | Creed & Bear | Jan-Jul 2024 |
| Qiskit Advocate | IBM Quantum | Aug 2023 - Present |
Education: B.Tech Engineering Physics, NIT Hamirpur (8.07 CGPA); 800+ DSA problems solved
- Accept fast, never block: the one decision that keeps ingestion alive
- From fingerprints to an incident: counting in windows, paging once
- Anatomy of a fingerprint: how log0 turns 115,489 log lines into one incident
- Run Qiskit circuits on clifft, a near-Clifford simulator
- Green does not mean working: what a health check confirms
- Building log0: a multi-tenant incident platform on Kafka
- How qBraid Routes Between Quantum SDKs (Conversion Graph)
- DNS Isn't a Server. It's a Conversation Between Four.
94 merged upstream PRs/MRs across GitHub and GitLab (Salsa), plus active work on cloud-init, Deltakit, NativeLink, and Quantify.
| Project | Contributions |
|---|---|
canonical/cloud-init |
- Tolerate unreadable runtime config in schema validation (GH-6680) - Type annotations for cloudinit.netinfo module |
Deltakit/deltakit |
Document C-optimal discretisation in error budget notebook |
Deltakit/deltakit-explorer |
Opt-in CSS memory circuit redundancy meta-check DETECTORs |
quantify-os/quantify |
Preserve declared acquisition-channel order in MeasurementControl (#151) (in review) |
Nativelink/NativeLink |
ashmitjsg/nativelink fork (upstream PR in progress) |
Freelance SDE @ Unitary Foundation (May-Jun 2026): shipped across QBraid, Clifft, PyQasm, and QuEST. Debian debusine contributions via Salsa GitLab.
Open to full-time SDE / founding engineer roles. Happy to walk through architecture, trade-offs, and production war stories.
Open source & certifications
- Google Summer of Code 2024: UI Kit development for the AsyncAPI Initiative website
- Google Summer of Code Alumni CAMP Delhi 2026
- AsyncAPI TSC Member & Maintainer: Modelina, AsyncAPI Website; technical steering for a 3k+ star ecosystem
- IBM Certified Associate Developer: Quantum Computation using Qiskit
- Qiskit Advocate (IBM Quantum, Aug 2023 - Present)
- Beta Microsoft Learn Student Ambassador (Oct 2022 - Oct 2024): organized Azure AI Challenge; technical onboarding in Git, GitHub, and Static Web Apps
Awards & selections
- Quantum Games Hackathon 2023: Special Prize (Snarto/Onyx) for QuantaVania
- 11th NYUAD International Hackathon for Social Good: Among 10 selected from India; QCrop quantum fertilizer design project
Campus leadership & societies
- Entrepreneurship Cell, NIT Hamirpur: Overall Coordinator (May 2024 - May 2025); led 150-member team across E-Summit, Hult Prize, E-Crescendo, and Startup Internship Program; facilitated INR 60+ Lakhs seed funding
- Physteo (Physics Society), NIT Hamirpur: Founder & President (Oct 2022 - May 2025); established the department's official physics society
- Training & Placement Office, NIT Hamirpur: Core Training & Placement Representative (Aug 2023 - May 2025)
- Team Abraxas (Nimbus 2023/2024): Executive Volunteer & Advisor (Dec 2022 - May 2025); quantum computing workshop for 100+ students; built Quantum Breakout
- Society for Promotion of Electronics Culture (SPEC): Executive Volunteer (Dec 2021 - Jan 2023); organized Electrothon 4.0 (2,000+ participants globally)
- UbuCon Asia 2024: Volunteer, Ubuntu Asia Community (Jaipur)
Speaking
- Data Science Summit 2023 (VoD): Speaker on Quantum Breakout gamification, QuantaVania, and QUBO surrogate optimization research
GitHub
- 202 repos (94 public, 108 private); 62 upstream forks; OSS across quantum, web, Debian, and infra
Ship beats perfect. I build systems that survive production, then open-source the parts that help others.



