[Journey] 1 million UVs/month in 12 months using AI generated content. Let's do it!

Status
Not open for further replies.
PhD in computer science
Chapeau from my end! Didn't know that.

Didn't go the academic road that long - studied CS, but continued on a professional business level and not researching.
Though, to be fair, I've worked on various AI projects over the last couple of years (and even co-authored a book on ML two years ago) :)

Anyhow, not intending to drag this thread in the wrong direction! Just wanted to "clarify" my lower-level experience in comparison to yours - evidently apparent after your reply.
 
this is exciting, would you inject python into wp inorder to use this, or export the post via api to your app server and then run your model on this output text?
you don't have to inject anything. https://developer.wordpress.org/rest-api/
 
i mean you make the post with the plugin right, and then after you pull with the api, run your model, and then post the result in place of the original article from wpzinc, is this a correct understanding? thanks brotha
 
i mean you make the post with the plugin right, and then after you pull with the api, run your model, and then post the result in place of the original article from wpzinc, is this a correct understanding? thanks brotha
no I don't use any plugins. you don't need any plugins. the REST API is already there.

I generate content on a dedicated server, then push it to websites via REST API. all you need is the address of the website, login and the REST API application password. I also create categories, upload images using the REST API, etc. You can do almost anything WordPress can do.

to be honest it's not the most user-friendly API out there. but once you get it, it's bulletproof.

read the documentation I posted.
 
no I don't use any plugins. you don't need any plugins. the REST API is already there.

I generate content on a dedicated server, then push it to websites via REST API. all you need is the address of the website, login and the REST API application password. I also create categories, upload images using the REST API, etc. You can do almost anything WordPress can do.

to be honest it's not the most user-friendly API out there. but once you get it, it's bulletproof.

read the documentation I posted.


I was referencing: "
another member pointed out an app that might be useful to many people: https://www.wpzinc.com/plugins/page-generator-pro/

not strictly related but could be combined with AI. I'm going to try it next week on one of my sites."


and I asked in response to you trying it : "this is exciting, would you inject python into wp inorder to use this, or export the post via api to your app server and then run your model on this output text?" As I assume you'd use the plugin to generate first before modifying it more, or you would just use it as is?
 
I was referencing: "
another member pointed out an app that might be useful to many people: https://www.wpzinc.com/plugins/page-generator-pro/

not strictly related but could be combined with AI. I'm going to try it next week on one of my sites."


and I asked in response to you trying it : "this is exciting, would you inject python into wp inorder to use this, or export the post via api to your app server and then run your model on this output text?" As I assume you'd use the plugin to generate first before modifying it more, or you would just use it as is?
oh I would then pull all the post IDs from that category and then just analyze the content with python and generate what I need on my server. Then push the content back to relevant IDs (modify posts)
 
Wow I love your dedication. Too many people here give up soon. I am not much into auto-generated content but this seems interesting..
 
@Sartre
So you scrape PAA questions only and your AI writes the answer Or, you scrape PAA QandA and your AI paraphrase both QandA or paraphrase only the answers?

The other question I have is in your inbox due to your comments here
 
@Sartre
So you scrape PAA questions only and your AI writes the answer Or, you scrape PAA QandA and your AI paraphrase both QandA or paraphrase only the answers?

The other question I have is in your inbox due to your comments here
I don't paraphrase anymore. 100% AI generated. Paraphrasing even if done super well led to DMCAs when I did tens of thousands of articles and started getting traffic.
 
I don't paraphrase anymore. 100% AI generated. Paraphrasing even if done super well led to DMCAs when I did tens of thousands of articles and started getting traffic.
So you load your KWs and your App generates titles which the AI uses to generate QandA or it just generates normal articles around the KWs? If that is so, have you forgone the PAA route?
 
@All,
Form people like me that know nothing about coding, is there a setup we can out together that can do about 50 or more articles daily? I have Open AI and a VPS server to work with apps
 
So you load your KWs and your App generates titles which the AI uses to generate QandA or it just generates normal articles around the KWs? If that is so, have you forgone the PAA route?
I use the entire knowledge graph - PAAs, related keywords, autosuggest for scraping keywords.
@All,
Form people like me that know nothing about coding, is there a setup we can out together that can do about 50 or more articles daily? I have Open AI and a VPS server to work with apps
i don't think something like that exists.
 
I don't paraphrase anymore. 100% AI generated. Paraphrasing even if done super well led to DMCAs when I did tens of thousands of articles and started getting traffic.
This may sound silly but aren't AI generated content just paraphrased content from multiple sources? The AI can't think for itself. So it needs information from somewhere no?

I know this because the sentences generated by GPT-3 can sometimes be found with exact search on Google.
 
This may sound silly but aren't AI generated content just paraphrased content from multiple sources? The AI can't think for itself. So it needs information from somewhere no?

I know this because the sentences generated by GPT-3 can sometimes be found with exact search on Google.
you could really say the same about human learning. most humans are not capable of creating new, groundbreaking ideas. They are paraphrasing what they learned from other humans.

Gpt-3 sometimes copies wiki or some partial sentences. you can tweak it to avoid doing that with 2 variables - frequency and presence penalties. I'm not using GPT-3
 
@Sartre Interesting journey, it has given me lots of ideas.

QQ on keywords, I'm fine finding keywords after having a seed keyword to go from.

However, how do you find your seed keywords?
 
@Sartre Interesting journey, it has given me lots of ideas.

QQ on keywords, I'm fine finding keywords after having a seed keyword to go from.

However, how do you find your seed keywords?
i just use autosuggest for seed keywords now.
 
I have a bit of trouble understanding what you're saying exactly.

I'm diversifying a lot so Google can't kill my projects because a lot of them aren't based on organic traffic.
What is your major traffic source?
 
Are basic host features recommended to work with this? If there is a hosting suggestion better. Thanks
My typical hosting suggestions work perfectly.
What is your major traffic source?
Google, by far. We want to diversify to Youtube and other video platforms in the near future. I'm also building a SaaS.
 
Status
Not open for further replies.
Back
Top