Reply To: **Official 1 Month Reports: Build a NEW Site with AI Challenge**

Join the Niche Pursuits Community! Forums AI Content Sites **Official 1 Month Reports: Build a NEW Site with AI Challenge** Reply To: **Official 1 Month Reports: Build a NEW Site with AI Challenge**

#14503
Jon Kurtis
Participant

I feel very behind on the challenge as I have nothing published yet. But I do have 2,589 “Definitions” generated which will be part of my Lawfred.com site. I have not started on NameGrail.com or WordGrail.com, which are the other 2 sites I am intending to build.

So far I have wrote a script to scrape quite a bit of data that I am using as context in my prompts to the OpenAI API to get better output. I find this helps to prevent “Hallucinations” and give better output. I also ran into issues with rate limiting when attempting to bulk generate using the OpenAI API. I solved this by adding a delay of .5s, 1s, and finally 1.5s. Though in the process I did end up wasting about $5 worth of API usage because I was waiting to “save” the previously generated posts in batches. I have also occasionally ran into issues where the API will hang and then I lose all of the previously generated posts. So it is good I was batching them.

I’m hoping that next month I will have a lot of articles generated and published.

Here is my video.