Live demos

Three of my research contributions, small enough to run in your browser. The first two are faithful, self-contained reimplementations of the published methods: they need no server and no API key. The third talks to a language model, so it only wakes up if an endpoint is configured.

Dependency & reproducibility checker

Paste Python source and the environment file that is supposed to accompany it. The checker resolves every import to the distribution that actually provides it, then reports the gap between what the code needs and what the environment declares, using the same three-layer analysis used in the paper, with its phantom / hidden / bloat taxonomy.

Method from AI-Generated Code Is Not Reproducible (Yet), AAAI 2026 RAI Workshop, and Code That Works, Environments That Don't (under review, AI Magazine).

Imports are parsed statically. Nothing is executed.

Ctrl+Enter to run
Load the example, or paste your own code, then hit Analyze.

Source for all three demos lives in assets/js/demos.js. The analyses run entirely in your browser; nothing you paste is uploaded unless you use the agent tab.