Class of 2027 · The Woodlands, TX

I build communication systems
for the places the
internet doesn't reach.

Tanay Joshi — ECE Researcher · Distributed Systems & Networking
2nd Place Rice STEM Innovator · 1st Place ACAP Entrepreneur · Published Researcher · GPA 5.0W

⬡ Read My Philosophy ⬢ View Research
Tanay Joshi

Founder's Note

FOUNDER_NOTE.md

The simulation crashed at 2 AM, and I had no idea why. I'd spent three weeks writing what I thought was a clean RTT-based compression controller for my drone research. The logic was sound. The math checked out. But on the actual Raspberry Pi, under real network congestion, the JPEG quality stepped down to 10% and never recovered — the feedback loop was eating itself.

That moment taught me more than any textbook. I had been thinking about the algorithm in isolation, not as something living inside a physical network with jitter, interference, and hardware limits. I had to rebuild the controller with hysteresis — a dead zone to stop it from thrashing quality levels every few hundred milliseconds. It worked. Latency dropped by up to 83%. But I never would have found that fix without first building something that broke completely.

That's the engineering philosophy I carry everywhere: build it until it fails, then understand why. I'm drawn to problems at the boundary of hardware and humanity — places where a dropped packet might mean a missed medication dose, or where a bad network handoff might be the difference between a student who gets help and one who doesn't. I don't think equity is just a policy question. I think it's an engineering problem, and I want to work on it.

Project Lab

🚁
Adaptive Image Compression for Bandwidth-Constrained UAVs
Under Peer Review

Developed a dynamic JPEG compression framework that adjusts quality levels based on real-time Round-Trip Time (RTT) measurements. The system targets drone swarms relaying imagery in areas with no infrastructure — disaster zones, mountain rescues, rural medicine drops — where standard fixed-quality approaches fail under congestion.

Statistical validation using mixed-effects modeling confirmed a latency reduction ranging from 41% to 83% under degraded network conditions (p < 0.001). Hardware-tested on Raspberry Pi 5 using Linux Traffic Control (tc) to simulate real congestion scenarios.

📈
[ Add graph: Latency vs. Network Quality from manuscript ]
// challenges & tradeoffs
My first controller had no hysteresis. Under real congestion it oscillated between quality levels every few hundred milliseconds, making latency worse rather than better. I spent a week convinced the Raspberry Pi was defective before realizing the feedback loop itself was the problem. Adding a dead zone to prevent rapid re-triggering fixed it — but at the cost of slightly delayed reactions to network changes. That tradeoff is documented in the manuscript.
Python Raspberry Pi 5 Linux tc Mixed-Effects Modeling TCP/IP RTT Analysis
↗ github.com/jtanay46
📡
Hybrid LiFi-WiFi: Latency Optimization in Low-Density Networks
Published · NHSJS 2026

Addressed a gap in connectivity research: most WiFi studies focus on dense urban deployments. In low-density settings (1–5 users), WiFi congestion behaves differently, and LiFi's signal confinement becomes a practical security and performance advantage.

Engineered hardware switching logic using an MCP3008 ADC and photodiode on the Raspberry Pi 5 (SPI interface via MOSI/MISO pins 19, 21, 23, 24). The system prioritizes LiFi when ambient light exceeds 1.65V. WiFi held a 20ms baseline; LiFi showed a 10% improvement in high-brightness conditions, with validated signal confinement as a physical-layer security benefit.

// challenges & tradeoffs
I initially assumed LiFi would outperform WiFi broadly — the theory supports it. But hardware disagreed. Ambient light from a room lamp was contaminating the photodiode readings and spiking latency measurements. Three days of shielding experiments were needed to isolate the signal. The lesson: theoretical performance and physical hardware performance are genuinely different problems. The paper is honest about that gap.
Raspberry Pi 5 MCP3008 ADC SPI Interface OOK Modulation VLC Python Statistical Analysis
📄 Read Published Paper ↗ github.com/jtanay46 ↗
🛡️
Information Diet — Browser-Side AI Media Auditing Tool
In Development

An AI-powered tool that helps users audit their own media consumption and flag synthetic or misleading content. Optimized for browser-side inference using TensorFlow.js so all analysis runs locally — no data leaves the device, ensuring 100% user privacy. Built on the idea that critical thinking is a skill you can engineer for.

JavaScript React TensorFlow.js Browser Inference Vite
↗ github.com/jtanay46
🎭
MyShowBucks — Financial Platform for Nonprofit Theater
Live · myshowbucks.com

Founded and built a budget management platform now managing financial workflows for a nonprofit theater company. The centralized MVC architecture replaced a spreadsheet-and-email system, reducing administrative overhead by around 75%. Built iteratively with the theater managers — they told me what was broken, I fixed it, repeat.

Ruby on Rails React SQLite → MongoDB MVC Architecture
↗ myshowbucks.com
🎓
S.A.T. — Peer-to-Peer Tutoring Platform
🏆 1st Place · Accelerated Career Awareness Program 2025

Designed, built, and presented the entire platform as sole technical architect — from database schema to the live judge demo. Connects under-resourced students with peer tutors in real time. The students most likely to need help are also least likely to have a private tutor at home; this was built for them.

KEY CONTRIBUTIONS
  • → End-to-end product architecture & UX design
  • → Real-time peer tutoring session management
  • → Live judge demo & product narrative presentation
React Firebase JavaScript Full-Stack
↗ github.com/jtanay46
🏔️
The Dropshippers — Himalayan Last-Mile Medical Drone
🥈 2nd Place · Rice STEM Young Scholars 2024

Selected as 1 of 100 students for Rice University's STEM Young Scholars workshop. Led hardware design of an autonomous supply system for temperature-sensitive Rheumatoid Arthritis medication across a 200-mile Himalayan route. The core challenge: vibration at altitude degrades drug potency. Solution: a payload chamber using carbon fiber, EVA foam, and rubberized damping with triangular structural geometry to neutralize resonance frequencies.

CAD / SolidWorks Structural Engineering Thermal Systems Vibration Dampening
↗ github.com/jtanay46

Papers, Decks & Media

Demo — Information Diet
Browser-side AI media auditing tool · live product walkthrough
📄
Hybrid LiFi-WiFi Latency Paper
NHSJS · 2026 · Peer Reviewed · Published
Reducing Latency in Low-Density User Environments with a Hybrid LiFi-WiFi Model: A Simulation-Based Hardware Validation. MCP3008 ADC switching logic, SPI hardware, statistical latency analysis across user density ranges 1–5.
📖 Read Full Paper ↗
📄
Adaptive Drone Compression Manuscript
Under Peer Review · Link added upon publication
Adaptive Image Compression for Bandwidth-Constrained UAV Communication Networks. RTT-based JPEG quality control, mixed-effects statistical modeling, 41–83% latency reduction (p < 0.001).
Under Review
📋
Information Diet — Project Board
Development Tracker · Feature Backlog · Milestones
Live project board tracking sprint progress and open research questions for the browser-side AI ethics tool.
🗂 View Board ↗
📊
S.A.T. — ACAP 1st Place Pitch Deck
Accelerated Career Awareness Program 2025 · full presentation
📊
The Dropshippers — Himalayan Drone Deck
Rice STEM Young Scholars 2025 · 2nd Place presentation
🎭
MyShowBucks — Live Production App
Ruby on Rails · React · myshowbucks.com
Full-stack nonprofit budget platform in active production use. Centralized MVC architecture replaced the theater company's spreadsheet workflow.
🚀 Visit Live App ↗

Languages, Tools & Concepts

Languages
Python Java JavaScript Ruby HTML / CSS SQL Bash / Shell
Frameworks & Platforms
React Ruby on Rails Firebase Vite TensorFlow.js Node.js SQLite MongoDB
Hardware & Systems
Raspberry Pi 5 SPI / I2C MCP3008 ADC Linux tc Photodiode Arrays CAD / SolidWorks Distributed Systems
Research & Analysis
Mixed-Effects Modeling RTT Analysis Statistical Hypothesis Testing AP Statistics Peer Review Process Technical Writing
Core Concepts
OOK Modulation VLC (Visible Light Comm.) Signal-to-Noise Ratio (SNR) TCP/IP Networking Adaptive Compression MVC Architecture Object-Oriented Design Browser-Side AI Inference
Leadership & Other
DECA State Champion Product Demo / Pitch Nonprofit Development UI/UX Iteration Competitive Tennis

Honors & Awards

Texas DECA State Finalist — 1st Place · Qualified for ICDC International (2026)
Gold Presidential Volunteer Service Award · AmeriCorps (2024)
College Board National Recognition Program · Awardee (2025)
District 4 DECA Champion · Marketing & Tourism · State Qualifier ×2 (2025, 2026)
Rice University STEM Young Scholars · Top 100 · 2nd Place Overall — The Dropshippers (2024)
UH ACAP — 1st Place · Entrepreneurship Competition (2025)
Education for Tomorrow Alliance Science Fair · 3rd Place Systems Software (2026)
TWHS Tennis Team · 10+ medals · Part of State Championship Team (2023–Present)
Published Researcher · National High School Journal of Science · Peer-Reviewed (2026)