Book Writing Project: AI Illustrated and Written Books

For the past few months I have been playing around with some python programs I wrote to help write book ideas quickly.

Over winter break, my kids and I sat down and wrote a few books. First we used Dalle to write a book about our pet chickens.

Then we used dalle and openai’s api to write about some jobs a panda would do.


Portraits of Pandas: Pandas, Poetry, and Portraits

This week, we used the growing rats nest of python scripts to write a childrens book about George Santos.

I’ve been slowly playing with things since, started a website, and working out what book to write next. This is a bit of a fun art project turned side project, and thoughts and ideas are welcome!

3 Likes

Nice! Congrats. Be careful with the politics, though, as it’s against the OpenAI ToS, I believe.

1 Like

That’s good advice, thank you!

Writing a book is a perfect way to learn how to prompt :slight_smile:. I am doing it now and found out that there are certain limitations that should be remembered (I use ChatGPT 5):

  1. The number of words is limited in the text, around 5000 words. So, if you have a long chapter to write, you need to do it in shorter scenes. If, for some reason, you exceed that limit, ChatGPT initiates optimization and shortens previously completed parts without notice. I asked to put in the project memory that, after each print, give me the number of words, which helps to control.
  2. It is not easy to say what is remembered and what is not, and AI is trying to improvise instead of following an agreed plan.
    The best way, for me, was to save each scene to the Word file, combine them manually, upload the file back to ChatGPT, and continue. Saved me tons of time and frustrations with losing my text :slight_smile:
2 Likes

Welcome to the community, @Kolhozavr.

As a writer myself, I know we’ve got a wealth of interesting threads here.

Hope you stick around.

2 Likes

Thank you Paul :slight_smile: Yes, it is always beneficial to be part of community and see what others doing :slight_smile:

1 Like