Don't trust large context windows
garrit.xyz
Don't trust large context windows
1–10 of 211 posts
Re: Don't trust large context windows
#2Re: Don't trust large context windows
#3Re: Don't trust large context windows
#4Re: Don't trust large context windows
#5In essence, we run many short agent loops, generating their prompts dynamically from structured data. Each loop advances the state in a small step towards the final goal.
Re: Don't trust large context windows
#6Re: Don't trust large context windows
#7Re: Don't trust large context windows
#8(And I rarely fill the context window that far anyway when working on a single task, or a series of tasks that are related enough to warrant the same context; more typical is anywhere between 200k and 600k or so.)
I'm not saying that no one ever has this experience, but it's odd to me that some people see it so often that it warrants giving it a name.
Re: Don't trust large context windows
#9Personally, I already see LLMs and agents as blackboxes. I give each feature request to multiple LLMs and then compare the results. I don't manually use "sessions" at all. I just look at the outcome. When I dislike it, I "git reset --hard", change my prompts and restart the feature request.
To have an ongoing sense of which agents perform best, I keep a log and calculate an ELO score of which agents meet my demands best. This score is imporant to me, not so much how the agent achieves it.