Curie: A Research Experimentation Agent
created: May 28, 2025, 3:16 p.m. | updated: May 30, 2025, 10:11 a.m.
Curie: A Research Experimentation AgentCurie is the first AI-agent framework designed for automated and rigorous scientific experimentation.
Curie helps answer your curiosity through end-to-end experimentation automation, ensuring that every step—from hypothesis formulation to result interpretation—is conducted with precision, reliability, and reproducibility.
Key Features🚀 Automated Experimentation – From hypothesis formulation, experiment implementation, experiment execution, result analysis and finding reflection.
docker images -q exp-agent-image | xargs -r docker rmi -f # remove any existing conflict image cd curie && docker build --no-cache --progress=plain -t exp-agent-image -f ExpDockerfile_default .. && cd -Quick StartQ: I want to understand the Sorting Algorithm Efficiency.
Reproducibilty and Logs : The full experimentation process (script to reproduce results, generated code and experiment results) is saved in workspace/research_<ID>/ .
1 week, 5 days ago: Hacker News