• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: November 8th, 2023

help-circle
  • Lets say you’ve got a task like write a blog post. Instead of issuing a single command, have a GPT model plan it out. Something akin to

    system: You are a planning AI, you will come up with a plan that will assist the user in any task they need help with as best you can. You will layout a clear and well followed plan.   
    User: Hello Planner AI, I need your help with coming up with a plan for the following   task : {user_prompt}   
    

    So the now LLama2-70B generates a plan that has steps in it that are numbered. Next, you can regex on the numbers and than pass that along to the worker model that will execute the task. As LLMS write more than humans and add in additional details that LLMS can follow, the subsequent LLMs will do a better job in executing the task rather than if you asked a smaller model write me a blog post about 3D printing D&D minis. Now go replace the task of writing a blog post with whatever it is you’re doing and you’ll be getting results