Tag

#llm

18 posts tagged.

Prompt Recipes

Top P: 5 Recipes That Ship (2026)

Five copy-paste top_p (nucleus sampling) recipes for the OpenAI and Anthropic APIs in 2026: the default that ships, clamping the tail for extraction, focused creative, steadier JSON, and the one-knob rule.

5 min read185
Prompt Recipes

ReAct Prompting: 6 Copy-Paste Recipes That Ship (2026)

ReAct prompting interleaves reasoning and tool calls: Thought, Action, Observation, repeat, until the model has enough to answer. It is how a plain prompt becomes an agent. Six copy-paste ReAct recipes below, each with the failure mode that bites first. Tested July 2026.

4 min read134