The Missing Guide to Prompt Engineering
appetals.com
The Missing Guide to Prompt Engineering
1–10 of 12 posts
Re: The Missing Guide to Prompt Engineering
#2Re: The Missing Guide to Prompt Engineering
#3Prompt engineering isn't going anywhere. People keep saying it's dead, that the next model will make it obsolete. They said the same thing about ChatGPT 4, then Claude, then Gemini Pro. Even though the AI models are becoming more powerful each day, a poorly prompted AI response could hinder your ability to get the right results.
Re: The Missing Guide to Prompt Engineering
#4Ah nothing like a double emdash early to know that the page is not worth reading.
Re: The Missing Guide to Prompt Engineering
#5There are places where it includes citation references like [15] (search for "on complex problems" on https://appetals.com/promptguide/advanced-techniques-for-pow... ) that are just text, they don't resolve to anything.
Other places repeat the same point twice for no apparent reason - the "Context window" section on https://appetals.com/promptguide/understanding-the-machine-m...
I spotted a few "not X but Y" constructions, like "You'll learn to communicate with AI like a pro, not like someone shouting into the void."
I don't think reading this is a good use of your time.
Re: The Missing Guide to Prompt Engineering
#6> This is prompt engineering. Though the term suggests something mechanical, something reducible to formulas and best practices, the reality proves more nuanced—perhaps more human—than we'd care to admit Ah nothing like a double emdash early to know that the page is not worth reading.
generated_prompt.replace("—","-")
before posting.
Re: The Missing Guide to Prompt Engineering
#7Re: The Missing Guide to Prompt Engineering
#8This looks AI generated. There are places where it includes citation references like [15] (search for "on complex problems" on https://appetals.com/promptguide/advanced-techniques-for-pow... ) that are just text, they don't resolve to anything. Other places repeat the same point twice for no apparent reason - the "Context window" section on https://appetals.com/promptguide/understanding-the-machine-m... I spotted a f…
Re: The Missing Guide to Prompt Engineering
#9> Start with a basic prompt >Add Chain-of-Thought reasoning >Implement self-criticism >Add format constraints >Compare the quality and reliability of results
The 'techniques' are incredibly basic and Chain of thought isn't really relevant today considering there are models with COT 'baked in' i.e. the 'thinking mode' class of models.
Re: The Missing Guide to Prompt Engineering
#10There's other criticism here about the writing quality (AI generated) but it's also quite out of date content-wise. > Start with a basic prompt >Add Chain-of-Thought reasoning >Implement self-criticism >Add format constraints >Compare the quality and reliability of results The 'techniques' are incredibly basic and Chain of thought isn't really relevant today considering there are models with COT 'baked in' i.e. the '…
There doesn't seem to be too many incantations like there were before "think step by step".
The best thing I have found to use is meta prompting i.e. make a prompt designed to create prompts, and then use that resulting prompt to make specific targeted prompts.
You can then store these as custom GPTS in chatGPT or Claude projects.