These projects show how I apply production engineering habits to research and exploratory software: clear system boundaries, reproducible workflows, readable implementations, documented tradeoffs, and tests around the behavior that matters.
Implicit Geometry Research
Educational reproductions of neural 3D representation methods, including DeepSDF, NeRF, NeuS, and NeuVAS-style experiments. The repository emphasizes method understanding, toy-data validation, and clear project-local notes before scaling to larger datasets.
Signals: PyTorch-style training loops, SDF/radiance-field modeling, mesh and slice visualization, reproducible toy experiments.
A research-first equity screening and alpha-validation platform with a hosted Streamlit demo. It fetches historical market data, computes interpretable features, saves timestamped signal snapshots, and evaluates whether ranked technical setups predict forward returns. The project intentionally excludes live trading while the research loop is being validated.
Signals: Python package structure, provider interfaces, Parquet/DuckDB storage, Streamlit dashboard, tests, documented risk boundaries.
OpenClaw Agentic Assistants
Practical agent systems built with OpenClaw, an open-source framework for orchestrating AI agents as personal technical assistants. My work focuses on codebase exploration, research support, workflow automation, memory systems, browser and shell tool use, and safe delegation between specialist agents.
Signals: TypeScript/Node.js agent orchestration, LLM tool use, local memory and vector search, GitHub and browser automation, approval boundaries, privacy-aware operations, and coding-agent workflows that augment human engineering judgement.