Discussion about this post

User's avatar
Alexander Lenselink's avatar

This resonates. What’s being framed here as “new insight” around agents stopping conditions, human oversight, boundaries are exactly the questions we discussed earlier, just from a different angle.

The hard part isn’t building agents. It’s designing when they shouldn’t act, when a human needs to step in, and how responsibility stays visible over time. Those are not technical problems first; they’re UX and governance problems.

Good to see the technical discourse catching up to that layer.

Neural Foundry's avatar

Outstanding breakdown of the async generator patter here. Using `for await` to handle streaming is exactly how you avoid blocking whle managing tool execution loops. The permission modes as async callbacks is genius - clean architecture that acutally works.

3 more comments...

No posts

Ready for more?