Inspired by my dad, a retired musician and composer, I created a #ChatGPT plugin. It turns ABC notation into audio and sheets, found at https://t.co/yykGi8Aghq
My team finished in 3rd place at this weekend's Prague AI Hackathon
Project title: Multi-agent AGI 😀
We built a prototype of a multi-agent system with seven LLM agents connected in a hierarchical structure. Initially generalists, these agents adapt and specialize over time as they work on a shared task while receiving continual feedback from the user.
Benefits: in an ideal case, this system can solve any task, build a game, self-improve, etc.
Our motivation:
- One single agent has limitations in terms of context size, but collaborating with other agents and splitting the task into smaller, more manageable parts allows the team to overcome these limitations and achieve successful problem-solving
- Adaptability and ability to learn from user feedback
My colleagues (Jan Feyereisl @thefillm and Karel Hovorka @vynalezce) and I are going to participate (compete?) at Prague AI Hackathon on April 21-22
We already have our topic:
Society of LLM-driven agents that recursively self-improve
It will be fun!
Wish us luck! @GoodAIdev
Follow @pragueaihack
@Freemanix@GoodAIdev Looks fancy. However, have you attempted to run it? It always strips the final element because the second argument passed to the 'zip' function is one item shorter than the first argument."
At @GoodAIdev, we're experimenting with an AI agent that autonomously writes & tests functions using GPT and other large language models, closely resembling TDD! Small functions now, but leveling up to decompose larger ones. Stay tuned for updates! #ChatGPT#TDD#AI#Coding