Researchers created 26 principles to improve prompting large language models and get better answers, which were tested on models like LLaMA and GPT - you can find out more about these principles and how they work in the paper "Principled Instructions Are All You Need for Questioning LLaMA-1/2, GPT-3.5/4". via Hugging Face.
Read next
Rating: ★★★★☆
Upcoming features and improvements:
[x] Saved places integration
[ ] Report feature
[ ] Add Twitter likes and Bookmarks
[x] Goodreads integration
For updating all current Substack posts in your inbox to "Archived" - copy and paste this into the console on your browser:
let isArchiving = false;
let lastProcessedPost = null;
function archiveVisiblePosts() {
if (isArchiving) return;
isArchiving = true;
const posts = document.querySelectorAll('._linkRow_1qqfh_28.reader2-post-container');
let delay = 0;
const delayIncrement = 300;
Subscribe to Newsletter
Stay up to date with email notifications of new posts.