Standalone experiments using the Marin framework.
Each experiment lives in its own folder with an isolated pyproject.toml and virtual environment.
hackable-speedrun/ # Example experiment
pyproject.toml # Depends on marin from git
src/
...
cd hackable-speedrun
uv sync
uv run python ...