ATRIUMsearch → argument graph
ClaimArticle

Running LLM against reasoning models now displays their reasoning traces to standard error, keeping them separate from standard output that may be piped to other tools.

LLM 0.32 makes model reasoning visible by default on stderr, with a -R flag to suppress it, keeping stdout clean for tooling pipelines. ✦ AI generated

Simon Willison · Simon Willison's Weblog · 2026-08-04 · original ↗

Running LLM against reasoning models now displays their reasoning traces to standard error, so you can see what they are "thinking" without that information being included in the standard output that you might pipe to another tool. Add -R/--hide-reasoning to turn this off.

Read full article ↗excerpt · fair-use quotation

Related moments