Yeah, maybe I go back to generating pitch decks pic.twitter.com/wzUwWy2Vg2
— Yohei (@yoheinakajima) 27 mars 2023
Yeah, maybe I go back to generating pitch decks

By
–
Yeah, maybe I go back to generating pitch decks pic.twitter.com/wzUwWy2Vg2
— Yohei (@yoheinakajima) 27 mars 2023
Yeah, maybe I go back to generating pitch decks
By
–
Getting follows from lots of AI safety researchers means I should probably slow down…
By
–
Right now it generates tasks based on an objective, and as it approaches those tasks, breaks it into sub tasks – so kind of never ending already
By
–
Each task is langchain, but the task creation and reprioritization loop is custom
By
–
It is. But the capability is more than anything I’ve built before (granted not saying much). Right now it’s searching the web to continue building a task list for itself based on an objective, but only a few lines of code away from being able to email people and hit APIs if

By
–
Ohhhh, so I can set ANY objective (eg. make the world a better place).
— Yohei (@yoheinakajima) 27 mars 2023
Don't think I should open source this one… 🥴 pic.twitter.com/UEWmyGuDqK
Ohhhh, so I can set ANY objective (eg. make the world a better place). Don't think I should open source this one…
By
–
So this “AI founder” experiment is kind of blowing my mind.
— Yohei (@yoheinakajima) 27 mars 2023
I set an objective, and say “your first task is to create your next task”. It then continues to generate and reprioritize its own task list as it executes them one by one.
Only hooked up to search now. Kinda scary. https://t.co/rgKIaMCLz6
So this “AI founder” experiment is kind of blowing my mind. I set an objective, and say “your first task is to create your next task”. It then continues to generate and reprioritize its own task list as it executes them one by one. Only hooked up to search now. Kinda scary.
By
–
Haha true. Though I think adding ability to email and manage humans would be wild.
By
–
Haha yeah first task is to always come up w first task, but I can assign an objective at the beginning (Eg “start and grow a mobile AI startup”)
By
–
Thanks! I’m storing every task/result pair in pinecone and pulling 5 most relevant ones as context when executing each task (or trying to).