Math reasoning in a production application
A pricing service needs to explain a prorated subscription adjustment. Application code calculates the amount; the model receives the formula, verified intermediate values, currency rules, and customer context, then writes a concise explanation.
For open-ended quantitative analysis, the model can propose calculator or code-tool calls, but the final number is always recomputed and checked outside the model.
