| This just seems like laziness vs AI = bad. It's not like publishers are putting out masterpieces with human writing. They're cranking out minimum viable content as well. I've found that by putting meaningful effort into AI storytelling, I can create bespoke stories that my kids love night after night. My workflow is below: Caveat that it costs about $0.25-$0.50 to weave a book like this with Claude Sonnet and Gemini Nano Banana Pro. But to me the cost is worth it for the quality. - Use Claude structured output and ask for page1, page2 ... pageN instead of an array of pages or wall of text. - Pass a story arc as a set of values to the prompt. I.e. say each page has an emotional beat between 0.0 and 1.0. For a "man in hole" type of story: page1 starts at 0.6, page2 = 0.5, page5 = 0.25, page10 = 0.85. This ensures page 5 lands the "crisis" and page10 resolves higher than the start. - For illustrations, have Claude generate the story text and an illustration prompt per page. i.e. page1: { "text": "...", "illustration": "..." }. - For art consistency, add an "Art Direction" key to the structured output. Feed this into Gemini/OpenAI and ask for an art board visual guide & character reference sheet. - Feed the page text, illustration prompt, and the art board to Gemini/ChatGPT images. I'm constantly surprised at the quality of the output. Here's an example set of pages from a magic school bus style story about the immune system [image] https://media.discordapp.net/attachments/839188039229112353/... |