Ryan Hughes

Staff engineer · Infra / AI / Full-stack

I build systems that scale and teams that ship.

Staff-level engineer across infra, AI, and full-stack. A decade of shipping at Google, Snap, and Motional scale — then founding, growing, and selling an engineering consultancy. I like hard problems, big numbers, and robots.

// career.log

A decade of scale

  1. [01] DETECTED: GOOGLE · 2019 – 2021 · conf 0.99

    Google

    Software Engineer — Display Ads

    Shipping on a 2B+ request/day surface

    • Led urgent ad-iframe XSS fixes on a surface serving 2B+ requests a day — coordinating 10+ partner teams, lawyers, and external companies, ramping experiments 0.1% → 100%.
    • 15+ projects across script performance, code health, and compliance.
    • 90% code coverage, 15+ A/B experiments and holdbacks with custom GoogleSQL metrics.

    TypeScript · Google Closure · C++ · Protobuf · GoogleSQL

  2. [02] DETECTED: SNAP · 2022 · conf 0.99

    Snap

    Senior Software Engineer — Internal Tools

    An approval system for 200+ engineering teams

    • Built and owned a new internal approval system used by 200+ Snap engineering teams.
    • Eliminated a legacy codebase's tech debt: no TypeScript, no tests, 1k+ lint errors, 40+ stale dependencies — gone.
    • Shipped 10+ features in a year while mentoring two junior engineers.

    TypeScript · React · Node.js · GCP

  3. [03] DETECTED: MOTIONAL · 2023 – 2024 · conf 0.99

    Motional

    Senior Software Engineer — Autonomous Vehicles

    Observability for 1TB+ of AV sensor data

    • Owned the observability frontend for terabytes of autonomous-vehicle sensor data.
    • Cut critical visualization load times by 90%+ — migrated DynamoDB to Redshift, 1000x fewer bytes shipped to the browser.
    • Identified and drove a 99%+ latency reduction in self-driving sim visualizations via a Postgres → Redshift ETL pipeline with Applied Intuition.

    TypeScript · React · AWS · Redshift · Postgres

  4. [04] DETECTED: FAN PIER LABS · 2024 – 2026 · conf 0.99

    Fan Pier Labs

    Founder & CEO — acquired by Valere

    Founded it, grew it, sold it

    • Architected and led 18+ AI, infra, and full-stack projects for 16+ clients including OpenAI and Rupa Health.
    • Processed 250TB+ and 245M+ files across 9 distributed ETL and infra projects.
    • 3 production RAG/AI systems, 11 containerized production web apps.
    • Hired and led 15+ engineers in 1–3 person pods; built the whole engagement machine — SOWs, sprints, retros.

    OpenAI · TypeScript · Python · AWS · K8s · Postgres · Clickhouse

  5. [05] DETECTED: INVISIBLE TECHNOLOGIES · 2026 – now · conf 0.99

    Invisible Technologies

    Staff Software Engineer

    AI systems for enterprise, in person in NYC

    • Staff engineer building AI-powered software with enterprise clients.

    AI agents · TypeScript · Python

// telemetry

0TB+

data processed

0M

files in 24 hours

0B+

requests/day surface

0%

latency reduction

0+

engineers hired & led

0+

clients incl. OpenAI

// case studies

Problems worth telling

CASE_01 · 50x parallel · ~24h · 100M files

100M files in 24 hours

An IP litigation firm shipped us a hard drive: 100 million recursively-compressed discovery documents they needed searchable.

Instead of their weeks-long Windows pipeline, I pushed everything to S3 and built a Fargate cluster running depth-first decompression with SQS as the stack. Fifty parallel tasks chewed through all 100M files in about a day, indexed via S3 inventory for retrieval.

AWS Fargate · SQS · S3 · Python

CASE_02 · 90%+ faster · 1000x fewer bytes

The 1000x dashboard

Motional's BI dashboard downloaded entire datasets to the browser — and crashed on the ones that mattered.

I identified the architectural dead end, proposed the migration, and led the API schema design: DynamoDB out, Redshift's columnar engine in, Fargate services in between. Six engineers, six months, 90%+ load-time improvement on the tooling AV engineers used daily.

Redshift · DynamoDB · Fargate · React

CASE_03 · 2B+ req/day · 10+ teams · 0 incidents

Defusing XSS at 2B req/day

A long-known XSS vector in Google's ad iframes — on a surface serving billions of requests a day, where any mistake is a headline.

Led the fix end-to-end: coordinated 10+ partner teams, sat with lawyers and external CEOs, and ramped experiments from 0.1% to 100% of traffic. When the first ramp showed -100% revenue from bad HTTPS certs, killed it in minutes, fixed root cause, re-ran clean.

TypeScript · Closure · A/B infrastructure

CASE_04 · 67k users · 1.8M searches · alive 10 years

Search NEU

As a student: search every class and professor at Northeastern, faster than the registrar could.

Scraped 1M+ pages a day across 10+ sites, indexed into Elasticsearch with sub-20ms responses, ran at 99%+ uptime on AWS. Handed it off to four student founders — it's still running a decade later.

Elasticsearch · AWS · React · Node