Skip to content
View SuyeshJadhav's full-sized avatar
๐Ÿ˜„
aLWAYS bUILDING
๐Ÿ˜„
aLWAYS bUILDING

Highlights

  • Pro

Block or report SuyeshJadhav

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

๐Ÿ‘‹ Hi, I'm Suyesh Jadhav

MS Computer Science @ NC State University ๐Ÿบ

Building Privacy-First AI Systems | Performance-Obsessed Full-Stack Engineer

LinkedIn Portfolio Email GitHub


"I architect local-first intelligent systems that prioritize data sovereignty, sub-10ms latency, and elegant developer experiences."

Typing SVG

๐ŸŽฏ What I Build

class SuyeshJadhav:  
    def __init__(self):
        self.role = "Graduate Student @ NC State"
        self.focus = ["Local-First AI", "Performance Engineering", "Agent Systems"]
        self.current_work = [
            "๐ŸŽญ TweetScape: NLP pipeline processing 500+ texts/sec",
            "๐Ÿค– AI Assistant: 90 tokens/sec with <10ms retrieval",
            "๐ŸŽฎ 3D Portfolio: Physics-based interactions with Three.js"
        ]
    
    def daily_driver(self):
        return {
            "languages": ["Python", "TypeScript", "Go", "Dart"],
            "ai_stack": ["Ollama (Llama 3/Gemma)", "ChromaDB", "Whisper", "RoBERTa"],
            "backend": ["FastAPI", "Node. js", "PostgreSQL", "Redis"],
            "frontend": ["React 19", "Next.js", "Flutter", "D3.js", "Three.js"],
            "obsessions": ["Latency optimization", "Data sovereignty", "Clean architecture"]
        }

๐Ÿ› ๏ธ Technical Arsenal

Languages & Frameworks

Python TypeScript JavaScript Go Dart C++

AI/ML & Data

Ollama LangChain ChromaDB PyTorch Pandas NumPy

Backend & Databases

FastAPI Node.js PostgreSQL MongoDB Redis SQLite

Frontend & Visualization

React Next.js Flutter Three.js D3.js

DevOps & Tools

Docker GitHub Actions Git Linux Firebase


๐Ÿš€ Featured Engineering Projects

๐ŸŽญ TweetScape

Agentic NLP Pipeline with Real-Time Visualization

Challenge:  Visualize polarization in social discourse
Solution: 4-model LLM pipeline + D3.js force simulation
Impact: 
  - 500+ texts/sec processing throughput
  - Custom physics engine for sentiment clustering
  - Real-time topic extraction & emotion mapping
Stack: FastAPI โ€ข React โ€ข D3.js โ€ข Ollama โ€ข RoBERTa

Key Innovation: Custom ReAct agent orchestration with parallel model execution

Stars

Privacy-First Agentic Framework

Challenge: Build production-ready local AI system
Solution:  Hybrid RAG + SQLite + ChromaDB
Metrics:  
  - 90 tokens/sec inference (Llama 3.2)
  - <10ms vector retrieval latency
  - Zero cloud dependencies
Stack: Python โ€ข ChromaDB โ€ข Whisper โ€ข React Native

Key Innovation: Decorator-based tool registry with iterative reasoning loops

Stars

High-Concurrency Dining Infrastructure

Challenge: Scale campus dining to 1000+ concurrent users
Solution:  Optimized MERN stack + CI/CD pipelines
Performance: 
  - 450 req/sec sustained throughput
  - ~2ms average API latency
  - 91%+ test coverage (Jest/Supertest)
Stack: React โ€ข Node.js โ€ข MongoDB โ€ข GitHub Actions

Key Achievement: Zero-downtime deployments with automated testing

Stars Forks

๐Ÿ“ฑ AcaMedia

Real-Time Student Communication Hub

Challenge: Bridge student-teacher communication gap
Solution: Cross-platform Flutter app with Firebase
Features:
  - Real-time messaging & file sharing
  - Role-based access control
  - Offline-first architecture
Stack: Flutter โ€ข Dart โ€ข Firebase โ€ข Cloud Firestore

Key Feature: Seamless offline-online synchronization

Stars Forks


๐Ÿ“Š GitHub Analytics

GitHub Streak


๐Ÿ“ˆ Contribution Graph

Activity Graph


๐ŸŽฏ Current Focus

const currentFocus = {
  learning: [
    "๐Ÿฆœ LangChain for advanced agent orchestration & tool chaining",
    "๐Ÿฆ€ Building a Redis clone in Go for distributed systems mastery",
    "๐ŸŽฎ Advanced Three.js for physics-based 3D interactions"
  ],
  building: [
    "๐Ÿค– Multi-agent orchestration framework with tool chaining",
    "๐ŸŽจ Gamified 3D portfolio with interactive project showcases",
    "๐Ÿ“Š Real-time analytics dashboard for LLM performance monitoring"
  ],
  exploring: [
    "๐Ÿ”ฌ Quantization techniques for edge AI deployment",
    "๐ŸŒ WebGPU for client-side ML inference",
    "๐Ÿ” Homomorphic encryption for private AI computation"
  ]
};

๐Ÿ’ก Engineering Philosophy

Principle Why It Matters
๐Ÿ”’ Privacy-First Your data shouldn't leave your machine to be useful
โšก Performance-Obsessed Every millisecond of latency compounds at scale
๐ŸŽจ Developer Experience Great tools should feel like magic, not work
๐Ÿ“ Clean Architecture Code is read 10x more than it's written
๐Ÿงช Test-Driven Confidence comes from coverage, not hope

โšก Beyond the Code

๐ŸŽต Flow State Soundtrack ๐ŸŽฎ Favorite Games ๐ŸŒฑ Currently Learning
Martin Garrix ๐ŸŽง Stray ๐Ÿพ LangChain ๐Ÿฆœ
Kygo ๐ŸŽน Valorant ๐Ÿš€ System Design ๐Ÿ—๏ธ
Fred Again.. ๐ŸŽถ League of Legends ๐ŸŽฏ WebGPU ๐Ÿ–ฅ๏ธ

๐Ÿค Let's Connect & Collaborate

I'm always interested in discussing:

  • ๐Ÿค– Local-first AI architecture and privacy-preserving ML
  • โšก Performance optimization strategies for full-stack systems
  • ๐ŸŽจ Developer tooling and framework design
  • ๐ŸŽฎ Interactive visualizations with D3.js/Three.js

LinkedIn Email Portfolio

Profile Views

"Building the future, one commit at a time" ๐Ÿ’ปโœจ

Pinned Loading

  1. TweetScape TweetScape Public

    Transform unstructured social noise into structured psychological insights. TweetScape uses high-dimensional clustering and LLM agents to visualize the polarization of public discourse in real-time.

    Python 1

  2. AI_Assistant AI_Assistant Public

    Python 1

  3. CSC510_G19 CSC510_G19 Public

    Software Engineering (CSC510) Project

    Dart 2 4

  4. WrikiCafePlus WrikiCafePlus Public

    Forked from DVJAY11/wolfcafeplusP3

    WrikiCafe isnโ€™t just a food ordering system โ€” itโ€™s a polished, intelligent, and visually engaging campus cafรฉ experience. Admin dashboard analytics, real time notifications are our recently added fโ€ฆ

    JavaScript

  5. plagiarism-detection plagiarism-detection Public

    Forked from Aditya-Chandrn/plagiarism-detection

    JavaScript 1

  6. acamedia acamedia Public

    Chat app for seamless student-teacher communication.

    Dart 3 1