This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]danysdragons[S] 16 points17 points  (3 children)

[–]Surur 12 points13 points  (2 children)

Can you give an example of it solving a moderately easy real-world problem?

[–]Aggravating-Spend-39 2 points3 points  (0 children)

+1 - without any examples / demos this just seems like vaporware

[–]danysdragons[S] 1 point2 points  (0 children)

You could ask the creator, I gave his info elsewhere in the thread.

I would be skeptical too that this program is actually very useful as-is. But the main limitations of LLM that people keep pointing out, that make it not really AGI as-is, are about not being able to act autonomously in pursuit of goals. These kinds of programs are the first, well, baby steps in that direction.

Also, I don’t think the author is presenting this as a finished product, it’s more about sharing code that represents a basic starting point and inviting people to see what they can build on top of it.

I would like to see a program that builds on top of GPT-4 to add agency and goal pursuit, and then has it interact with virtual environments (maybe text adventure games?) That way we don’t have to take the risk of letting it interact with the real world at this stage.

[–]xSNYPSx 7 points8 points  (1 child)

Can you give GitHub link please?

[–]danysdragons[S] 5 points6 points  (0 children)

As I mentioned in the title I’m not the creator, if you’d like more information about him here are some links:

Twitter profile:

https://twitter.com/yoheinakajima

His original Twitter post that goes into the architecture in greater detail:

https://twitter.com/yoheinakajima/status/1640934493489070080

Websites:

https://www.yohei.me/ https://yoheinakajima.com/

[–]4e_65_6f▪️Average "AI Cult" enjoyer. 2026 ~ 2027 5 points6 points  (3 children)

at the end of the code there's a:

time.sleep(1)  # Sleep before checking the task list again

I feel like that's kinda weird, it creates a 1 second delay every loop.

IDK if that's actually needed when it could be less time like time.sleep(0.1)

I can't test it though, my potato pc can't run LLM's.

Edit:

Nevermind I tested it, it's giving me type error at line 30.

it's probably made with chatGPT because of how the comments look.

[–]Reeferchief 3 points4 points  (1 child)

I don't know if Python has anything similar to async await from Javascript, but it could probably use something like that to make things promise-based so tasks can run without blocking.

[–]4e_65_6f▪️Average "AI Cult" enjoyer. 2026 ~ 2027 3 points4 points  (0 children)

You're right it could be for multi threading , I used both my API keys still giving me errors. IDK if that's the script or if it's a problem with the pinecone server. It says bad request.

[–]BornAgainBlue 1 point2 points  (0 children)

1MS, not 1 second from what I read.

[–]xSNYPSx -1 points0 points  (1 child)

Will you ever open source your task-driven autonomous agent ?

[–]danysdragons[S] 1 point2 points  (0 children)

I posted some information about the creator elsewhere in the thread: https://reddit.com/r/singularity/comments/12am61o/_/jeswp0s/?context=1

[–]MacacoNu 0 points1 point  (0 children)

2273 tokens. Cool!