My personal site, with more under the hood than a static page. Google OAuth login, an admin
panel with live visitor analytics, and an LLM chat that routes to my own Claude subscription
over a local bridge instead of paying per token, so each message costs me nothing. Built on
Workers, D1, R2, Pages, and a Cloudflare Tunnel.
WorkersD1OAuthLLM bridge
P
papers-net & karpathy
runningmulti-agent LLMdemo on request
Two agent systems I built and keep running. papers-net drafts research papers
through a master/director/worker/critic pipeline and checks its own output across four model
families to catch hallucinations. karpathy is a personal autonomous agent: it
sets its own goals, spins off work packets, and verifies what it finds. Both run on 5-minute
systemd timers with SQLite state, on my own machine, no one watching them.
Pythonagent orchestrationcross-model verificationSQLite
D
liveplatform2,500+ materials
A free lecture-notes platform for my university, built with a few friends. 2,500+ materials
indexed so far, plus a pipeline that auto-generates clean study notes from raw uploads. No ads, no
paywall, and people actually use it. Live at thelecturenotes.com.
Cloudflareingest pipelineauto-notes
T
Trading stack & conformal-bandit
paper · backtestedquant
A Freqtrade bot, a Flask/Plotly dashboard, and conformal-bandit, a position sizer
that uses conformal prediction to size bets by how confident the model actually is. I wrote it up
as a methodology paper, including the honest result that the naive backtest oversold the edge,
which is the part most writeups leave out.
PythonPlotlyconformal predictionbacktesting