Did Codex Reset
GitHub

MIT CSAIL paper introduces JAZ, a one-primitive agent framework

elvis

A paper from MIT CSAIL introduces JAZ, an agent framework built around one primitive, invoke. The model writes code, can call invoke recursively, and sees its inputs and history as variables in the code environment. Memory and self-improvement are code the agent writes inside the loop, while hooks handle constraints and monitoring.

With prompting only and no memory system, the paper reports that JAZ beats Letta (MemGPT) by 8% at half the cost on the recall-heavy part of StuLife. On AppWorld, it beats ACE, a self-improvement method, by 4% at lower cost.

The work is available as an arXiv paper and is also listed on DAIR.AI Academy.