logoalt Hacker News

zozbot234today at 1:55 PM2 repliesview on HN

> It goes into long exploration loops for 5+ minutes even when I point it to the exact files to inspect.

Give it a custom sandbox and context for the work, so it has no opportunity to roam around when not required. AI agentic coding is hugely wasteful of context and tokens in general (compared to generic chat, which is how most people use AI), there's a whole lot of scope for improvement there.


Replies

egeozcantoday at 1:58 PM

But the problem is it used to not need that before. These days, you have to think twice before you summon a subagent.

imglorptoday at 1:59 PM

The sandbox is fine, but if the parent has given explicit instruction of files to inspect, why is it not centering there? Is the recent breakage that the base prompt makes it always try to explore for more context even if you try to focus it?

show 2 replies