Ishaani Jain

Computer Science & Physics double major at UC Irvine with junior standing. Researching GPU systems performance and acceleration compiled in C++/CUDA at MIT CSAIL, and synthetic perception models at CMU Human Sensing Lab.

My Story

A brief introduction

Hi, I'm Ishaani, a freshman at UC Irvine with junior standing, studying Computer Science and Physics. I care deeply about building high-performance technologies that make a real difference and love working on hard problems at the low-level systems and ML compilation layers.

Currently doing GPU compilation and systems research at MIT CSAIL, synthetic data pipelines at CMU Human Sensing Lab, and full-stack software development at C2S Technologies.

I enjoy bridging the gap between hardware-level execution speed and high-level artificial intelligence to create robust, barefoot-performance, and deeply impactful solutions that compile in milliseconds and scale to global workloads.

I. J.

Professional Experience

Where I've worked and researched

Software Developer Engineer Intern

May 2026 – Present
C2S Technologies, Inc. · Seattle, WA
  • Developing full-stack software solutions including front-end interfaces and back-end services; collaborating with cross-functional teams to gather requirements, write technical documentation, and deliver production-ready features.
  • Applying proficiency in Java, JavaScript (React), HTML/CSS to build and maintain enterprise-grade applications with a focus on usability, performance, and compliance with organizational standards.

Systems Researcher

Apr 2026 – Present
CSAIL · Massachusetts Institute of Technology (Hybrid)
  • Accelerating irregular and unstructured computational problems by designing efficient GPU systems and programming models in C++ and CUDA; optimizing memory hierarchies and execution pipelines for high-performance computing applications.
  • Producing technical documentation of system architectures, benchmarking methodologies, and experimental results within the research groups of MIT CSAIL faculty.

Research Assistant

Apr 2026 – Present
Human Sensing Lab · Carnegie Mellon University
  • Authoring a photorealistic Unreal Engine 5 synthetic data pipeline generating large-scale annotated human motion sequences; designing multi-scenario video generation protocols to quantify how synthetic visual diversity drives pose estimation accuracy in real-world robot deployments.

Undergrad Systems Researcher

Mar 2026 – Present
Ramsey Lab · Oregon State University (Hybrid)
  • Architecting high-performance infrastructure for the NIH NCATS Biomedical Data Translator, directly improving how scientists query and integrate global medical databases.

Outreach Officer

Feb 2026 – Present
AWSCloud@UCI · Amazon Web Services (AWS)
  • Connecting students with cloud computing resources, organizing workshops, and facilitating AWS certification study groups.

Software Development Intern

Feb 2026 – Apr 2026
GoFlyy · Los Angeles, CA (Top 4% of applicants)
  • Architected an end-to-end software pipeline for automated garment condition assessment, transforming manual inspections into a scalable AI-powered logistics workflow; achieved 90%+ defect classification accuracy and slashed inference latency 67% (2.1s to 680ms) via TensorRT INT8 quantization.

Undergrad AI/ML Researcher

Feb 2026 – Apr 2026
Calit2 · UC Irvine
  • Building physics-based AI to detect wildfires from over 6 miles away, providing critical early-warning data to ALERTCalifornia and emergency responders.

AI Safety Undergrad Research Fellow

Jan 2026 – Mar 2026
SPAR · UC Irvine
  • Selected for a competitive, 8-week fellowship to conduct specialized research on AI evaluation methodologies and alignment.

Founding Software Engineering Intern

Sept 2025 – Mar 2026
Stealth Aviation Tech Startup · Remote
  • Built and documented production full-stack infrastructure on AWS (Lambda, DynamoDB, S3, CDK), achieving 90%+ data extraction accuracy on aviation compliance documents; cut API latency 65% (8s to 2.8s) and maintained 90%+ test coverage across 15K LOC.
  • Wrote comprehensive technical documentation for system architecture, API contracts, and deployment procedures; scaled platform to 2 international clients processing 500+ documents/month.

Software Engineer Intern

Jul 2025 – Sep 2025
C2S Technologies, Inc. · Remote
  • Won 1st place and $10,000 in funding by leading a team of three to architect and launch an AI-driven investment matchmaking platform using RAG and UED.

Selected Projects

Recent work and experiments

Candid — IrvineHacks Winner

Tells you exactly how ballot measures affect your wallet, personalized to your ZIP, income, and housing situation. 52,500+ real legislative chunks in ChromaDB; linear regression on 2,151 rows of Census Bureau data.

ReactFastAPIRAGLLaMA 3.3 70B

High-Performance CUDA Kernels

Matrix multiply from scratch across 4 optimization levels: naive, shared-memory tiling, register blocking, and warp primitives. Reaches 86% of cuBLAS at large sizes. Profiled with Nsight Compute.

C++CUDAPyTorch

CNN Image Classifier

ResNet-18 on CIFAR-10 (60K images, 10 classes) with data augmentation, cosine LR scheduling, and early stopping. 90% test accuracy. Deployed with ONNX for hardware-agnostic inference.

PythonPyTorchONNX

PyTorch DataLoader Optimization

A hands-on toolkit for profiling and optimizing PyTorch data loading pipelines. Demonstrates how to cut data loading overhead from ~40% to ~10% of total training time using smart batching, parallel augmentation, and CUDA prefetching.

PythonPyTorchCUDA

Calendar AI

Turns plain English into Google Calendar events. "Study for 2 hours" → optimal slot with no conflicts, auto-synced. Reads real calendar context so there's never a double-booking.

PythonClaude APIGoogle API

Document Genie

ML extraction pipeline for aviation compliance docs with 94%+ compliance accuracy, Lambda cold-start cut 65% (8 s to 2.8 s). Serving 2 international clients processing 500+ documents/month.

AWS BedrockLambdaCDK

Startup Matchmaker

Matchmaking platform for startups and investors with AI semantic search. Led 3-engineer team to win 1st place out of 11 teams at C2S Technologies' internal pitch competition ($10,000 funding).

Next.jsFirebaseAI Search