Writing a book with AI, and finishing it properly

Use a model for the structural work — outlining, summarising your own notes, drafting a passage whose shape you already know, tightening prose you wrote — and write the parts that carry the book yourself. The output arrives as Markdown, so the manuscript is already in the format a typesetter wants. What it still needs is your judgement on every claim, a disclosure where the store asks for one, and an export.

The useful question is not whether to use a model. It is which parts of making a book are the parts a reader is paying for, and those are not evenly distributed. Nobody buys a book for its chapter ordering. They buy it for the two hundred specific things the author knows, and a model does not know any of yours.

What it is good at, and what it is not

TaskWorth handing overWhy
Outlining and re-orderingYesStructure is a solved shape, and a second opinion on it is cheap
Summarising your own notesYesYou supplied the material; it is doing arrangement
Drafting a passage you have already thought throughMostlyFaster than a blank page, and you know what it should say
Tightening prose you wroteYesCutting is where models are genuinely strong
Chapter summaries, blurbs, index termsYesDerivative by nature, and tedious by hand
The argument of the bookNoThis is the thing being sold
Anecdotes and examplesNoIt will invent plausible ones, and they read as invented
Facts, figures, citationsNoIt will produce confident, wrong, well-formatted ones
Your voiceNoAveraged prose is what the reader recognises and closes

How model prose gives itself away

Readers may not be able to name it, but they can feel it, and reviewers name it immediately. These are the specific tells, and every one of them is fixable in an editing pass.

  • Uniform paragraph length. Four sentences, every time, for nine pages. Real writing varies because real thoughts do.
  • The hedge before the point. "It's important to note that", "While there are many approaches". Delete the run-up and start at the point.
  • Threes. Three adjectives, three examples, three items in every list, whether or not the world came in threes.
  • Abstraction where a detail belongs. "Businesses often struggle with communication" instead of the meeting in March where nobody had read the brief.
  • Summary paragraphs that restate the section they are at the end of, adding nothing.
  • Confident specifics with no source. A percentage, a year, a study. These are the dangerous ones, because they look like the good parts.

The last is worth separating out. Everything else on the list makes a book boring. That one makes it wrong, and your name is the one on the cover when a reader checks.

A workflow that produces something publishable

  1. Write the outline yourself, then ask for holes in it. Its criticism of your structure is more useful than its structure.
  2. Dump your raw material into a file — notes, transcripts, the emails where you already explained this to somebody. This is the part that is actually yours.
  3. Draft chapter by chapter, from your material. A whole book in one request is how you get nine chapters that each restate the same three ideas.
  4. Rewrite every passage in your own words at least once. Not editing — rewriting. This is where the voice comes from, and it is not optional.
  5. Add the specifics only you have. The number, the client, the mistake, the thing that failed. One per section is enough to change the whole register.
  6. Check every factual claim against a source you can name. Anything you cannot verify comes out; there is no third option.
  7. Read it aloud. Averaged prose survives silent reading and falls apart in the mouth.
  8. Then format it, which is the one step where the machine's output happens to be in exactly the right shape.

The convenient accident: it writes Markdown

Ask a model for a chapter and you get headings marked with #, emphasis in asterisks, lists as hyphens. That is Markdown, and it means the draft is already structured text rather than a wall of Word formatting somebody applied by hand at three in the morning.

The practical consequence: paste it into one .md file per chapter, keep the heading levels consistent, and the manuscript is ready to typeset without a conversion step. Combining Markdown files into one book covers the assembly, and headings as book structure covers the one rule that matters — # for chapters, ## for sections, no exceptions, because that hierarchy becomes the contents and the EPUB navigation.

Two things to strip as you go: the smart quotes and dashes will be inconsistent, which smart quotes and dashes fixes in one pass, and the em-dash habit is worth noticing before a reviewer does.

What the stores and the law require

This part is not stylistic, and it changes, so treat it as the shape of the rules rather than legal advice — check current terms before you upload.

  • Amazon KDP asks you to declare AI-generated content when you publish, and distinguishes content that was generated from content that was AI-assisted — where you wrote it and used a tool to edit or refine. The declaration is not published on the listing, but answering it dishonestly is a terms violation.
  • Purely AI-generated material is not copyrightable in the US. Human authorship is the requirement; the human contribution in a mixed work can be protected, the machine-generated portions are not. A book you rewrote and shaped is a different case from a book you prompted.
  • Some stores and services cap volume, and there are limits on how many titles an account can upload in a day. These exist because of exactly the behaviour you should not be copying.
  • AI-generated cover art carries its own questions, separately from the text. If in doubt, commission or license the cover — it is the cheapest part of the book to get unambiguously right.

What is still entirely yours

None of the above touches the parts of publishing that decide whether the book sells, and a model is no help with any of them because they all require knowing your reader.

Then export it like a real book

A draft written faster still has to arrive as a finished object. The Markdown becomes a typeset PDF and a reflowable EPUB with the front matter in place, the type set once, and the page breaks where you put them: Markdown to PDF and Markdown to EPUB are the two exports, and front and back matter is the furniture readers only notice when it is missing.

The uncomfortable summary is that a model removes the slowest part of writing a book and none of the hard parts. It will get you a complete draft in a fortnight, and the fortnight after that — the rewriting, the checking, the specifics — is what separates a book from the several hundred thousand that were uploaded without it.

Read next

Guides · 5 min read

From Markdown draft to published book: the whole pipeline

Six stages: mark up the manuscript by structure, add the front and back matter readers expect, design it once, export the formats each channel needs, check the output against a proof list, then upload. The writing is the long part; the pipeline itself is roughly a day.

Read it
Guides · 6 min read

How to write a book description that sells the book

A book description is an advertisement, not a summary. Its job is to make a reader want the book, which means opening with the tension or the promise in the first two lines — everything a store shows before the fold — and spending the rest on who the book is for and what they get, rather than on what happens in it.

Read it
How-to · 4 min read

How to combine Markdown files into one book

Keep chapters as separate files while you write, named so they sort in book order, then concatenate them into one manuscript with a page-break marker between each file. Do this as a last step, not as a working habit — the combined file is what you typeset; the per-chapter files stay the thing you edit.

Read it

Write it in Markdown. Ship a book.

bukpress turns the file you are already writing into a typeset PDF and EPUB — your type, your covers, no watermark on any plan.

Start free — no card required