Local AI, Real Work · Part 3 of 4
How to Test Reasoning Settings for Business AI Work
In one quotation test, no reasoning failed, a low setting produced the strongest result and more reasoning made it worse. The configuration needs its own evaluation.

More model reasoning does not guarantee a better business result. The right setting depends on the task, the available evidence, the consequence of speculation and the amount of human review required before the output can be used.
A useful evaluation compares complete configurations against representative work and measures the final approved result rather than relying on the first response.
What a reasoning setting changes
Many current language models can operate with thinking disabled or with different reasoning budgets. A higher setting allows the model to spend more work on the answer, which can improve difficult mathematical, coding and planning tasks.
The same setting can also add latency, computation and opportunities to explore interpretations that the evidence does not support. The effect varies by model and task.
DeepSeek's own published results for V4-Flash show large gains from reasoning on many tests, but not every measure improves when moving from its high setting to its maximum setting. This is model-maker evidence, but it illustrates the practical point: reasoning level belongs in the test configuration.
The HVAC quotation evaluation
The task was to prepare an annual HVAC maintenance quotation for a fictional factory from five source documents:
- Client enquiry
- Site survey notes
- Current rate card
- Callout history
- Superseded quote
The documents contained an incorrect equipment count, an apparent discount that should not be applied and a historic callout fee that was absent from the current rate card.
The evaluation therefore tested more than drafting. A good result had to resolve source priority, apply a commercial rule, base an estimate on the available history, reconcile the arithmetic and state where information was missing.
Result 1: local model without reasoning
With reasoning disabled, the local Qwen3.6 35B model produced a polished-looking quote containing a fabricated breakdown count and arithmetic that did not reconcile.
The failure is commercially important because fluency can hide weak evidence. A reviewer may see a familiar document structure and assume the underlying figures have been checked.
The control cannot be "read the quote". The reviewer needs traceable sources and calculations.
Result 2: hosted model
The hosted ChatGPT model produced a usable draft and made its assumptions visible. It would have removed much of the initial drafting work while leaving a reviewer with identifiable points to confirm.
This established a credible hosted baseline. The local route did not need to outperform it in the abstract; it needed to meet the quality required for the workflow while offering enough value from local operation.
Result 3: local model with low reasoning
At a low reasoning setting, the local model produced the most commercially complete result in the test. It used the actual callout log to estimate reactive labour and rejected the discount on the correct basis.
The configuration change improved evidence use and rule application rather than just prose quality.
Result 4: local model with more reasoning
At higher reasoning settings, the output deteriorated. The model reopened settled decisions, continued debating its own conclusions and began to price work that it had already identified as unknowable from the documents.
This is one test, so it cannot establish a general relationship between reasoning and commercial accuracy. It does show why the setting should be evaluated rather than chosen from its name.
For this task, useful reasoning meant resolving supplied evidence and recognising its limits. Continued exploration became speculation.
The value of correction in context
The final answer was not the only output worth measuring.
When a reviewer challenged one line in the Buzz workspace, the local model returned to the rate card, identified its error, amended the figure and republished the quote. The challenge and correction remained visible in the shared room.
This suggests a more realistic unit of evaluation:
Source material, model configuration, first draft, human review, correction and approved result.
A model that needs a small, well-supported correction may be more useful than one whose first answer reads better but is difficult to verify. Review time and correction quality therefore belong beside first-pass accuracy.
Build a configuration test matrix
Use a stable test pack and vary one setting at a time.
Record the configuration
- Exact model and version
- Quantisation or weight format
- Runtime and version
- Hardware
- Context limit
- Reasoning setting or budget
- Sampling settings
- System and task instructions
- Tools available
- Source documents and their versions
Include representative cases
- Ordinary examples
- Incomplete inputs
- Contradictory documents
- Historic or superseded material
- Cases near approval limits
- Known exceptions
- Requests the system should refuse
Repeat important cases
Run critical examples more than once. Generated output can vary, and a single strong answer can hide an unstable configuration.
Do not use every case for prompt and configuration changes. Keep a separate decision set so the final evaluation contains work the team has not repeatedly tuned against.
Score the business result
Separate quality into the parts that matter for the task:
- Source selection
- Factual support
- Calculation accuracy
- Rule and policy application
- Treatment of missing information
- Completeness of the usable output
- Refusal and escalation
- Reviewer effort
- Correction after challenge
- End-to-end time and operating cost
Weight serious failures according to consequence. One unauthorised commercial commitment may matter more than several small drafting defects.
Average scores can hide this difference, so report results by failure type and case category.
Select the lowest reliable setting
The objective is not to minimise reasoning. It is to find the lowest setting that completes the defined work reliably, preserves the required controls and meets the quality threshold after review.
If more reasoning improves difficult cases without adding unacceptable delay or speculation, use it for those cases. If ordinary work succeeds at a lower setting, routing by case type may be better than applying the highest budget to every request.
The configuration should remain change-controlled. A model update, new quantisation, altered prompt, larger context or different tool can change the result and should trigger proportionate retesting.
Approve the working configuration for a bounded task, not the model name for general use.