Skip to content
View VinayakG311's full-sized avatar

Highlights

  • Pro

Block or report VinayakG311

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

Vinayak Goel

Software Engineer · Quadeye · IIIT-Delhi

LinkedIn Email LeetCode


I build systems that are meant to be fast, resilient, and hard to break — distributed infrastructure, low-latency backends, and AI tooling. Currently at Quadeye building tools for quant workflows and data processing. CS Engineering graduate from IIIT-Delhi.


Projects

InferMesh  ·  Distributed AI Inference Scheduler

Open-source scheduler that routes LLM requests across a cluster of self-hosted nodes in real time.

  • Weighted scoring across latency, queue depth, and active requests — lowest score wins
  • UDP gossip protocol for zero-config peer discovery and automatic eviction
  • Transparent failover — if a node dies mid-request, the next best node takes over
  • OpenRouter as a configurable remote spillover peer
  • Full Prometheus metrics per node, OpenAI-compatible API surface

Python FastAPI Ollama Prometheus


Raft Algorithm  ·  Consensus from Scratch

Complete implementation of the Raft distributed consensus protocol in Python.

  • Leader election, log replication, and snapshotting — all from scratch
  • 99.9% uptime in cluster fault simulations
  • Handles node failures, network partitions, and live cluster expansion

Python Distributed Systems Consensus


Mimir  ·  [description based on your project]

[Add a one-line description — let me know what Mimir does and I'll sharpen this]

stack stack


TradeMind  ·  Autonomous Trading Agent

LLM-powered trading agent that ingests live market data and executes strategy autonomously.

  • 19.6% ROI over 3 months on paper trading
  • Custom tool-use and prompt architecture built on LangChain
  • Integrated with 5+ real-time market data APIs

Python LangChain LLMs


Always building something. Open to interesting problems.

Pinned Loading

  1. AURA. AURA. Public

    AURA. is an E-commerce website where the user can filter and buy products, and retailers can add and manage their products and manage their admin panel

    JavaScript

  2. RESET RESET Public

    RESET is a well being app, focussed on regular mood check in for the user and professional consultations with other features

    Dart

  3. RMDB RMDB Public

    RMDB is a mobile app built on flutter which utilises the Movielens data to create a Movie Recommender System.

    Dart

  4. TankStarsProject TankStarsProject Public

    TankStars is a multiplayer game where players can control Tanks to shoot down enemies. Created using Libgdx framework

    Java

  5. Conversational-Chatbot Conversational-Chatbot Public

    PureBasic

  6. Mimir Mimir Public

    Mimir is an AI powered unix shell which allows the user to write commands in plain english, which are then utilised by the AI agent to convert into proper linux based commands.

    Go