Yeah, I think have an army of specialized agents that the agents assign tasks to, is the way to go. So you start with the CEO agent, give him an agent creation agent, and bob’s your uncle.
AUTOMATION
-
Automated Task Creation with External Termination Control
By
–
It creates new tasks and the end of each task. All termination is external to the code.
-
AI agents dynamically generate new tasks after execution
By
–
Yeah, it generates new tasks at the end of each task execution based on the result, after defiling against remaining task list + most relevant past tasks.
-

Autonomous AI Agents Tackle AI Alignment Problem
By
–
I asked my autonomous AI to solve AI alignment.
— Yohei (@yoheinakajima) 3 avril 2023
Fascinating to watch.
Agents:
– Task execution: text-davinci-003
– Task creation: text-davinci-003
– Task reprioritization: text-davinci-003 pic.twitter.com/rmOnKIgaAzI asked my autonomous AI to solve AI alignment. Fascinating to watch. Agents:
– Task execution: text-davinci-003
– Task creation: text-davinci-003
– Task reprioritization: text-davinci-003 -
Removing Langchain as Default Execution Agent for Debugging
By
–
Yeah I’m working on a version that stripped out Langchain as default execution agent. Mostly for making debugging easier.
-

Relevant Context Management for Autonomous Agents
By
–
The thread broke, but here's a simple example of how "relevant context" (most relevant tasks from past) can be provided to current task. Allowing the autonomous agent to continue generating novel ideas and next steps – that wouldn't fit within a context window.
-
Custom Python Loop Implementation for Three Agents
By
–
Yeah I took it out for this version. It’s now just a custom Python loop w the three agents.
-
Alternatives to Langchain and ZapierNLA for AI Integration
By
–
I’ve tried Langchain and ZapierNLA, any other suggestions?
-
Self-modifying AI agent code recursive implications
By
–
No, I mean if the code of this agent/script is being recursively modified by itself?
-
AutoGPTs Will Organize into Specialized Autonomous Organizations
By
–
All of that is just one agent/thread. People coalesce into organizations so they can specialize and parallelize work towards shared goals. Imo this is likely to happen to AutoGPTs and for the same reasons, strung into AutoOrgs, with AutoCEO, AutoCFO, AutoICs, etc.