FermiLink@AI#
We are trying to learn how to use AI agents effectively in scientific research. This page collects two small open-source contributions along this direction. Both are experimental and under active development, and we welcome feedback.
FermiLink harness
FermiLink is an agent harness for multidomain scientific simulations. Given a simulation goal in a plain goal.md, FermiLink can robustly run multi-day, multi-step simulation experiments by interfacing with different coding agents.
$ pip install fermilink $ fermilink agent codex # or: claude, gemini, opencode $ fermilink install meep # 150+ package knowledge bases $ fermilink loop goal.md # long-running simulations
codex-fermilink
codex-fermilink forks from OpenAI's open-source Codex CLI, which is optimized for long-duration scientific workflows.
It brings the FermiLink harness within codex, so we can run FermiLink workflows with the same user experience as the original Codex CLI.
$ npm install -g @tel-research/codex-fermilink $ codex-fermilink # then type /profile for using scientific workflows.
/profile switches to the scientific profiles.