rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. attention budget
Glossary · term14 of 202

attention budget

The fixed total of attention weight a model has to spend across a window, forced by softmax to sum to 1, so every added token draws share away from the others.

also written as fixed attention budget

Related terms
attention mechanismThe transformer component that computes a model's output as a weighted sum over every token in its input, with weights set by how strongly each position matches the current query.view term->context poisoningA failed attempt or wrong answer left sitting in a conversation keeps competing for attention on every later turn, dragging output back toward the same mistake even after correction.view term->distractor sensitivityA model's tendency to lose accuracy as irrelevant or off-task tokens accumulate in its context, even when the genuinely relevant information is still present.view term->softmaxA normalization function that converts a set of raw scores into weights that sum to 1, which is how a model divides its attention across every token in the window.view term->
At a glance
cited by
1 post
categories
1
first used
jul 2026
Appears in
  • Claude Is a Math Problem (And the Context Window Is the Equation)The Claude context window is an equation, not a chat. Why failed attempts anchor the output, where measured degradation starts, and when to clear and re-derive.guides1 min
previousArtifactsnextattention mechanism