sanyam.ahuja
Featured Projects & Explorations6 systems

Systems I've Shipped & Researched

Case studies, distributed systems, research prototypes, and deep dives into computing from first principles.

EXPLORATION 01Distributed Compute & Sandboxing

CampuGrid

Design & Working Prototypes

Why are thousands of consumer GPUs idle while cloud GPUs remain expensive?

A distributed system designed to schedule and sandbox machine learning model training runs across untrusted, heterogeneous host machines. Rejects root privileges and isolates system execution paths to protect compute providers.

GogVisor runscPodman namespacesKanikogRPC
EXPLORATION 02Enterprise Database Architecture

OBE Platform

Accreditation Automation Platform

How do you translate a complex, manual institutional accreditation framework into a performant system?

Designed and shipped a production database matrix pipeline that consolidates course grading outcomes, CSV imports, and criteria configurations into verified reports for academic audits.

Node.jsPrismaPostgreSQL raw queriesRedis cachingDocker
EXPLORATION 03Context Optimization & CLI

context-pilot

Open Source PyPI Package

Why do AI coding agents remember everything but forget nothing?

An open-source developer CLI (published on PyPI) that prunes source code context using tree-sitter S-expression parse trees, preventing tokens from being wasted on statement bodies during agent runs.

Pythontree-sitter S-expressionsCLI ParsingLLM Eviction Curves
EXPLORATION 04State Machine Parsing & Resiliency

Snapshoty

Robust Prototype

How do you build a resilient pipeline around APIs that return corrupted formatting?

A resilient state-machine parser and recovery pipeline built to parse LLM structured outputs even when responses suffer from corrupted formatting, missing delimiters, or broken tokens.

TypeScriptState MachinesLLM ResilienceParsing Engine
EXPLORATION 05AI Workflow Orchestration

AgenticGithub

Lightweight Scripting Study

How do you automate PR pipelines with heuristic prompt-feedback loops?

An automated pull-request orchestration engine using heuristic prompt-feedback loops to self-diagnose and correct failing tests across Git workflows.

Prompt EngineeringGit AutomationHeuristic LoopsCI/CD
EXPLORATION 06Temporal Cybersecurity & Network World Models

CyberWorld

SIH 2026

Can we predict what an attacker does next?

A temporal network world model built for Smart India Hackathon 2026 (PS 26153) that turns 700 GB of network telemetry into evolving network state graphs to forecast multi-step attacker behaviors before they strike.

Temporal GraphsPyTorch GeometricNetwork TelemetryAttack ForecastingSIH 2026