Question 1easy
Why is memory a design problem rather than a free feature?
Question 2easy
What is the tradeoff of simple window/trim short-term memory?
Question 3medium
How does summarization memory preserve old context at bounded cost?
Question 4medium
Long-term memory is best implemented as:
Question 5hard
Why does retrieval-based long-term memory scale to thousands of facts without bloating context?
Question 6medium
On a big multi-step task, why can stuffing every step's output into one agent's context hurt?
Question 7hard
What is context isolation via sub-agents?
Question 8hard
After a sub-agent completes, what should the orchestrator receive?
Question 9medium
Match strategy to fit: which are correct? (Select all that apply)
Question 10medium
Which is a valid privacy concern for long-term memory?
Question 11medium
What does a typical production assistant combine?
Question 12medium
Long-term agent memory is essentially the same technique as which Track-3 concept (acronym)?
Question 13hard
What technique (two words) delegates a subtask to a separate agent with its own context to avoid polluting the main one?