here’s what actually happens inside:
the model maintains three things: • x = the question
• y = current answer
• z = reasoning state (like internal scratch work) each cycle: update z based on x, y, and previous z. then update y based on the new z. think of solving a Sudoku.
Explaining the Internal Reasoning Mechanism of AI Models
By
–