Two kinds of entries live here: deployed experiments you can poke at right now, and active research shown with its real status. Nothing on this page claims to be more done than it is.
ask-about-me · rag over resume + case studies + logs
A retrieval pipeline over everything on this site. Ask it something — it answers only from
what's indexed, and says so when it doesn't know.
~/lab/log
exp/ask-about-me live
Ask About Me — RAG chatbot
hypothesis: A portfolio that can answer questions about its owner is a better demo of retrieval engineering than a paragraph claiming retrieval engineering.
Build-time chunked index over resume, case studies and posts; cosine or BM25 retrieval; Llama 3.1 8B on Workers AI; IP rate limiting. It is the chat box above.
exp/wc26-engine in development
World Cup 2026 prediction engine
hypothesis: An ensemble of Poisson, XGBoost, LightGBM and Elo models, run through 10,000-tournament Monte Carlo simulation, can produce calibrated championship probabilities.
Squad ingestion pipeline and simulation dashboard are running; validation against real tournament outcomes is the open question — which is why this is a lab entry, not a mission.
exp/agents planned
Agent experiments
hypothesis: Tool-using LLM agents can automate the boring half of football-data curation (fetching, reconciling, flagging anomalies) with a human approving diffs.
Next in the queue once the prediction engine ships its first validated cycle.