How To Create +1000 words blog posts using a single prompt?

ahmedtarek8572

Regular Member
Joined
Aug 8, 2021
Messages
262
Reaction score
109
I am trying to reach to a prompt formula where I can generate the best and the longest article possible using a single prompt. I am using the Open AI API. Does anyone has a success doing this?

Share your thoughts, please!
 
There are various ways to use a single challenge to write a blog post with at least 1000 words. Having an AI writing aid like Jasper is one option. You may follow the steps from Corrie Who Writes on YouTube to create a how-to blog article using Jasper in ten minutes.
 
There are various ways to use a single challenge to write a blog post with at least 1000 words. Having an AI writing aid like Jasper is one option. You may follow the steps from Corrie Who Writes on YouTube to create a how-to blog article using Jasper in ten minutes.

one more AI extension AIPRM where you can have a lot of options. it's just a complete tool
I am using open ai api and not chat gpt. I am trying to automate the process using python script. The issue here is to generate a good article with just one prompt
 
I am using open ai api and not chat gpt. I am trying to automate the process using python script. The issue here is to generate a good article with just one prompt
the extension i mentioned given you SEO optimized article in just one click
 
The problem is that you are using an 4K (GPT-3.5-turbo) or 8K (classic GPT-4) token model. Consider that 1 token is around 1.5 character. So technically you are limited to approximately 5K characters, which will go at best around 800 words in the GPT-4 model (half in the GPT-3.5-turbo that is the most commonly used, which means 400-500 words. Try to use the GPT-4-32K model instead, and you will be able to do long form texts with a simple prompt and without having to add any extra things. What most platforms do, is generate 3 or 4 prompts in the background like "Give me more information about this topic" in order to get to the total 1K words.
 
I am trying to reach to a prompt formula where I can generate the best and the longest article possible using a single prompt. I am using the Open AI API. Does anyone has a success doing this?
I'm also trying to learn to do this, but on a higher scale, with python also for automation. Instead of doing one single prompt that do like 1K words, doing like 10–12 prompts of 100–200 prompts that consolidate a full 1K article within the same topic. I would say that there are multiple options depending on your purpose.

1. One is using the same GPT model, to first generate an outline, and then execute shorter prompts with each element of the outline to compose the whole article. Consider that OpenAI doesn't charge you for the prompts, but for the total tokens generated.

2. Another idea, is querying a PPA API with the original topic of the prompt, to keep generating ideas going around the original topic.

3. The third option I believe that it could be achieved by using the already mentioned, the 32K model, but I don't have access to it, still I have access to the gpt-3.5-turbo-16k model. Still, I don't like gpt-3.5 so I'm currently sticking to gpt-4 with one of the previous two options I've said.
1693593712524.png
 
I mean it's pretty easy to to this manually to get started. You have the second prompt copied and pasted before GPT has outputted first prompt reply, rinse repeat you have 3k article in a few minutes. And it gives you an idea how the script will function.
 
I'm also trying to learn to do this, but on a higher scale, with python also for automation. Instead of doing one single prompt that do like 1K words, doing like 10–12 prompts of 100–200 prompts that consolidate a full 1K article within the same topic. I would say that there are multiple options depending on your purpose.

1. One is using the same GPT model, to first generate an outline, and then execute shorter prompts with each element of the outline to compose the whole article. Consider that OpenAI doesn't charge you for the prompts, but for the total tokens generated.

2. Another idea, is querying a PPA API with the original topic of the prompt, to keep generating ideas going around the original topic.

3. The third option I believe that it could be achieved by using the already mentioned, the 32K model, but I don't have access to it, still I have access to the gpt-3.5-turbo-16k model. Still, I don't like gpt-3.5 so I'm currently sticking to gpt-4 with one of the previous two options I've said.
View attachment 281759
I can't see that CHATGPT4 option, only 3.5 turbo.
 
I am trying to reach to a prompt formula where I can generate the best and the longest article possible using a single prompt. I am using the Open AI API. Does anyone has a success doing this?

Share your thoughts, please!
You'll struggle to get quality and length from one prompt. The best trick I've found is to ask for 20+ numbered medium-long paragraphs plus an introduction and conclusion in the system prompt. By asking it to number the paragraphs it'll get into a pattern and be more likely to return the right amount. Usually it'll return around 50-100 words per paragraph with one or two slightly longer which will average out to about 1000ish words for a 20 paragraph post. But it's no guarantee that it will stick to the right amount, unfortunately. If it runs out of things to talk about, it will just end the article.

Unless you want to do it this way to save on tokens, your best bet is to get your script to automate heading writing first, then each section one by one. It won't run out of things to talk about that way and you can control the output more. If you're set on one prompt only, you will find that it falls short on some occasions no matter how good your prompt is.
 
I was using ChatGPT for this. But I need to do lots of things to generate a single article. Now using Affpilot AI. With this tools it's possible to write 100 long blog post in a single click. You will just input 100 keywords this tool will write 100 blog post and publish to your WordPress site automatically.

They provide 5 articles for free. You can create multiple accounts and generate free articles though I don't recommend this tricks! You DO NOT need to provide any OpenAI API key.
 
You'll struggle to get quality and length from one prompt. The best trick I've found is to ask for 20+ numbered medium-long paragraphs plus an introduction and conclusion in the system prompt. By asking it to number the paragraphs it'll get into a pattern and be more likely to return the right amount. Usually it'll return around 50-100 words per paragraph with one or two slightly longer which will average out to about 1000ish words for a 20 paragraph post. But it's no guarantee that it will stick to the right amount, unfortunately. If it runs out of things to talk about, it will just end the article.

Unless you want to do it this way to save on tokens, your best bet is to get your script to automate heading writing first, then each section one by one. It won't run out of things to talk about that way and you can control the output more. If you're set on one prompt only, you will find that it falls short on some occasions no matter how good your prompt is.
can you give us an example please? thank you
 
Wow unbelievable that people don't know how to do this.

You need multiple prompts combined into one article. Then automate it. I have built a system like this for the forum.
 
Wow unbelievable that people don't know how to do this.

You need multiple prompts combined into one article. Then automate it. I have built a system like this for the forum.
Can you give me more details please? thank you
 
You need to prompt the API for an x part outline, then prompt it again to write each section one at a time.
I try now to write pillkar content long form with AI copilot I always get the sam ecrap of 600 words limit: Partent topic and 10 sub topics as an example, with your method I must type in copilot each of these 10 outlines separate to get a 3-5k article of that subtopic which is way too time consuming, for what I have an AI I ask myself....? Do you have a tip?

When I try add my prompt with 4 outlines to working faster it not works, copilot spits then out th esam ecrap of short 600 word content. It;s really frustrated. We have sme "Feudalism" today yeah right? You think I'm crazy? One moment my friend, these big "elite" companies and elite programmers programmed all these free and paid AI so that they have a huge amount of limits so that you will never be able toproduce the same content quality and in mass like the big media companies can do (ok, they have a huge amount of employes) . Or big affiliate sites in finance niches too, who are WEF members, they have their own separated AI way beyond us, us =you and me. the folks. OK, we not have another choice as doing; "when they zig we zag!" Jailbreak was the right solution but not works anymore all these AI's changed overnight their policies, so that using jailbreak is now against their policies.

So sad today in this modern world on slave planet earth!
 
Example when you have 4 sub topics each has 3 outlines, this is= 4x3= 12, so it's very time consuming to enter 12 separate prompts in the AI to have each subtopic who has 3 outlines, each outline has 800 words that would be 2400 words for each pillar article (hub). Frustrating and time consuming, should a modern AI not can handle a single prompt to create the article with all 12 subtopic outlines? When you make a single prompt with 3 outlines on a subtopic as an example- then you not get 3x600/800 words, no you get one "overview" article with 600 words, what a mess, so frustrating.
 
Back
Top