ls ./projects

Some projects

AutoHarness terminal interface showing an agent conversation, workspace navigation, model, and context status
research prototype / autoharness
01 AI Agents / Decision Theory / Rust

AutoHarness

Researching a self-creating, continuously evolving agent harness that can propose and test improvements to its own prompts, policies, routing, tools, memory, and code.

For my mathematics research paper, I am using decision and probability theory to study this as a sequential decision problem under uncertainty. Which change should an agent try, what evidence makes it credible, and when does its expected utility justify promotion? The current Rust prototype provides the testing ground for replayable traces, various tools, explicit permissions, reproducible evaluations, and gated promotion with rollback. This is currently work in progress.

View repository
02 LLM Systems / CUDA / Benchmarking

DecodeBench

A GPU inference research platform for Qwen3-family models, combining validated serving paths, reproducible benchmarks, and custom CUDA prototypes.

I use it to evaluate Qwen3.5 0.8B across Transformers and vLLM, measuring latency, throughput, memory, token parity, continuous batching, and multi-agent load. It also includes a custom Qwen3 decode-attention kernel and an experimental exact-window plus compressed-memory path for long contexts.

View repository
Employment index projections for AI-leading firms, incumbents, and industry including new entrants
report figure / the toll road moves
03 Macro Research / Python

The Toll Road Moves

A Python-supported macro research report on how industrial policy, strategic controls, and national bottlenecks intersect with artificial intelligence.

I combined quantitative research with written analysis to frame the central thesis, develop forecastable claims, and connect AI progress with the policy and infrastructure surrounding it.

Read the report
AnalystPrep interview practice session setup screen
application preview / analystprep
04 Next.js

AnalystPrep

An interactive Next.js application for practicing technical analyst interviews and reviewing the concepts behind each question.

I built the practice and review experience end to end, focusing on a clear question flow and an easy way to revisit core concepts while preparing for interviews.

View repository