Investigating a Local LLM with Mazes · Part 2
1. Introduction
Have you heard of the LLM Reasoning feature? I had no idea about it until recently — and it's impressive!
Reasoning is a feature where the LLM "thinks" step-by-step before generating an answer.
Normally, to achieve step-by-step reasoning like Chain of Thought, you need to imple...