← Latest papers
🤖 AI

RIZZ: Routing Interactions to Near Zero-Interference Zones for Continual Adaptation of Black-Box Agents

RIZZ is a continual adaptation framework for black-box language model agents that mitigates interference in nonstationary environments by dynamically routing interactions to specialized memory branches and updating them only through verifier-gated feedback.

Original authors: Sonali Goel, Pranav Vaidhyanathan, Lucas Schorling, Natalia Ares, Maike Osborne

Published 2026-06-23
📖 4 min read☕ Coffee break read

Original authors: Sonali Goel, Pranav Vaidhyanathan, Lucas Schorling, Natalia Ares, Maike Osborne

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a brilliant, frozen genius (a Large Language Model) who is incredibly smart but cannot learn new things by changing their own brain. They are like a master chef who has memorized every recipe in the world but is forbidden from writing down new ones or changing their cooking style.

Now, imagine this chef is working in a busy restaurant where customers keep ordering different dishes: sometimes Italian, sometimes coding puzzles, sometimes medical advice, and sometimes travel planning. If the chef tries to remember everything in one giant, messy notebook, they will get confused. A tip for making pasta might accidentally ruin their recipe for coding a website. This is called "interference," and it makes the chef worse over time.

RIZZ is a new system designed to help this frozen genius adapt without breaking their brain. Think of RIZZ as a super-organized butler and filing system that stands between the chef and the customers.

Here is how RIZZ works, using simple analogies:

1. The "Zero-Interference Zones" (The Branches)

Instead of one giant notebook, RIZZ sets up many small, separate workstations (called "branches").

  • The Analogy: Imagine a library where books aren't just thrown on one shelf. Instead, there is a "Cooking" room, a "Coding" room, and a "Travel" room.
  • How it helps: When a customer asks for a coding solution, the butler (the Router) sends them straight to the Coding room. The chef only sees the notes and tips from that specific room. This means a mistake made while cooking pasta won't accidentally make the chef forget how to write Python code.

2. The Smart Butler (The Router)

Every time a new question comes in, RIZZ's "butler" looks at it and decides which workstation to use.

  • The Analogy: If a customer says, "I need a recipe for a tomato sauce," the butler recognizes this belongs in the Cooking room. If they say, "Fix this broken code," the butler sends them to the Coding room.
  • The Magic: If the butler sees a question that is totally new (like a customer asking about a new type of alien cuisine), it instantly builds a new workstation just for that. If two workstations are doing the exact same thing, the butler merges them to save space.

3. The Strict Gatekeeper (The Verifier)

This is the most important rule in RIZZ: You can't just write anything down.

  • The Analogy: Imagine the chef tries a new recipe. If the customer says, "Yum, that's great!" (a high score), the butler writes that recipe down in the permanent book for that room. But if the customer says, "This tastes terrible" (a low score), the butler throws the note away or puts it in a "Do Not Do This" folder.
  • Why it matters: This prevents the system from learning bad habits. It only keeps the "wins" and the "lessons learned from failures," ensuring the chef gets better, not worse.

4. The Bounded Briefcase (Prompt Compilation)

The chef can only carry a limited amount of information in their head at one time (this is called the "context window").

  • The Analogy: RIZZ acts like a personal assistant who packs a briefcase for the chef before they start cooking. The assistant only packs the most relevant notes from the specific room the chef is in. If the briefcase is too full, the assistant drops the least important notes first, ensuring the chef never gets overwhelmed or forgets the current task.

What Did They Find?

The researchers tested this system on several "challenges" (benchmarks) where the chef had to handle a stream of different tasks:

  • Better than doing nothing: The chef with the RIZZ butler got significantly better at tasks over time compared to the chef working alone.
  • Cheaper and Faster: Other systems tried to keep all the notes in one giant pile, which made the briefcase too heavy and expensive to carry. RIZZ kept the briefcase light and focused, saving money and time.
  • No "Brain Freeze": When the chef switched from a math problem to a coding problem, RIZZ kept the memories separate. The chef didn't get confused or forget how to do the previous task (a problem known as "catastrophic forgetting").

In Summary

RIZZ is a way to make a smart, unchangeable AI get smarter over time by organizing its memories into separate, specialized rooms, letting it only keep the good lessons, and packing the right notes for the job at hand. It's like giving a genius a perfect filing system so they can learn from their experiences without getting overwhelmed or confused.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →