Discussion about this post

User's avatar
Whui-Mei Yeo's avatar

Sounds like a problem I have recently been dealing with. My build was a Slack interface to the CRM, to ease the mental hurdle for the human staff to use regularly. My first version which I YOLO-ed led to the AI coding agent assigning firstly 6 tasks, then a second version added 10 more (total 16) to the AI agent node (classify, match, decide, evaluate on multi-turns). The first version was strict and required the human to give instructions in a certain way - too robotic. The second version was an attempt to make it less deterministic and it ended up not responding reliably during some of my eval re-runs. Not good. For my own personal learning I refactored to limit the AI agent to 3 tasks and handle the rest in code but am seeing it doesn't handle ambiguous multi-turn responses as it doesn't have a brain to figure out how all the pieces from each turn are connected. Haven't figured out what to do next.

No posts

Ready for more?