Tag: prompt-ready application

  • Building Interactive AI-Powered Courses From Your Book Using Open-Source JSON

    Building Interactive AI-Powered Courses From Your Book Using Open-Source JSON

    When I first released the Prompt-Native Application (PNA) Standard, the goal was simple: stop treating books like static text and start treating them like “Cognitive Cartridges.” I wanted a way to plug a book into an LLM and have it instantly become an interactive, collaborative mentor.

    After I published my own book, Agile Symbiosis, I realized that a test wasn’t enough. If I were to deliver the real value of the theory and practices, I would have to make it interactive. So with Gemini as my partner, we created a new digital book format.

    No existing implementation appears to use this technical solution to deliver an interactive book. For the geeks and nerds, read about it on the GitHub project. In a nutshell, I’ve taken something hackers use to try to trick AI and applied the technique to turn AI into a learning partner.

    The promotional aside has been removed. If there is an Agile Symbiosis reference implementation paragraph preceding this note in the full post, the free PNA offer can be folded into that paragraph as a brief parenthetical — for example, noting that a PNA version is currently available for readers who want to explore the material with AI assistance.

    Agile Symbiosis serves as the Reference Implementation for this entire standard—it was the laboratory where I tested the application of these technical solutions. Through that process, I found a way to bring the ideas inside those books to life in a format anyone could access.

    Today I’m releasing the Prompt-Native Application (PNA) Standard v2.0.0, featuring the “Curriculum Engine.”

    In v1.0, the AI acted like a high-tech librarian. In v2.0, I’ve used the lessons learned from the Agile Symbiosis build to redesign the logic so the AI can act as a Socratic Tutor.

    The main enhancement is a new schema that supports structured learning paths. Instead of just “reading” a file, you can now “enroll” in it. I’ve introduced a few key features that alter how knowledge is distributed:

    • Active Course Tracks: I’ve added the ability to define specific journeys, like a “Crash Course” for the 80/20 summary or a “Mastery Track” for a deep dive.
    • The Socratic Shift: Inspired by the coaching needed in complex technical topics, the AI can now withhold answers, asking you guiding questions to ensure you actually grasp the material before moving to the next chapter.
    • Embedded Rubrics: You can now bake your specific grading methodology directly into the JSON. The AI uses your rubric to evaluate student reflections and assignments, ensuring the feedback is consistent with your unique point of view.

    What’s in the code?

    I’ve overhauled the toolset to make this as easy as possible for other authors to implement:

    • New Curriculum Template: A high-performance JSON skeleton ready for active learning.
    • The Migration Assistant: If you’ve already built a v1.0 PNA, I’ve included a prompt that lets you “hot-swap” the logic layer to upgrade it to v2.0 without rebuilding your content.
    • Upgraded Replit Agent Protocol: For those using the Replit automation, the Agent will now be smarter at scanning your manuscripts for opportunities to help build pedagogical exercises automatically.

    New Examples in the Library

    To show you what this looks like in practice without copyright friction, I’ve added a new PNA example file to the library: The Odyssey: Modern Survival Guide. I took the classic text and wrapped it in a “Metis Mentor” persona. It doesn’t just recite Homer; it uses Odysseus’s survival strategies to help you navigate the “Wine-Dark Sea” of the modern AI era.

    Why This Matters

    I believe the future of publishing isn’t just “digital”—it’s executable. Whether you are an author, a corporate trainer, or a teacher, v2.0 gives you a standardized, zero-dependency way to turn your ideas into an active experience that lives wherever the user’s AI lives.

    The standard remains fully open-source under the MIT license. Sharing what you build with it would be welcome.

    GitHub Repository

    #PNA #AI #Education #OpenSource #AgileSymbiosis #LearningDesign

  • Introducing AI-Ready Books – The Prompt Native Application (PNA)

    Introducing AI-Ready Books – The Prompt Native Application (PNA)

    I made something new. It’s a new digital book format that runs in an AI chat. Let’s call it a “Prompt-Native Application (PNA).” It’s like a “cognitive cartridge” you plug into the AI console.

    You load the PNA file into an AI chat and then interact with the boo. All the content from the book is there. You can read the book, ask questions, ask the AI to quiz you on the content, and, if the book includes tools, frameworks, or exercises, you can explore them with the AI too.

    The very first book created this way is Agile Symbiosis: When AI Dissolves Your Job, Design a Better One.

    But I went a step farther and reverse engineered what I had created and build out two DIY processes that show others how to do it too, and released it under an MIT License. You can find the project on GitHub.

    Who is this for?

    Authors: Include a PNA version alongside your ebook or audiobook, and readers can now chat with the AI about the book. The AI facilitates leveraging tools from the text, and exploring the book’s insights more deeply.

    Corporate Trainers: Distribute “Scenario Simulators” for sales objection handling, leadership role-play, or AI adoption workflows without needing a Learning Management System (LMS).

    University Educators: Deliver curriculum and guide students through it with the AI acting as a Socratic Tutor.

    Use Case Examples

    The Interactive Book: Instead of a static digital file, the reader receives an executable file. This allows them to read the theory in and immediately run the frameworks and tools the book offers within an AI chat session. It transforms the author from a narrator into an active consultant.

    The Living Corporate Playbook: An organization evolves its static 50-page “Strategy PDF” or “Employee Handbook” with a PNA. Employees can query the document for specific answers (“What is our policy on AI usage?”) or run specific workflows (“Help me draft a project brief using our Q3 Strategic Pillars”) ensuring strict alignment with leadership’s intent. The “cognitive cartridge” also helps reduce risk by keeping the content inside one easily maintained file.

    The Intelligent Course Syllabus: An educator packages their entire semester’s curriculum—readings, assignments, and grading rubrics—into a single file. The file acts as a 24/7 tutor that can quiz students on specific chapters, guide them through homework assignments using the educator’s specific methodology, and provide feedback before they submit their work. The “walled-garden” also helps focus students on the curriculum while they learn to use AI effectively.

    Free Test Drive

    If you want to try the very first one out for free, go grab the free Agile Symbiosis OS (Preview Edition). Attach the file to an AI Chat and type run, then follow the menus or ask it anything about the book.