An anecote that helps you maybe: I do contracting work, we're building a text-to-sql automated business analyst. It's quite well-rounded: it tries to recover from errors, allows automatic creation of appropriate visualisations, has a generic "faq" component to help the user understand how to use the tool. The tool is available to some 10.000 b2b users. It's just a bunch of prompts conditionally slapped together in a…
The hype of Agentic AI is to LLMs what an MBA is to business. Overcomplicating something with language that is pretty common sense. I've implement countless LLM based "agentic" workflows over the past year. They are simple. It is a series of prompts that maintain state with a targeted output. The common association with "a floating R2D2" is not helpful. They are not magic. The core elements I'm seeing so far are: the…
Are you using a separate state manager + function calling so the LLM knows where it is?