donotdisturbanonymous
Newbie
- Mar 22, 2023
- 1
- 0
There was once a time when the word SEO sounded stupid. When the word "came out" everyone made fun of it. Now people don't remember not using it.
Same. All these "engineers" do is rehash the same old tips, many of which are just overcomplicated nonsense like the whole DAN thing. Much simpler ways to get it to get around moderation with a single prompt.funny thing is that these "prompt engineers" dont come up with really advanced prompts.
all i've seen sofar in public is nothing special. my friends and me came up with much better prompts that actually work to create amazing content that is different to the usual bs.
"you are a seo specialist, you have a desire to write about X" lol all these prompts are amateur prompts. yet in their youtube videos they make it look like its so amazing.
glad that real prompts are not shared (yet) as it gives us an advantage over 99% of the rest. not trying to show off or anything, but seriously ..one day the real advanced prompts will also be public as someone will need attention and publish them, then you'll see what i mean...
I've been doing SEO since before Google existed, it wasn't called that back then but certainly don't remember a time when SEO sounded stupid and "everyone made fun of it".There was once a time when the word SEO sounded stupid. When the word "came out" everyone made fun of it. Now people don't remember not using it.
So a simple string search and replace?Anyone and their mother can create a prompt. The real value is being able to programmatically generate a prompt that feeds into other prompts based on the output of previous prompts. Being able to master this is going to be the game changer.
So a simple string search and replace?
Yeah, so you create some prompts then reuse them with a search and replace on various topics. You can even tell it to generate prompts for you for different sections of a longer article then feed them back to the API. I've automated this stuff for various projects, there's not much to it.Far from it.
A relatable example would be creating a prompt to generate a content brief for an article, then using that information to build the article from deciding on the title, generating and choosing topics and subtopics, making sure the content it generates doesn't contradict previous statements, and being able to transition from topic to topic as humans can do.
An even simpler example would be generating a continuous Question and Answer system.
Why does any of this matter? It matters because in the case with openai you are limited to the amount of tokens you can deal with. Chatgpt makes things easier because it retains the last X,XXX (4k or 8k?) amount of tokens for you. If you want to create long form articles then you need to implement your own form of "memory" so you can instruct what to prompt next, based on what was already prompted for and answered.
Other than what I spewed out above, prompting is more of an art, getting the AI to do what you ask of it. The "engineering" part is taking those collections of prompts and getting it to do more.