Skip to content
View Gaurav711cgu's full-sized avatar

Block or report Gaurav711cgu

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

Banner

Hi, I'm Gaurav Kumar Nayak

AI Engineer  ·  GPU Kernels  ·  Mechanistic Interpretability  ·  LLM Systems

BTech CSE (Data Science) @ C.V. Raman Global University · 2024–2028
I build production AI systems at the layer where research papers meet real infrastructure —
GPU kernels, mechanistic interpretability, agentic LLM pipelines, and streaming ML.

Socials



Recognition

Award Event Project
PRIZE WINNER Amazon Nova AI Hackathon 2026 ResearchPilot — AWS Blog Prize ($200 Credits)
TOP 800 / 31,000+ Meta × OpenEnv Global AI Agent Challenge 2026 SupportOps-Env
FINALIST IIT Bombay Kaizen × ARIES × NyneOS 2026 GNSS Anti-Spoofing
FINALIST Zaggle × COMET'26 IIT Roorkee CFO-OS
FINALIST ArtPark CodeForge IISc Bangalore 2026 SkillBridge
FINALIST HackMatrix 2.0 IIT Patna 2026 VaidyaScribe
FINALIST Technex'26 IIT BHU InterviewX
FINALIST DevFusion IIT Bombay × IIT Delhi 2026 PrepGrid
FINALIST Neural Nexus IIT Jammu 2026 FloatChat
SEMI-FINALIST Economic Times GenAI Hackathon 2026 MarketMind

Skills

[ Languages ]

[ AI / ML / LLMs ]


[ Infrastructure & Data ]


[ Web & DevOps ]



Featured Projects


NeuroScope

MECHANISTIC INTERPRETABILITY GEMMA-2-2B-IT

Agentic interpretability platform capturing residual streams, attention patterns, and SAE features at every step of a multi-turn agent trajectory. Cross-step causal activation patching and representation steering on Gemma-2-2b-it with 16k-width GemmaScope SAEs. Pearson r ≈ 0.91 across IOI circuit mapping. Circuit faithfulness score 0.762.

Pearson r 0.91 Faithfulness 0.762 GemmaScope 16k SAEs Cross-Step Patching IOI Circuit Mapping

PyTorch TransformerLens GemmaScope HuggingFace Next.js FastAPI

Source Code Live Demo


ResearchPilot

🏆 PRIZE WINNER AMAZON NOVA HACKATHON 2026

5-node LangGraph pipeline — Search → Read → Reflect → Cross-Check → Write — with self-correcting reflection loops that eliminate hallucinations before output. Every claim is cited. Contradiction detection built in. Delivers full research reports in under 5 minutes. Sole recipient of the AWS Blog Prize globally — only team to receive it.

Sole Blog Prize Winner Sub-5min Reports $200 AWS Credits All 5 Nova Models Reflection Loops

LangGraph AWS Bedrock FAISS FastAPI Python

Source Code AWS Builder Blog


SupportOps-Env

TOP 800 / 31,000+ META × OPENENV GLOBAL AI CHALLENGE

OpenEnv-compliant RL environment for training autonomous AI triage agents. 5 difficulty tiers, deterministic reward shaping, stateful episode management, and a DQN baseline agent. Built to spec — ranked Top 800 of 31,000+ global teams. Top 2.5% worldwide.

Top 2.5% Worldwide 31,000+ Teams 5 Difficulty Tiers DQN Baseline Deterministic Rewards

Python PyTorch LangGraph FastAPI Redis

Source Code Live Demo


TritonForge

GPU KERNEL ENGINEERING OPENAI TRITON

Custom GPU compute kernels written in OpenAI Triton — FlashAttention-2, RMSNorm, SwiGLU. Fuses memory-bound operations to eliminate HBM read/write overhead by keeping intermediate states in SRAM. Bypasses PyTorch execution overhead with zero abstraction layers. Compatible with Triton Inference Server patterns.

3.2x Avg Speedup 99.2% HBM Saved 91% A100 Bandwidth Zero Abstraction Layers SRAM Fusion

Triton JIT PyTorch CUDA PTX Python

Source Code Live Demo


CodeSagez

LLM FINE-TUNING MCP SERVER INTEGRATION

End-to-end QLoRA fine-tuning pipeline on Llama 3.3 8B via Unsloth — 2× faster training, half the VRAM. +34% HumanEval improvement over the base model. Deployed via vLLM on Modal serverless GPU. Exposed as a custom MCP server callable inside Cursor, VS Code, and Claude Desktop — zero marginal API cost per completion.

+34% HumanEval 2× Training Speed MCP in IDE Serverless GPU Zero API Cost

Llama 3.3 8B QLoRA Unsloth vLLM FastAPI Docker

Source Code


Artha AI

FINTECH MLOPS REAL-TIME FRAUD DETECTION

Production FinTech observability platform. Streaming fraud detection at sub-150ms via Kafka microservices. Tree SHAP per-prediction explainability. SEBI/NPCI compliance RAG with cosine similarity reranking. Evidently AI drift detection with automated Airflow retraining loops. AUC-ROC 0.914 on imbalanced transaction data.

AUC-ROC 0.914 Sub-150ms Latency Tree SHAP XAI SEBI/NPCI RAG Auto Drift Retraining

Kafka FastAPI PostgreSQL Redis Airflow Evidently AI XGBoost

Source Code Live Demo


GNSS Anti-Spoofing

ML SECURITY 🏆 WINNER · IIT BOMBAY KAIZEN × ARIES

Hybrid LSTM Autoencoder + XGBoost ensemble on 18 signal-level features from TEXBAT datasets. 97%+ recall at under 2% false alarm rate and under 15ms inference. Real-time SHAP attribution identifies which signal anomalies triggered each spoofing alert per-prediction.

97%+ Recall <2% False Alarm <15ms Inference TEXBAT Dataset SHAP Per-Alert

PyTorch XGBoost SHAP FastAPI Docker

Source Code


AgentSentry

AGENT SECURITY SUFFIX-DELTA PROMPT CACHING

Secure agent runtime with recursive AST shell exploit validation — intercepts subshell breakouts before execution. Suffix-delta prompt caching middleware cuts LLM API token costs by 50%. Docker-sandboxed execution for all code paths. Deterministic mock replay for regression testing across 100-payload benchmark suite.

50% Token Cost Reduction Recursive AST Shield 100-Payload Benchmark Docker Sandboxed Deterministic Replay

Python Docker FastAPI

Source Code Live Demo


NexaGrid

REAL-TIME COLLABORATION PRODUCTION SDE SYSTEM

Production-grade collaborative code editor with Y.js CRDT for conflict-free real-time sync across concurrent users. POSIX-sandboxed code execution, dual JWT auth (15-min access + refresh rotation), circuit breaker pattern, range-partitioned PostgreSQL, and Redis Pub/Sub for horizontal scaling.

Y.js CRDT POSIX Sandbox Dual JWT Auth Circuit Breaker Redis Pub/Sub Scale

Next.js FastAPI PostgreSQL Redis Docker

Source Code


CineNexus

FULL STACK PLATFORM 8 INTEGRATED SYSTEMS

Distributed movie recommendation and watch-party platform across 8 integrated systems. WebSocket-synced real-time playback, SVD collaborative filtering, BERT personalization, Redis Pub/Sub, Kafka event streaming, JWT-secured admin console. 5,000+ movie TF-IDF recommendation engine with sub-50ms WebSocket latency.

Sub-50ms WebSocket Latency 5,000+ Movie Index SVD + BERT 8 Microservices

Next.js FastAPI Redis Kafka PostgreSQL MongoDB

Source Code Live Demo


GitHub Stats




GitHub Streak


"I build systems at the layer where research papers meet real infrastructure."

Pinned Loading

  1. NeuroScope NeuroScope Public

    A mechanistic interpretability workstation that maps neuron activations and polysemantic features across LLaMA and GPT-2 weights using Sparse Autoencoders (SAEs) and TransformerLens. Patch-isolates…

    JavaScript 1

  2. Tritonforge Tritonforge Public

    An automated GPU kernel optimization and profiling workstation compiling fused OpenAI Triton kernels (RMSNorm, SwiGLU, Tiled Attention) to maximize SRAM reuse. Exposes custom backward autograd func…

    TypeScript 1

  3. Rail_Mind Rail_Mind Public

    RailMind — AI-Powered Operations Console for Indian Railways An agentic B2B dispatch platform built on a 6-agent LangGraph pipeline (Monitor → Conflict → Cascade → Dispatch → Notify → Audit). Detec…

    Python

  4. Codesage Codesage Public

    Graph-Augmented Code Intelligence RAG engine pairing deterministic AST call graphs with dense vector search to boost direct-callee Recall@8 from 0.0% to 53.3% (+53.3 pp) under a 5.8ms p95 latency b…

    Python

  5. Kairos Kairos Public

    Deterministic distributed state capture and causal replay engine. Uses a zero-allocation Go sidecar, Java 21 Loom saga orchestrator, vector clock DAG ordering, Isolation Forest anomaly detection, a…

    Java

  6. NexGrid NexGrid Public

    Real-time collaborative code editor with Y.js CRDT sync, POSIX-isolated multi-language sandbox, streaming LLM completions, and Prometheus metrics.

    Python 1