Posts
Comments
Comment by
Nate Rush (nate-rush) on
A basic systems architecture for AI agents that do autonomous research ·
2024-10-02T19:59:46.532Z ·
LW ·
GW
METR's Vivaria (https://vivaria.metr.org) is somewhat close to this architecture. My (novice) understanding is that there are separate docker containers that run the orchestration server, the interference server (this is an API, duh), and the actual execution environment. Notably, though, I think the scaffold is in the same docker image as the code execution environment.