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

Highlights

  • Pro

Block or report vanshtaneja23

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.

Content in all repositories owned by your account will be closed.
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
vanshtaneja23/README.md

Vansh Taneja

Software Engineer β€’ AI Systems β€’ Distributed Infrastructure

Designing production systems where scale, latency, and failure are first-class concerns.


System Profile

name: Vansh Taneja
role: Software Engineer (AI + Distributed Systems)
education: Computer Science (AI Option), University of Alberta
operating_mode: production-first
focus:
  - Event-driven architecture
  - Real-time decision systems
  - AI under latency constraints

I don’t just build demos.
I design systems with explicit failure modes.


Active System β€” Aether

Aether β€” Real-Time Distributed Logistics Engine

Dispatch is not CRUD.
It is a streaming, stateful decision problem under strict latency constraints.

  • Kafka-backed event backbone
  • gRPC microservices with strict service contracts
  • Redis for real-time fleet and order state
  • PostgreSQL for durability and analytical workloads
  • AI models embedded directly in the decision loop
  • Operator command-center interface for live overrides

πŸ”— https://github.com/vanshtaneja23/Aether


Micro-Netflix

Event-Driven Video Streaming Platform

  • Asynchronous transcoding pipelines
  • Queue-isolated workloads
  • Object-storage-backed scalability
  • Container-first deployment model

πŸ”— https://github.com/vanshtaneja23/micro-netflix


SocialDistribution β€” CMPUT 404

Federated Social Networking (ActivityPub-style)

Multi-node, REST-first. Entries, likes, and comments flow node-to-node via inbox APIs.

  • RESTful API with full spec compliance; pagination, auth, visibility (public/unlisted/friends)
  • Node-to-node federation: follow requests, entries, likes, comments pushed to remote inboxes
  • PostgreSQL-backed; single-server-per-node deployment model
  • Every endpoint tested and documented; interop with multiple teams' nodes


Tartan Smart Home β€” CMPUT 402

Software Quality β€’ Java REST Service β€’ IoT Platform

Evaluating and extending an existing Java service layer. Quality and testability over new features.

  • Java, Dropwizard/Jersey β€” RESTful state and update APIs for smart-home nodes
  • Integration with IoT controller and historian; state consistency and failure recovery
  • Focus: testing, requirements validation, and improving a legacy codebase


Open Source & Current Builds

  • LiteLLM β€” fixed a Gemini bug causing HTTP 500s, independently verified by an affected user (PR #32545, #31505)
  • Neural Playground β€” MLP + backprop from scratch in pure JS, trains live in-browser (Live Demo Β· repo)
  • LLM Orchestrator β€” self-hosted LLM gateway, SQLite request logging, tested failure paths (repo)


Engineering Telemetry


Toolchain



Recruiter Note

I take ownership of systems end-to-end.
I design for scale, reliability, and real-world constraints.
I build software that combines distributed systems with AI and machine learning.

Roles:
Software Engineering Intern β€’ Backend / Distributed Systems β€’ AI / ML Engineer

Contact: vanshtaneja23@gmail.com

Interested in building scalable infrastructure, intelligent systems, and production-ready AI.

Pinned Loading

  1. dqn-carracing dqn-carracing Public

    Python

  2. llm-orchestrator llm-orchestrator Public

    FastAPI service wrapping multiple LLMs with semantic caching, request logging, and a real-time observability dashboard. Built to solve token-cost and observability problems I hit running Nexus.

    Python

  3. neuralplayground neuralplayground Public

    Interactive neural network playground β€” MLP with hand-written backprop and minibatch SGD in pure JavaScript/React, no ML libraries. Live decision boundary visualization on spiral, XOR, circles & cl…

    JavaScript

  4. CMPUT301F25zenith0/ZENITH CMPUT301F25zenith0/ZENITH Public

    Lab-04

    Java

  5. socialdistribution-olive socialdistribution-olive Public

    Forked from tanmay-satija/socialdistribution-olive

    Python

  6. simonw/llm simonw/llm Public

    Access large language models from the command-line

    Python 12.5k 999