AJaySi/AI-Writer

Collaborative AI Agents for content creation

Closed this issue · 1 comments

Discussed in #52

Originally posted by AJaySi April 25, 2024
Alwrity has been tempted multiple times to use AI agents framework for content generation.
Having experimented with autogpt, metagpt, crewai etc, it just seemed to many repetitions/cost for what could be achieved with better prompting in few shots Or chaining and iterative generation. The below research is contrary to my understanding.

https://arxiv.org/abs/2402.05120

I have found agents making too many api calls, thus running up costs.
As we define agents and its tasks, prompt engineering can help a lot in few shot generation of comparable quality.

I will start integrating crewai and qualify the above different rationales.

Changes are in latest commit. Needs improvement.