Quiz with answers — Synthesis: a hybrid long-context architecture
Answer all eight questions, then check the score. Open only the explanations needed for remediation.
1. Solve the worked-case variant: Remove MLA from the hybrid and replace it with a full KV cache. Trace the first effect on memory, retrieval fidelity, and latency without assuming a universal winner.
Show answer
A. Per-token cache grows because keys and values are no longer compressed. Retrieval may retain more detail, but memory traffic and capacity rise. The verdict depends on quality, latency, and memory measurements on the actual workload. The correct answer executes the requested change and gives a checkable result; the other texts do not close this calculation or trace.
2. Which causal order correctly connects the first three stages of “Synthesis: a hybrid long-context architecture”?
Show answer
C. Before inference → Input and representation → Sequence mixing The chain follows the taught progression; reversing stages consumes a representation or state before it is produced.
3. If “Sequence mixing” is removed, which diagnostic method is defensible?
Show answer
B. Keep the same input, predict the first output that depends on “Sequence mixing,” then compare the before/after trace. One intervention and a prior prediction make the delta attributable to the removed mechanism.
4. Which verdict respects this session’s validity boundary?
Show answer
D. There is no universally best assembly. A diagram is a hypothesis; only controlled tests, hardware profiles, and user evaluations establish value. The correct answer bounds the conclusion; the others turn a local relation into a global guarantee.
5. Which evidence best matches the stated status of “Synthesis: a hybrid long-context architecture”?
Show answer
A. Mixed: established mechanisms + source-reported Kimi K3-style choices. Product or mechanism evidence must remain attributed and measured; availability and completion do not prove value.
6. When should a simpler baseline be preferred to “Depth and output”?
Show answer
C. When a controlled test shows equivalent quality with lower memory, latency, or complexity. The choice depends on a measured trade-off on the real workload, not novelty or one isolated metric.
7. A learner gets the right result but cannot explain “Input and representation.” Which remediation is most useful?
Show answer
B. Rebuild the first missing transformation, label its inputs and outputs, then test a neighboring case. The remediation targets the first causal break and then requires transfer instead of rewarding a guessed result.
8. Which submission actually demonstrates the outcome “Produce a bounded design verdict.”?
Show answer
D. A trace with starting data, transformations, observed result, boundary, and next experiment. The correct submission makes the reasoning reproducible and the verdict revisable by future measurement.