It mimics an intuitive thought process like humans when working through multi-step reasoning problems, and can be achieved without modifying the language model's weights or using a large training dataset.
PROMPT ENGINEERING
-
Chain of Thought Prompting Improves Language Model Problem Solving
By
–
Chain of Thought prompting helps language models break down complex problems and generate more structured, organized responses. It makes problem-solving more interpretable and increases the chances of finding the correct answer.
-
Chain of Thought vs Standard Prompting for Language Models
By
–
With standard prompting, language models are given input-output pairs before predicting the answer. With Chain of Thought prompting, they are prompted to produce intermediate reasoning steps before giving the final answer.
-

Chain of Thought Prompting: Teaching AI to Show Its Work
By
–
Just like your 4th-grade math teacher made you 'show your work', the new Chain of Thought Prompting is teaching AI to break down complex problems and think more like humans! (A thread)
-

Anthropic Offers $250-335K Salary for Prompt Engineers
By
–
Anthropic AI has set the bar really high for prompt engineers paying $250-$335k (+ equity) Link to the job posting: https://
jobs.lever.co/Anthropic/e3cd
e481-d446-460f-b576-93cab67bd1ed
… -
Prompt Engineering: The Career of Future – Reality Check
By
–
Wrote this article on "Prompt Engineering: The career of future" a year back and a lot of people told me this is all hype and could never happen! A year later prompt engineer is getting paid 3X more than software engineers.
-

Playground AI crushes UX/UI for AI art editing
By
–
Lots of AI art editing tools out there, but @playground_ai crushes it with UX/UI. "Giver her a suit and tie" was the only prompt for this edit. Style match was near perfect; didn't compromise the rest of the image. Free to use ↓ http://
playgroundai.com Nice work @Suhail -

OpenAI’s Indifference to Prompt Disclosure and Security
By
–
“OpenAI doesn’t seem to care, nor should they. The prompt only tells you one small piece of how to build ChatGPT.” looks like @goodside
, originator of prompt injection, agrees! https://
news.ycombinator.com/item?id=344823
18
… -
RL ranking automation needs new human responses
By
–
The problem is the process ultimately depends on RL ranking generations made for the same prompt. If you need new human responses too, it can’t be automated.
-

Track Token Usage Throughout Chain and Agent Calls
By
–
Track token usage throughout chain/agent calls This was one of the more requested features! Very useful to be able to know how many tokens your agent/chain is using. See below thread for more information