rw-book-cover

Metadata

Highlights

  • OpenAI announced GPT-5.1 yesterday, calling it a smarter, more conversational ChatGPT. Today they’ve added it to their API. (View Highlight)
  • GPT-5.1 introduces a new reasoning effort called “none” (previous were minimal, low, medium, and high) - and none is the new default.

    This makes the model behave like a non-reasoning model for latency-sensitive use cases, with the high intelligence of GPT‑5.1 and added bonus of performant tool-calling. Relative to GPT‑5 with ‘minimal’ reasoning, GPT‑5.1 with no reasoning is better at parallel tool calling (which itself increases end-to-end task completion speed), coding tasks, following instructions, and using search tools---and supports web search⁠ in our API platform. (View Highlight)

  • When you DO enable thinking you get to benefit from a new feature called “adaptive reasoning”:

    On straightforward tasks, GPT‑5.1 spends fewer tokens thinking, enabling snappier product experiences and lower token bills. On difficult tasks that require extra thinking, GPT‑5.1 remains persistent, exploring options and checking its work in order to maximize reliability. (View Highlight)

  • The most interesting documentation I’ve seen so far is in the new 5.1 cookbook, which also includes details of the new shell and apply_patch built-in tools. The apply_patch.py implementation is worth a look, especially if you’re interested in the advancing state-of-the-art of file editing tools for LLMs. (View Highlight)