Skip to content
Neev Mehra
Connect

Austin, Texas

I'm a student who likes hardware a bit too much.

Engineering and finance at UT Austin, plus internships at Uber and Oracle. Most of my free time goes to projects that don't work yet.

Résumé

JARVISOngoing

One language model split across nine Raspberry Pis.

2026

Each Pi holds a slice of the transformer and passes activations to the next one over TCP. They all send heartbeats, so when one stops answering its layers get rerouted to a neighbour instead of taking the whole chain down. Nodes drop a lot more than you'd hope, so the failure handling ended up being most of the project.

FSK Audio Robot ControlC

Two microcontrollers talking to each other through open air.

2026

A joystick turns each direction into its own audio tone, builds the waveform on a 5-bit DAC, and plays it out of a speaker. A second board listens on a microphone, samples at 10 kHz through an interrupt-driven ADC, strips the DC offset, buffers into a FIFO, and runs a DFT to find the loudest frequency. It only moves if the same tone shows up across several windows in a row, otherwise someone coughing nearby drives the robot into a wall.

Repository

ECG + IMU Running MonitorC

A chest strap that reads your heartbeat while you're running.

2025

An ECG electrode and a 9-axis IMU sampled together, filtered on-device, reporting heart rate, cadence, and posture live. Finding the R-peak is easy when you're sitting still and awful when the person wearing it is bouncing up and down. It lands within 5 bpm of a reference monitor.

Repository

RAG Support AgentPython

A Slack bot that reads a hundred thousand old support tickets.

2025

Built at Oracle, where support engineers were losing half an hour a ticket reproducing issues and digging through old RCAs. It embeds the question, matches it against a vector index of past tickets and docs, re-ranks with a cross-encoder, and answers in-thread with citations. The re-ranker moved relevance 26%; plain vector search kept confidently returning things that were about the right topic and no help at all.

Repository

LC-3b ToolchainC

An assembler, a simulator, and the microcode underneath, for a 16-bit ISA.

2025

A two-pass assembler — symbol table on the first pass, encoding on the second, with range checks on every PC-relative offset and immediate. Then a cycle-level simulator, and the microcode driving the datapath underneath it. It's coursework, but writing all three is the reason I can picture what a processor is doing instead of just naming the stages.

Repository

BasicsOSTypeScript

CRM, meeting notes, and automation for a company OS startup.

2026

Built the modules that pull customer data, meeting notes, and follow-up tasks into one place across desktop and mobile, at a startup that raised $1M from TQ Ventures. I also owned the agent pipelines the team used to scaffold features, make UI edits, and run release checks, which is the part that actually made us faster.

DCF GeneratorPython

Give it a ticker, get back a discounted cash flow model.

2024

Pulls fundamentals from an API, builds the three statements, and drops them into an Excel DCF backplate with comparables next to it. I wrote it after building the same model by hand for roughly the twentieth stock pitch.

Repository

Experience

LinkedIn

UberProduct Manager Intern

Freight auction pricing, in San Francisco.

2026

Freight auctions price themselves with a model, and I worked on what happens when the model can't or shouldn't answer — where it hands off to fallback bids, and where margin guardrails cut in — across nine hybrid shipper workflows. Mapping the auction end to end turned up about $30M of pricing leakage and six ways the model could fail without anyone noticing. Those became the diagnostics and the launch criteria.

OracleProduct Manager Intern

Retrieval systems and AI security, in Austin.

2025

Shipped the Slack support agent above to four engineering teams, and set up the retrieval metrics and feedback loops that told us whether it was actually improving. Separately, specced a semantic layer on top of OCI's rule-based SQL injection detection, for queries that parse perfectly fine and still read as malicious.

Texas GuadaloopEmbedded Systems Engineer

Firmware for a hyperloop pod.

2023 — 24

C and C++ across four vehicle controllers — SPI and I²C sensor integration, plus the telemetry path, which had to stay fast enough to be useful mid-run. I added watchdog timers and structured fault logging. Nobody cares about either one until integration testing, when they're the only way to find out what broke.

UT AustinTeaching Assistant

Probability & Random Processes.

2026

Weekly review sessions and office hours for 80+ students on probability, Markov chains, and stochastic processes. I've explained stationary distributions enough times now to have a favourite way of doing it.

GenesisVenture Analyst

Diligence on 100+ startups; eight became investments.

2025 —

Founder interviews, competitive analysis, and market fit work, plus 12 investment memos on differentiation, go-to-market, and defensibility. The memos were the part I liked; you have to actually commit to an opinion in writing.

USITGeneral Fund Analyst

A $50K student-run equities portfolio.

2023 —

Sector research and valuation work for the fund, plus five public-market stock pitches to the investment committee.

About

I'm a senior at UT Austin doing Electrical and Computer Engineering Honors alongside a finance degree. Everyone asks which one I'm actually going to do. I don't have a clean answer — I like building the thing, and I like arguing about whether it was worth building. Marketplaces are where both halves show up at once.

Outside of that: Eagle Scout, so camping isn't optional — I've slept in the Amazon, though I still haven't managed to see the northern lights. I build PCs, I have never really stopped liking Pokémon, and I will defend Central Texas barbecue to anyone who brings it up.

Get in touch

If something here is interesting to you, or you just want to say hi, my inbox is open.

Email me