Hey HN,<p>As an avid reader, I read many nonfiction books every year. While enjoyable, I find that nonfiction books usually contain a lot of information that is not relevant or helpful for me.<p>That's why I decided to build TailoredRead (<a href="https://tailoredread.com/" rel="nofollow">https://tailoredread.com/</a>). It’s a tool that uses AI to write full-length books that are tailored specifically to the reader.<p>Here’s how it works:<p>1. You answer a few questions: book subject, key topics, your background, your goals<p>2. The AI generates the book outline - title, description, chapters and subchapters, key insights, etc. I found that Claude 3.5 Sonnet produces great results here, but I want to give GPT o1 a try as well.<p>3. Our backend starts a worker that orchestrates the creation of the book. This typically takes 5-10 minutes, and you can start reading the book as it’s being written. Here I found that Claude 3.5 Sonnet produces significantly better output than GPT 4o and other models, but it still requires a lot of prompting and breaking down the book into smaller chunks.<p>4. We run a dedicated worker to create the book branding and cover with Claude, DALL-E, and some CSS.<p>5. The book is created and formatted in a semantic HTML format, which is then displayed in a book-alike paginated interface, similar to Kindle (React/Next). You can also download the book as a PDF or send it to your Kindle device.<p>So far, I've seen early users create fascinating books about a diverse set of subjects, e.g. programming, business, science, history, travel, hobbies, etc. There are 100+ free book samples from our early users here: <a href="https://tailoredread.com/books" rel="nofollow">https://tailoredread.com/books</a><p>I'd love to hear your feedback about TailoredRead and answer any questions you may have!