AI voice host for restaurants
Shared reasoning memory for multi-agent systems
Python library for multi-agent systems. Agents store structured claims with evidence and provenance, query shared memory before doing redundant work, and get automatic contradiction alerts when findings conflict. FAISS + SQLite backend. 56% reuse rate, 17.5% token reduction on a 3-agent benchmark.
Language-conditioned pick-and-place agent
Natural language to grasp-and-place in a cluttered MuJoCo scene. Gemini handles grounding and target selection, MuJoCo handles physics.
Autonomous ML agent
Trains, evaluates, and compares multiple models end-to-end with a retraining loop that improves baseline accuracy by up to 12%. ~90% less manual tuning on the datasets we ran it on.
Local API mock + proxy CLI
Serves JSON files when present, otherwise proxies to the real API. Parameterized mocks with latency injection for frontend dev loops. Published on npm.
Region of attraction classifier for dynamical systems
Binary classifier for region of attraction estimation. Given a state, predicts whether the system will reach the goal or fail. Part of ongoing robotics ML research at PRACSYS Lab, Rutgers.