What do we call a book built for AI agents to read? (Help me name this paradigm)
I’m currently finalizing the commercial pipeline for a new book (The Imagined Life), and we are releasing it using a completely different distribution model.
Instead of just selling a PDF or an EPUB, we are selling it as a secure, local CLI tool. You buy it, you get a token, and you run npx maha-cli book mount the-imagined-life. This spins up a local MCP (Model Context Protocol) server.
When you go into Cursor or Claude Code, your AI agent can now natively query the book's Abstract Syntax Tree (AST). Instead of you reading Chapter 2, you tell your agent: "Read the framework in Chapter 2 and apply it to the database schema I'm currently building." The agent queries the book, gets the exact philosophical concept, and contextualizes it to your local code.
The Dilemma:
The tech is built and the Stripe webhook is live. We are building a frictionless checkout where someone can read the free HTML version on our site, and click a button to buy this interactive AI version.
But we are stuck on what to actually call this thing on the buy button.
Here are the current contenders. Which of these clearly communicates what you're buying, without sounding too gimmicky?
- Book-as-an-Endpoint: Extremely literal. It tells backend engineers exactly how the architecture works, but it feels a little passive.
- The MCP Edition: Highly tactical. Devs using Cursor and Claude know exactly what MCP is right now, but it ties the book to a specific protocol name that might evolve.
- The Agentic Edition: Fits the broader "Agentic Publishing" philosophy well, but might be a bit too abstract for a checkout button today.
- Context Payload: A bit cyberpunk, but accurate. You are literally buying structured knowledge to inject into an LLM's context window.
- Executable Book: Implies action and utility. It’s not a file that sits on your desktop; it’s code that runs alongside yours.
If you were reading an essay online and saw a $10 upsell for this, which name would make it instantly click for you? Should we use one of these, or is there a better term we are missing?
Would love to hear your thoughts.