Interesting technical direction. What signal do you use to decide when the agent should stop gathering context and start making a concrete code change?
We don't. We let agent decide it. But tools themselves are configured in a way that agent can easy understand how much and what data it needs. More importantly, it can snapshot the state before it makes the change, and do the diff after the change and see if any unintended impact was made.
Comments
Interesting technical direction. What signal do you use to decide when the agent should stop gathering context and start making a concrete code change?
We don't. We let agent decide it. But tools themselves are configured in a way that agent can easy understand how much and what data it needs. More importantly, it can snapshot the state before it makes the change, and do the diff after the change and see if any unintended impact was made.