Hacker News new | ask | show | jobs
by ExxKA 1159 days ago
I very interested in this usecase - where should I go on the interwebs?
1 comments

original paper: https://arxiv.org/abs/2205.00445

langchain agents are a good starting implementation.

you can build your own prompt and get the ai to work by iself hallucinating tools, which may be cheaper to test out than going back and forth with an agent manager. not as accurate, but you can still extract useful work, i.e. https://i.imgur.com/AE4R3dR.png (gpt-35-turbo is traditionally failing this task completely, prompt get it to work at it)

these prompt all require the model to work off data within the prompt within the first shoot. model require a degree to introspection for that to work.