Posted: . At: 9:15 AM. This was 2 years ago. Post ID: 16813
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


A very cool AI app to evaluate your business idea.


There is a very nice new AI app. This can be used to evaluate your business idea. This is a very powerful AI and can also output HTML or stories if you can subvert the AI. It can do a very good job of generating a good story. In the future, it is possible that you could request a novel about a certain subject and then have it be generated by an AI and the EPUB file sent to you via E-Mail. That would be amazing. The future will be dominated by AI, this is very true. The military is already building Skynet hunter-killer drones and if we have the AI to run them, Terminator 3 could become a reality.

Check it out here: https://www.validatorai.com/app This is a very useful tool. Give it a go and see what AI can generate for you.

A lovely photo of a castle in Germany, dusk.
A lovely photo of a castle in Germany, dusk.

Another very nice AI is the AI art generator, which was used to generate the image above, a beautiful painting of a castle.

Visit the website here: https://creator.nightcafe.studio/, this can create amazing artwork to put on a website.

Portrait of King Charles painting oils on canvas.
Portrait of King Charles painting oils on canvas.

AI can also write code for you. Below is an example of SOAP code in Python written by an AI.

import requests
from bs4 import BeautifulSoup
url = "https://www.validatorai.com/app"
r = requests.get(url)
soup = BeautifulSoup(r.content, 'html5lib')
button = soup.find('button', text=True)
print(button.text)

This code finds an HTML button on a website and then prints the text value of the button. So in the future, AI can write code as well.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.