RSSAmplifier

Paul’s Programming Notes · Jul 26, 2026

Every LLM tool call re-sends your entire conversation

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Every tool call POSTs the whole conversation back to the API, so one prompt can bill many times its context window. Prompt caching cuts reads to ~10%.

Read on paulsprogrammingnotes.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.