Join Nostr
2025-12-08 23:59:23 UTC
in reply to

Jurjen de Vries on Nostr: Thanks. I had the AI issue again today with filling the context with words like its a ...

Thanks. I had the AI issue again today with filling the context with words like its a mistake and so. you had something similar, right? Watch this video ;-)

My key takeaway from the talk:
Stay out of the “dumb zone” of the context window.
- Use only a portion of the maximum tokens for active reasoning, instead of stuffing everything with logs, JSON, and random history.
- Compact frequently: summarize earlier steps into a short, sharp markdown document and start new runs from that.
- Let subagents read and search the codebase in depth.
Have them return only the relevant files, functions, and insights, so the main agent can work with a small context.