(no title)
ursaguild | 9 months ago
I really like the OpenAI approach and how they outlined the thought process of when and how to use agents.
[1] https://www.willowtreeapps.com/craft/retrieval-augmented-gen...
[2] https://www.willowtreeapps.com/craft/building-ai-agents-with...
ednite|9 months ago
In this case, the agent would also need to learn from new events, like project lessons learned, for example.
Just curious: can a RAG[1] system actually learn from new situations over time in this kind of setup, or is it purely pulling from what's already there?
ursaguild|9 months ago
"Learning" happens when initially training the llm or arguably when fine-tuning. Neither of which are needed for your use case as presented.
mousetree|9 months ago