Bayzhan Mukatay

Bayzhan Mukatay

pronounced [bye-jan]*

In Kazakh, Bai means “rich” and Jan means “soul.” However, given that I’m a PhD student, feel free to omit the first part and just call me Jan.

originally from Kazakhstan 🇰🇿, I graduated from Rice University '25, where I studied Operations Research (OR) and went deep on CS.

I build algorithmic systems for complex decision-making. over the past year, i've had a chance to work on a few cool projects:

  • at C-STAR, worked on improving the U.S. organ allocation system through large-scale simulation and optimization (heart & kidney allocation).
  • at Fleetline (YC S25), designed algorithms for fleet optimization (which truck takes which load, across hundreds of trucks, replanned as new information comes in).
  • most recently at Doomersion (YC W26), built the algorithms behind the app's language-learning feed (think TikTok for language immersion) using spaced repetition and mnemonics to help you learn faster.
Large-Scale Optimization Linear & Integer Programming Stochastic Modeling Matching Theory Graph Theory Simulation Reinforcement Learning Stochastic Control & Optimization Market Design

Education

Georgia Tech

Atlanta, GA

Ph.D. in Operations Research / ML · ISyE Dept

Aug. 2026 — May. 2030

The Path So Far

2017–2020

National School of Physics & Math

Astana, Kazakhstan

Devoted much of my time to preparing for and participating in physics olympiads, while mentoring others.

2020–2021

Gap Year

Kazakhstan & International

Organized AI hackathons and founded an education center during the pandemic.

2021–2025

Rice University

Houston, Texas

Bachelor of Science in Operations Research with a strong focus on CS.

Jun 2025 – Jun 2026

C-STAR

New York City, New York

Enhancing the US organ allocation system through optimization & simulation lens.

Jun 2025 – Dec 2025

Bay Area / Hacker House

San Francisco Bay Area, California

Moved into a hacker house founded by Andrej Karpathy, building some side projects.

Oct 2025 – Feb 2026

Fleetline AI (YC S25)

Bay Area / NYC

Founding algorithm developer at a fleet optimization startup.

Feb 2026 – Jul 2026

Doomersion (YC W26)

Bay Area

Worked on algorithms at a language learning app through doomscrolling.

Aug 2026 – Now

Georgia Tech (ISyE)

Atlanta, Georgia

PhD in Operations Research / AI. Missed math too much, so back to school.

Resume

Education

Aug 2026 — May 2030

Atlanta, GA

Ph.D. in Operations Research / ML

Georgia Institute of Technology · ISyE

Aug 2021 — May 2025

Houston, TX

Experience

Feb 2026 — Jul 2026

Bay Area, CA

Data Scientist (founding team)

Doomersion (YC W26)

  • Worked on the recommendation algorithm at a YC-backed short-form video app for immersive language learning. Defined the objective metrics it is tuned against (engagement, retention, session depth) and built all analytics and dashboards.
  • Designed the 12 signals the feed ranks on, along with the eligibility step that tests unproven clips on a small share of traffic and retires the ones that underperform. Ran 11 A/B tests to decide which signals and weights to keep.
  • Built the pipeline behind the catalogue, which finds videos and carries them through transcription, subtitling, word tagging, moderation, and LLM enrichment at roughly 20K clips a day across 10 languages, and contributed to app feature design.

Oct 2025 — Feb 2026

San Francisco / NYC

Founding Algorithm Developer

Fleetline (YC S25)

  • Developed fleet-scheduling optimization algorithms for a logistics AI startup, formulating large-scale driver–load assignment problems as mixed-integer programs over rolling planning horizons.
  • Built exact and heuristic solvers using decomposition and column-generation techniques for large-scale mixed-integer optimization, with high-performance implementations in Python and C++, compiled numerical kernels, and warm-started re-solves that evaluate a candidate load’s effect on total revenue.

Jun 2025 — Jun 2026

San Francisco / NYC

Data Analyst (Operations Research Core)

Center for Surgical & Transplant Applied Research, NYU Grossman School of Medicine

  • Developed HeartSim, an agent-based simulation tool that models how heart transplants are assigned in the U.S., allowing researchers to test alternative policies and study their effects on fairness and patient outcomes.
  • Built XenoExplorer, a tool that uses Continuous-time Markov Chains to model long-term outcomes & waitlist effects if animal organs were introduced as a new source of transplants. xeno-explorer.vercel.app
  • Created open-source software tools for analyzing organ-allocation policies and modeling post-transplant survival.
  • Authored “Designing a Longevity Matching Policy for Continuous Distribution Using Simulation Optimization”, Poster of Distinction at the American Transplant Congress 2026.

Jun 2024 — Nov 2024

New York City, NY

Research Intern (Data Science & Simulation)

Center for Surgical & Transplant Applied Research, NYU Grossman School of Medicine

  • Designed a simulation-based optimization algorithm for kidney-allocation policy search, identifying a policy that could prevent ~200 graft failures per year (paper in progress).
  • Built Python systems to automate large-scale simulation workflows on a high-performance cluster.
  • Performed data analysis and visualization to support transplant-policy research.

May 2023 — May 2024

Houston, TX

Undergraduate Researcher (Dynamic Matching)

Jones Graduate School of Business + Rice University Applied Math Department

  • Implemented dynamic matching algorithms based on research articles and developed a simulator for evaluating these algorithms. Designed two efficient dynamic matching algorithms: github.com/bayzhan8/dynamic-matching-policies
  • Developed a framework for merging trivial dynamic matching systems using simulations and linear programming.

Jan 2023 — Apr 2023

Houston, TX

Undergraduate Researcher (Optimization)

Rice University Applied Math Department

  • Developed a Python-based exam schedule generator for 4,480 students utilizing two Mixed Integer Programs. Reduced scheduling time by 95% and decreased conflicts by 90%, while meeting university requirements and staff preferences.
  • Structured the approach in two phases: the first Mixed Integer Program chooses which classes to split into multiple subsections, thereby making it feasible for the second to timetable the exams.

Sep 2023 — May 2025

Houston, TX

Founder, President (2024-25), Internal VP (2024-25)

INFORMS Chapter @ Rice University

  • Founded Rice University’s first undergraduate INFORMS chapter, establishing a community around Operations Research.
  • Started a semester-long program named DecisionLab, centered on building creative projects using Optimization, Simulation, AI, & Stochastic Modeling (2024 cohort: 30 students - 5 projects; 2025 cohort: 40 students - 8 projects).
  • Co-organized twelve events drawing an average attendance of 30 individuals and featuring experts from industry and academia in the field of Operations Research.

Projects

Messaging App + Backend Database

Go · RESTful API · HTTP protocol · TypeScript · HTML · CSS · JSON

  • Built a web messaging app with features including authentication, workspace/channel management, and real-time threaded message interactions using TypeScript, HTML, CSS, and utilizing JSON schema validation.
  • Developed a Go-based network-accessible NoSQL database API, designing concurrency with Go routines for parallel execution, concurrent data structures for safe data sharing, and server-sent events (SSE) for real-time updates.

Reinforcement Learning Projects

Python · OpenAI Gymnasium · Stable Baselines 3

  • Implemented Monte Carlo and Q-Learning algorithms from scratch to derive optimal strategies for Blackjack, modeling it as an episodic Markov Decision Process (MDP) with discrete states and actions.
  • Implemented and fine-tuned a Deep Deterministic Policy Gradient (DDPG) algorithm from scratch to solve the continuous control task in OpenAI’s Lunar Lander, enhancing spacecraft landing precision.
  • Implemented and fine-tuned a Proximal Policy Optimization (PPO) algorithm with reward shaping to solve the MiniGrid Unlock-Pickup environment, optimizing agent performance in navigation and object interaction tasks.

All projects and research

Technical Skills

Languages & AI Tooling
Python, C++, TypeScript, SQL, R, Go, Java | Claude Code, Cursor, Codex
Optimization & Machine Learning
Gurobi, HiGHS, OR-Tools, PuLP; Numba-compiled and C++ kernels | pandas, NumPy, PyTorch, CLIP
LLM Systems
Gemini, OpenAI, and Claude APIs; batch inference, prompt caching
Infrastructure & Applications
GCP (Cloud Run, Cloud Functions, BigQuery), AWS, Supabase/Postgres, Docker, GitHub Actions, FastAPI, React Native (Expo), Next.js

Awards

  • 2024 CMOR-Chevron Prize - Awarded to applied math students based on faculty nomination and academic excellence.
  • 2024 INFORMS Student Chapter Annual Award - Magna Cum Laude (Cum Laude in 2025).
  • Rice University Datathon 2022 - 1st place in the BakerRipley Challenge & “Best Houston/TX Trends” prize.
  • Award for Mastery in Poster Presentations at Summer Undergraduate Research Symposium 2022.
  • Distinction in Research and Creative Work - Rice University.

Projects & Research

Mostly pre-LLM · written by hand

HeartSim 🫀

A heart transplant allocation simulator that replays historical data under different policies. Originally built to test how changes to the UNOS heart allocation system might affect outcomes.

Python Agent-based Simulation Markov Chains Sampling Techniques

Xeno Explorer 🔍

A simulation tool that models how xenotransplantation might reshape kidney transplant outcomes using continuous-time Markov chains to capture patient flow dynamics in the transplant waiting list.

React TypeScript Recharts Tailwind CSS Python Markov Chains Supabase

Exam Scheduling Algorithm 📅

Built a two-phase algorithm using Mixed Integer Programming for Rice University's exam scheduling. Reduced conflicts by 90% for 4,000+ students.

Mixed Integer Programming Python Optimization Gurobi

Messaging App + NoSQL Database 💬

Built a web messaging app with authentication, workspace management, and real-time threaded messaging using Go-based NoSQL database API.

Go TypeScript RESTful API HTTP Protocol HTML/CSS JSON

Mixed Integer Programming Algorithms 🔬

Implemented fundamental large-scale MIP algorithms from scratch: Lagrangian Relaxation, Dantzig-Wolfe Decomposition, Benders' Decomposition, L-Shaped Method.

Algorithms Python Mixed Integer Programming Large-Scale Optimization

Kidney Allocation Optimization 🏥

Designed simulation-based optimization algorithms for equitable kidney allocation at NYU's Center for Surgical & Transplant Applied Research.

Simulation Optimization Healthcare Python

Neural Connections - Machine Learning 🧠

Worked on machine learning approaches for synaptic prediction in neural networks.

Machine Learning Neuroscience Python TensorFlow

Reinforcement Learning Projects 🤖

Implemented Monte Carlo, Q-Learning, DDPG, and PPO algorithms from scratch for various control tasks and game environments.

Python OpenAI Gymnasium Stable Baselines 3 Reinforcement Learning Deep Learning

FEAT: Feedback & Evaluation via Automated Tests 💻

Built a Java-based tool for auto-generating concise black box test cases for Python programs from Rice University's MOOCs and large CS classes.

Java OOP Greedy Algorithms Testing Automation

Deep Learning Text Classification 🧠

Developed a Recurrent Neural Network (RNN) architecture with time-warping and convolutional filters using TensorFlow on Google Colab GPU.

Python TensorFlow RNN GPU Computing Deep Learning

Regularized Logistic Regression for Text Classification ⚡

Developed a regularized logistic regression model to classify a dataset of 170k text documents (1.9 GB) using Spark's RDDs on an AWS cluster.

Python Apache Spark AWS Machine Learning Big Data

INFORMS Chapter & DecisionLab 🎓

Started Rice's first undergraduate INFORMS chapter and founded DecisionLab -- a semester-long project-based accelerator where over two years, 70+ students developed OR projects addressing real challenges faced by other students.

Leadership Community Education INFORMS

Dynamic Matching Policies 🔗

Developed algorithms for kidney exchange and ride-sharing using the Generalized Coupon Collector Problem.

Algorithms Simulation Research Probability

Turkish Beverage Company Supply Chain Optimization 🏭

Mathematical optimization analysis for a Turkish beverage manufacturer's supply chain using linear and mixed-integer programming with sensitivity analysis.

Supply Chain Optimization Facility Location Multi-period Optimization

Data Center Control 🏢

Developed RL-based control systems for data center optimization. Focused on energy efficiency and resource allocation.

RL Control Theory Optimization

Ticket Allocation Mechanism 🎫

Developed & simulated a new ticket allocation mechanism for FIFA World Cup using the Deferred Acceptance Algorithm with Multiple Tie-Breaking.

Python Market Design Algorithms Game Theory

Contact

The best ways to reach me. I read everything a human wrote.