Projects

Research tools, ML systems, and open-source work.

Research & AI Systems

newt and deuteron - mini-Triton JIT compiler
newt & deuteron
A mini-Triton JIT compiler for LLM GPU kernels: maps Python block-level semantics to GPU thread layouts via NVRTC. Reaches bandwidth parity with OpenAI Triton on memory-bound kernels (Softmax, LayerNorm) and 110 TFLOP/s on FP16 tensor-core matmuls, using custom PTX intrinsics, swizzled shared memory, and software pipelining.
CompilersCUDA / PTXGPU KernelsTriton
2026 · GitHub ↗
AutoML 2026 NAS Unseen-Data Challenge
AutoML 2026 NAS Unseen-Data Challenge
An adaptive neural-architecture-search pipeline built for out-of-the-box generalization on novel datasets under a strict 10-minute compute budget. Dynamic, budget-aware capacity scaling guarantees convergence without OOM faults: zero crashes, and it outperformed every baseline benchmark in Phase 2.
AutoMLNASBudget-Aware
2026 · Competition ↗
Aftermath - ground-truth LLM deception measurement
Aftermath Paper in progress
A multi-agent survival sandbox with deterministic causation-gating, built to separate structural hoarding from genuinely emergent deception in LLMs. Stripping prompt disposition collapses reported deception by 85%, exposing severe measurement confounds in current agentic evaluations.
AI SafetyMulti-AgentEvaluationDeception
2026 · GitHub ↗
SAIR Math Distillation Challenge
SAIR Mathematics Distillation Challenge 29th of 1000+
SAIR Foundation challenge (Terence Tao, Damek Davis): distilled equational-implication reasoning over magmas into a 7.44 KB two-phase decision-procedure cheatsheet (60.2% accuracy at $0.00037/problem), smaller and cheaper than the 1st-place entry. Read the writeup.
DistillationLLM ReasoningMath
2026 · Stage 1, 1000+ entrants
ARC-AGI-3 Challenge
ARC-AGI-3 Challenge Ongoing
Competing in François Chollet's ARC-AGI-3 - one of AI's hardest benchmarks for fluid intelligence and abstract reasoning. Exploring learning-based and program synthesis approaches beyond random baselines.
Abstract ReasoningAGIKaggle
2026 · Kaggle submission ↗
LLM Quantization Gallery
LLM Quantization Gallery
An interactive gallery exploring quantization techniques for large language models - comparing methods, quality metrics, and model sizes.
LLMQuantizationInteractive
2025
CogniSQL-R1-Zero
CogniSQL-R1-Zero
Lightweight reinforced reasoning model for Text-to-SQL using GRPO RL and DeepSpeed distributed training on a 7B backbone. SOTA on the BIRD benchmark, outperforming 236B+ models.
Text-to-SQLGRPORL7B LLM
2025 · arXiv

Computer Vision & ML

ASL Recognition
American Sign Language Recognition System
Real-time ASL hand sign detection using OpenCV, cvzone HandDetector, and a Keras classification model trained on 7 signs.
Computer VisionOpenCVKeras
Nov 2022
Buddy AI Assistant
Buddy AI Assistant
AI assistant for object identification using computer vision and NLP. Identifies tourist attractions, animals, plants and converts descriptions to audio via TTS.
CVNLPTTSAivinya API
Mar 2020
Face Scrambler
Face Scrambler
Real-time privacy protection system using facial recognition to blur faces in video streams. Built with OpenCV and face_recognition library.
Computer VisionOpenCVPrivacy
2023
MUJ Attendance
MUJ Attendance 2.0
AI-based attendance tracking system using face recognition via mobile camera. Supports multiple faces, automated email notifications, and real-time tracking.
Face RecognitionPythonAutomation
2023
Crime Analysis
Crime Analysis & Prediction
Web application using ML algorithms to analyze crime patterns and predict criminal activity from law enforcement and social media data.
Machine LearningData AnalysisWeb App
2023

Tools & Applications

Demand Forecasting
Demand Forecasting Tool
Standalone forecasting application with multiple ML models, data upload, forecast generation, and exportable outputs. Trained on universal demand data.
ForecastingMLPandas
2023
Recipe Genie Pad
Recipe Genie Pad
Web app that identifies dishes from photos and suggests recipes. Built with Streamlit, Keras (InceptionV3), and Selenium for automated food delivery search.
StreamlitInceptionV3Selenium
2023
OS Scheduling
OS Scheduling Algorithms Simulator
Interactive simulator for FCFS, Priority, and Round Robin scheduling algorithms. Built with Streamlit, Pandas, and Matplotlib for visualization.
StreamlitMatplotlibOS Concepts
2023