"It turns out there’s an art to typing in the precise words and framing to generate the most helpful answers. I call these the golden prompts." @bxchen guides you through life with a chatbot:
PROMPT ENGINEERING
-
Mastering Prompt Engineering and LLM Generation Techniques
By
–
8/ We’ll cover the following topics: • Prompt engineering, an important skill for an LLM practitioner
• How to come up with use case ideas
• Working with Cohere’s Generate endpoint
• Creating custom generation models
• Chaining multiple prompts -
Audience Participation in RLHF Training Process
By
–
Absolutely. We have an audience, and hopefully they help out with the RLHF 🙂
-
Share ChatGPT Conversations and Code for Training
By
–
We're about to start training. If you have any chatGPT conversations you'd like to share, drop them in here. Especially code outputs — we need as much code as possible! (Make sure your initial prompt is copied too)
-
Building LLM Applications for Production Engineering
By
–
Here's @chipro 's blog post "Building LLM applications for production" https://
huyenchip.com/2023/04/11/llm
-engineering.html
… -
Chatbot trained on business model resources improves user experience
By
–
2/ @Fourweekmba is a blog and workshop that gives builders insights on tech business models. @gennarocuofano gets significant traffic on his blog, but the content can feel overwhelming to readers. That's when the idea to build a chatbot trained on his resources was born.
-
Tree-of-Thought LLMs: Breaking Complex Problems Into Reasoning Paths
By
–
Code for tree-of-thought LLMs. Breaks down complex problems into self-evaluated explorations of different reasoning paths. Has some interesting applications for creative writing. LLMs are starting to develop a sort of internal monologue. https://
github.com/ysymyth/tree-o
f-thought-llm/
… -

Bard Identifies World’s Most Famous Paintings
By
–
#Bard can tell you the most famous paintings in the world. pic.twitter.com/xKVbz0rNZ4
— Thang Luong (@lmthang) 23 mai 2023#Bard can tell you the most famous paintings in the world.
-
Bard AI Helps Plan Your Perfect Three-Day Paris Trip
By
–
#Bard can help you plan a 3-day trip to Paris. pic.twitter.com/bUH87MdTKU
— Thang Luong (@lmthang) 23 mai 2023#Bard can help you plan a 3-day trip to Paris.
-
Brute Force Method for Code Generation
By
–
Blog with plenty of examples: https://codi-gen.github.io Paper: https://arxiv.org/abs/2305.11846 Still, be aware that the method is quite brute force and not highly scalable, as seen in the 'test' generations—it often revolves around rain, streets, etc. But it's encouraging.