Skip to content
View sinhaaarushi's full-sized avatar

Block or report sinhaaarushi

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

Systems focused engineer working on real time infrastructure, simulation, and LLM safety pipelines



Focus

  • Designing systems that don't break under load routing, backpressure, real time state
  • Building simulation first tools to reason about system behaviour instead of guessing
  • Exploring LLM pipelines under adversarial conditions (injection, leakage, noisy inputs)
  • Prioritising observability and reproducibility over surface level features

Systems > features. Focus on behaviour, trade offs, and failure modes.

Selected work

System Decision Simulator

Problem Simulating real time task routing decisions under load with measurable trade offs
Solution Tick-based simulator with WebSocket live feed, metrics, replay, seeded RNG, twin strategy compare, JSON export.
Stack Node, Express, ws, React, Vite, TypeScript, Vitest, GitHub Actions

AUTODRIVE

Problem Simulating autonomous driving requires coordinating perception, decision making, and control across multiple models
Solution Built a multi model pipeline combining computer vision and decision logic to simulate real time driving behavior
Stack Python, computer vision, deep learning, simulation pipeline

rag-product-support-chatbot

Problem Product support systems struggle to retrieve accurate, context aware information from large knowledge bases
Solution Implemented a RAG pipeline using retrieval + generation to answer queries with improved relevance and context
Stack Python, OpenSearch, HuggingFace, retrieval pipelines

AI-Collections-Agent-Simulator

Problem Coordinating multiple agents for decision making and task handling lacks clear modeling and evaluation under different conditions
Solution Built an agent based simulation system to model interactions, decision flows, and outcomes across multiple agents in a controlled environment
Stack Python, agent logic, simulation workflows, backend processing

Currently building

  • Increasing realism and control in task routing simulation (latency, queue behavior)
  • Strengthening AUTODRIVE decision pipeline across perception → action flow
  • Studying system behavior under failure and uneven load conditions

Metrics

GitHub stats Streak

Thinking about

  • Where simulation replaces intuition in system design
  • How LLM systems fail silently in production
  • Making infra decisions observable, not assumed

Stack (compact)

Tech stack

Pinned Loading

  1. AUTODRIVE AUTODRIVE Public

    AI-Powered Self-Driving Car Simulation with Multi-Model Computer Vision System

    Python

  2. rag-product-support-chatbot rag-product-support-chatbot Public

    AI-powered product support chatbot using Retrieval-Augmented Generation (RAG), OpenSearch, and HuggingFace models.

    Python

  3. System-Decision-Simulator System-Decision-Simulator Public

    Real time system simulator with WebSockets, metrics, and replay to explore routing strategies under load.

    TypeScript

  4. AI-Collections-Agent-Simulator AI-Collections-Agent-Simulator Public

    Local AI agent system with intent classification, SQLite based memory, logistic regression behavior prediction, and rule based decision engine for real time action selection.

    Python

  5. Habit-Tracker Habit-Tracker Public

    Gamified habit tracker with XP, streak logic, analytics, and a local first full stack architecture

    JavaScript