General

How to generate longer AI articles from short AI responses

Most AI services only produce content around the 400 word mark.

There is a simple reason for this as most AI models are trained to only provide short responses.

They are not really trained to write very long form responses to a question.

The simple answer to this is to :
1) Get an AI to write its own article outline
2) Use that same outline and send each heading and sub heading in as its own prompt

If the AI generates an outline with 10 sections, you will then send 10 prompts and get back 10 * 400 word responses.

You stitch each of these responses back and you will have gotten a long form 4000 word article.

Example:

Inside SCM we use a prompt like this to generate an outline.

[Create article outline without an introduction about %keyword% in language %language%. 
Each section starts with <h2> tag, each subsection starts with <h3> tag.
Each line must start with a h2 or h3 tag. Dont start with introduction. Dont reference or explain yourself.]

Which returns an outline like this.

<h2>Cultural Significance</h2>
<h3>Japanese Tea Ceremony</h3>
<h3>Chinese Tea Culture</h3>
<h3>Korean Tea Tradition</h3>
<h3>Global Tea Culture</h3>

Its just a simple matter of copying and pasting each heading into the AI model to generate the full article.

If the above sounds too time consuming, you can do all the above automatically inside the Article Creator and loading the a long form AI template.

To see how this works, check out the tutorial.