Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 752 Bytes

File metadata and controls

28 lines (16 loc) · 752 Bytes

CooperBench Website

Project website for "The Curse of Coordination: Why Agents Cannot be Your Teammates Yet"

Website URL: https://cooperbench.com

About

This is the project website for CooperBench, the first benchmark designed to measure how well AI agents can cooperate when handling individual tasks with potential conflicts in software engineering.

Building & Deployment

This is a static website that can be deployed directly via GitHub Pages or any static hosting service.

Local Development

Simply open index.html in a browser, or use a local server:

python -m http.server 8000

Then visit http://localhost:8000

License

Website: Creative Commons Attribution-ShareAlike 4.0 International License

website