← Back to context

Comment by simonw

10 hours ago

That used to matter to me back in the days when the best models still only accepted ~32,000 tokens, but these days even the models that run on my laptop are happy with ~100,000 and the hosted models I use take ~200,000 or more.

If it's one of many tool calls, I'd assume that less is more.

  • The trick there is to use a subagent to read the HTML page and extract the relevant information, than dumping all that HTML into your top-level session.

    That's effectively using an LLM as an HTML to markdown converter, which is both absurdly wasteful and also surprisingly inexpensive (if you use a model like GPT-5.6 Luna.)