AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
sandbox — An isolated environment where AI-generated code or agent actions run without being able to touch anything real.
context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
Why it matters
An open-source AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition → you can run locally across desktop and terminal, with per-session sandboxAn isolated environment where AI-generated code or agent actions run without being able to touch anything real.Full definition → backends spanning Docker, SSH, Singularity and Modal, persistent memory across chat surfaces, and isolated subagents for zero-context windowThe maximum amount of text a model can consider at once — its working memory for the current conversation or task.Full definition →-cost delegation.