Projects

Built, shipped, measured

Research tooling, applied machine learning, and a few things built in a weekend. Numbers below are measured, not estimated.

LSE Agentic Society Hackathon 2026

MyanPay

Voice in, settled payment out — targeting Myanmar's remittance corridor

A voice-driven cross-border payments prototype. Speech is transcribed with Groq Whisper, intent is parsed by the Claude API, and the transfer settles on Hedera with an on-chain record. Built end to end during the hackathon.

TypeScript Claude API Groq Whisper Hedera Node.js

All projects

Everything else

Live 2026

MyanLearn

Users across 18+ countries

A Burmese literacy platform running on Cloudflare Workers AI. Multilingual NLP pipeline served from the edge, with content recommendation driven by Workers AI models.

TypeScript React Workers AI Docker
In progress 2026 —

Interpretability groundwork

micrograd, reimplemented from scratch

Rebuilding Karpathy's micrograd line by line — autograd, backpropagation, the lot — as preparation for working on transformer internals rather than around them.

Python NumPy
Machine learning 2026

NASA NEO hazard classifier

Hazardous recall 1.00 · AUC-ROC 0.958

Near-Earth-object hazard classification over 6,136 NASA records. Five per cent positive class handled with stratified splits and class weighting; full ETL pipeline with MLflow tracking.

Python scikit-learn Keras MLflow
Machine learning 2026

Real-time face classifier

99%+ validation accuracy · 30 FPS · under 10 ms/frame

MobileNetV2 fine-tuned for human vs. non-human face detection on a webcam stream, with the OpenCV preprocessing path trimmed until it held frame rate.

Python TensorFlow OpenCV
Live 2026

Edge code reviewer

Serverless · zero cold start

A REST API for automated code review on Cloudflare Workers, with Llama 3.1 prompt-tuned to return structured findings on bugs, style, and security instead of free-form prose.

TypeScript Workers AI Llama 3.1
Machine learning 2025 – 26

Minesweeper solver study

Three solver architectures benchmarked

Constraint-satisfaction, probabilistic inference, and heuristic search compared on the same boards. Written from scratch — a small taste of the symbolic side of neurosymbolic work.

Python CSP Search
Research software 2026

Autoformalization paper catalogue

Dataset filters & CI/CD for a public research index

Filtering and continuous-integration work on the DICE Lab's public catalogue of autoformalization literature, used to triage papers for ongoing survey work.

TypeScript GitHub Actions

More

Everything else is on GitHub

Coursework, experiments, and half-finished ideas included.