Greedy Decoding
Greedy decoding is a sampling method in which a language model always picks the single most probable next token at each step. The result is deterministic and consistent, but can feel less natural or creative than methods that introduce controlled randomness.