Consumer Apps
Why Doesn't a Book Blurb Tell You How Long It Takes?
Published: 2026-07-25
The Problem
More readers want short reads, but books are still sold only by the volume. Nobody tells you how many minutes a chapter takes or whether chapter seven makes sense on its own, so readers retreat to formats that are guaranteed short.
Why Now
Publishers already ship ePub files with machine-readable chapter boundaries, and micropayment rails already exist. The missing layer is the one that judges which pieces read independently and turns them into products.
Recommended Talent
Someone who has worked with ePub internals and run content licensing alongside micropayment settlement
The Problem
Korean readers have started applying a phrase to books that translates roughly as “return on time spent.” You calculate the hours going in and the payoff coming out, then pick what to read. One visible result is that anthologies and aphorism collections sell noticeably well among readers in their twenties and thirties (hani.co.kr).
What matters here is not taste but avoidance. Readers are not choosing short forms because short is better. They choose them because short is the only property a book reliably advertises before purchase. A blurb for a 300-page book tells you how accomplished the author is and what insight awaits. The thing a reader actually wants to know before paying is absent. How many minutes is this. Does chapter three carry the argument. Can I start at chapter seven without the first six.
Absent that information, the choice runs to format. An excellent chapter inside a good book never reaches the reader who needed only that chapter. On the other side, publishers can sell only whole volumes, so demand for that single chapter never converts. Both sides lose and there is no layer in between.
Existing answers cluster at two extremes. Summary services replace the original, which shortchanges author and reader alike. Subscription serials assume something new arrives every month, which misses the reader who wants one specific piece right now. What is missing is neither a summary nor a serial: it is a path to buy one piece of the original text on the spot.
Why Now
Reading markets are being reorganised rather than dying, and the signals point the same way. In the first half of 2026 in Korea, more than 1,500 AI-related titles shipped and sales of that category rose 23.6 percent year over year, while book purchases by teenagers rose 84.5 percent (newskorea.ne.kr). More people are reading. What changed is how they allocate hours.
The technical inputs are all on the table. The ePub a publisher hands to distribution is already split by chapter with a machine-readable table of contents. Micropayments are ordinary outside app stores now, and per-piece licensing settlement is a problem the music industry has been running for two decades. Every part exists; nothing assembles them into a sellable piece.
The timing hinge is the cost of judgment. Deciding whether a chapter reads independently used to require a human reading the whole book, which does not scale. Extracting backward references, undefined proper terms, and dependency on earlier examples in order to score independence now lands inside a realistic budget.
How to Build It
The fastest MVP is a publisher tool, not a reader app. Publishers already hold the rights and the files, so a tool that takes a file and returns candidate pieces with a price sheet proves its value immediately.
flowchart LR
A[Publisher uploads ePub] --> B[Extract chapter bounds and length]
B --> C[Score independence: back-references, undefined terms]
C --> D[Candidate pieces plus estimated reading time]
D --> E[Publisher reviews and sets price]
E --> F[Reader browses by time budget]
F --> G[Per-piece purchase]
G --> H[Read-through telemetry]
H --> C
The scoring logic looks at three things: reading time estimated from length, an independence score built from backward references and the density of terms used without definition, and whether the piece actually closes an argument. Chapters that score low are not sold alone; two or three are bundled into a minimum unit.
The reader entry point is a time budget rather than a search box. Pick twenty minutes and you get pieces that finish inside it, each labelled with the book it came from and why the earlier chapters are not required. Put a path to the full volume above the fold and publishers lose a reason to object. Showing with numbers that piece sales feed volume sales rather than cannibalising them is the first real gate on this business.
Revenue takes a cut of piece sales, but early cash flow is safer coming from a licence fee on the publisher tool. Piece sales need a habit to form; the judgment tool pays from the first contract.
Success Criteria
The largest assumption is that selling pieces does not eat volume sales. Testing it is straightforward: compare volume sales for the same title across periods with and without pieces available, and separately track how often a piece buyer goes on to buy the original. No large publisher hands over files before those numbers exist.
The second assumption is that independence scoring runs cheaper than human review while staying trustworthy. The asymmetry matters. Misjudging an independent chapter as dependent costs a missed sale; selling a dependent chapter alone brings refunds and bad reviews. So the right order is to start conservative and loosen the threshold using read-through data.
Third is settlement. Most author contracts assume print and ebook priced by the volume, and royalty math for piece sales is simply not in them. Producing a standard addendum may be the work that has to happen before any of the engineering.
Related Content
Build this together
Find collaborators