work & education

  1. Artificial Intelligence Intern KarmaStaff

    Built a lead-scoring pipeline that mashes together Google Places, PPP loan, and FEMA disaster data with Python and DuckDB. The result: 32,000+ ranked business leads, with the scoring rules sanity-checked against real customers.

  2. M.S. Analytics Georgia Institute of Technology

    Concentration in data science. Graduating December 2027.

  3. Founder @RiversandMountainsandSnow

    A digital nature magazine on Instagram that grew to 130K+ followers and 150M+ impressions in five months. Engagement data (reach, saves, watch time) picked the subjects and posting times, and growth hit 200–400% week over week at its peak. Sold to a crypto company that ran it into the ground lol.

  4. Outreach Senior Canvasser Meridian Strategies

    Collected COVID-19 data across NYC and supervised the collection, cleaning, and organization of 200,000+ data points from 25+ communities. Consistent logging steps kept entry errors down, and plenty of the job was talking with residents about sensitive health info.

  5. Independent E-Commerce Operator eBay

    A resale business that peaked at $80,000+ in annual revenue. Sales and pricing data decided what to buy, sell-through tracking showed what worked, and margins had to stay ahead of $900+ in monthly overhead.

  6. BBA in Data Analytics Baruch College

    Zicklin School of Business. Coursework in big data, Python and R for analytics, data warehousing, and business statistics.

  7. Marketing Intern Tommy John

    Organized and categorized 7,000+ product samples for the annual sample sale, plus cleaned product data for marketing reports.

  8. Summer Intern DRUM

    Helped run monthly community workshops on policy, campaigns, and social issues, teaming up with local activist groups and fundraising with communities in Queens and Brooklyn.

about me

Hello all! I'm a Tibetan data science grad student in New York City, earning my M.S. in Analytics at Georgia Tech (expected Dec 2027). This past summer I was an AI intern at KarmaStaff, where I built a lead-scoring pipeline that pulled public data (PPP loans, FEMA disasters, Google Places) into a single tool that ranks prospects by how likely they are to need the service. Before that, I ran my own eBay reselling business, collected data in the field, and built web and data projects. Lately I've been working on causal inference and evaluating how well retrieval (RAG) systems find the right answer. Looking for data science roles in NYC or remote!

projects

SpeedSQL game with a SQL question, table schema, and query editor

SpeedSQL

A timed game for practicing SQL. The clock starts at 60 seconds, every correct answer adds 10 more, and the questions get harder as you go.

Answers are checked by comparing normalized query text to a saved solution, not by running it against a database, so a clever query with the right result can still get marked wrong.

JavaScript · React · Monaco Editor · SQL

Lockdown Button’s Windows interface with free and timed focus modes

Lockdown Button

Steam, Discord, and social media kept winning the fight for attention during work time. This Windows app is the one-button fix: it blocks chosen websites and programs for a free or timed focus session.

The retro Windows look felt right for the job. It’s a focus tool, not a fortress: admin access or a VPN gets around it.

Python · PySide6 · Windows Firewall

The extension’s filter toolbar with keyword, duration, view count, date, and sorting controls

YouTube Channel Filter

A Chrome extension for digging through a YouTube channel’s videos. A collapsible toolbar filters by title, duration, views, and date, with sorting and saved preferences.

It only sees the videos YouTube has already loaded, so it can’t search a whole channel at once, and dates are estimated from labels like “two months ago.”

JavaScript · CSS · Chrome Extensions

Notebook chart showing columns with more than 50 percent missing values

Fraud detection pipeline

The groundwork for fraud detection: join transaction and identity records, check missing values, and drop sparse or near-constant columns. The cleaned training set has 590,540 rows, and only about 3.5% are fraud (hello, class imbalance).

A replay script streams transactions at 10 per second. For now it just logs them; the model isn’t wired into the stream yet, and there’s no validated detection score.

Python · pandas · scikit-learn · XGBoost

NYC taxi trip-distance distribution from the project’s saved analysis

NYC taxi data pipeline

How do fares, trip lengths, and tips work in New York? PySpark reads trip files from Amazon S3, handles missing values and outliers, and fits fare and tipping models on AWS EMR.

The data had negative trip distances, so cleaning mattered a lot. The published script covers six months of yellow taxi records (Jan–Jun 2021); the full TLC archive goes back 13+ years.

Python · PySpark · Amazon S3 · AWS EMR

PPP loan analysis visualization saved in the repository

PPP loan analysis & data warehouse

Where did the PPP loan money go, and which lenders handled it in New York and New Jersey? The SBA’s CSVs get modeled for a warehouse, loaded into Google BigQuery with Talend, then analyzed in Python.

A crash course in moving data from local files into a cloud warehouse. The cleaning and analysis are public, but running the full project needs BigQuery warehouse access.

Python · SQL · Google BigQuery · Talend

all repositories on GitHub

videos I like

Talks, deep dives, and rabbit holes worth the watch.

  1. Horace He: Building Machine Learning Systems for a Trillion Trillion Floating Point Operations

    Jane Street ·

  2. Learn To Learn in 109 minutes

    Justin Sung ·

  3. Programming Thinking

    Visual Kernel ·

  4. Prof. Judy Fan: Cognitive Tools for Making the Invisible Visible

    MIT Siegel Family Quest for Intelligence ·

  5. Why is rendering text so complicated?

    PawelCodeStuff ·

  6. 70 Leetcode problems in 5+ hours (every data structure) (full tutorial)

    stoney codes ·

  7. The Genius System Behind the Uber App’s Real-Time Map

    Philipp Lackner ·

  8. Chip design from the bottom up – Reiner Pope

    Dwarkesh Patel ·

  9. Aswath Damodaran: Valuation in Four Lessons

    Talks at Google ·

  10. 5-Day AI Agents Intensive with Google: Day 1 Livestream (Vibe Coding)

    Kaggle ·

  11. How GPT, Claude, and Gemini are actually trained and served – Reiner Pope

    Dwarkesh Patel ·

  12. Jane Street on GPUs, Trading, and Hiring: A Conversation with Dwarkesh

    Jane Street ·