this post was submitted on 30 Jul 2023
184 points (97.9% liked)

Programming

17412 readers
96 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

In the context of LLMs, I think that means giving them access to their own outputs in some way.

That's what the AUTOGPTs do (as well as others, there's so many now) they pick apart the task into smaller things and feed the results back in, building up a final result, and that works a lot better than just a one time mass input. The biggest advantage and main reason for these being developed was to keep the LLM on course without deviation.

[–] [email protected] 1 points 1 year ago (1 children)

Thanks, I didn't know that. I guess I need to broaden my reading.

[–] [email protected] 3 points 1 year ago (1 children)

It changes so much so fast. For a video source to grasp the latest stuff I'd recommend the Youtube channel "AI Explained".

[–] [email protected] 1 points 1 year ago

Thanks, I'll check it out.