Cleaning up my perpetual agent 🙂 https://t.co/DsF3Q3LMLR
— Yohei (@yoheinakajima) 2 avril 2023
Cleaning up my perpetual agent 🙂

By
–
Cleaning up my perpetual agent 🙂 https://t.co/DsF3Q3LMLR
— Yohei (@yoheinakajima) 2 avril 2023
Cleaning up my perpetual agent 🙂
By
–
You’re right. I need to create task serialization so we know what needs to be done before the next, which then allows for parallel tasks to be run. And then some milestones, and more reflection…
By
–
100%. At this point, I’m focused on getting the framework working, then will improve on the task creation through some sort of programmatic prompt engineering ideas I have.
By
–
Agree. I’m trying to experiment more w perpetual objectives vs those with a closed end, so I think approach should be different than a novel. Though I still agree that task management needs an upgrade.
By
–
Tried the objective: fix global warming
— Yohei (@yoheinakajima) 2 avril 2023
Still really cool to see it perpetually expand its thinking on this one topic.https://t.co/rvrgwnAOMR
Tried the objective: fix global warming Still really cool to see it perpetually expand its thinking on this one topic.

By
–
Oh, that's a fun one. Didn't quite let it get to wiping out humans (also, I need to work on memory better to reduce deduping after some time).
— Yohei (@yoheinakajima) 2 avril 2023
Objective: fix global warming (1 min 43 min) pic.twitter.com/mm6bYGtsAT
Oh, that's a fun one. Didn't quite let it get to wiping out humans (also, I need to work on memory better to reduce deduping after some time). Objective: fix global warming (1 min 43 min)
By
–
More or less, but being able to interact w the world is probably the best way to learn and evolve
By
–
for impressive, the langchain ZapierNLA connection allowed it to create a task list, search the web, and then write a report into google drive (though very unreliably) this version is not as impressive, but I can feel it becoming more stable 🙂
By
–
Basically stripping it down to a barebones template only using OpenAI text-completion for all three task agents (execution, creation, prioritization). I think it makes sense to clean it up like this, and then add back on complexity – like Langchain, etc.

By
–
It then continued to:
– execute tasks
– create new tasks
– reprioritize tasks Task mgmt agent is a bit wonky, so need to fix that… btw, all text-davinci-003 cuz… that's what i know