How accurate AI Agent works same task with different data. Will it hallucinate or imagine things and provide output? Does it reconcile based on the repeated tasks or does it take every new data as new task?
Discussion posts and replies are publicly visible
AI Agents are non‑deterministic and stateless: each Execute AI Agent run starts fresh from the current prompt, inputs, and tools, can produce slightly different outputs, and does not remember or learn from previous runs. Reliability comes from how you constrain it with rules, tools, and validations in the process model, not from the agent itself.https://docs.appian.com/suite/help/26.6/agent-studio-best-practices.html
Thanks, adding to that I'm getting this error: Agent 250512b0-a322-45b6-85c5-525b87755a8c could not be found. When I try to include it in the Process model. I have checked UUID is correct and the environment has active and enabled.