Tag: education

  • Preparing Students for AI-Augmented Work Using the D.I.S.T. Framework

    Preparing Students for AI-Augmented Work Using the D.I.S.T. Framework

    Working in Applied AI does not mean advocating for full machine autonomy — the opposite tendency is more common.

    A natural process is underway. Human-AI collaboration is taking shape naturally, with silicon and carbon partners forming working relationships, each reliant on what the other provides. The D.I.S.T. framework takes shape within this context: AI systems depend on human judgment, context, and direction, while human workers draw on AI capabilities to extend what they can produce and process. But AI is not useful unless we learn to guide it to achieve human-centric goals, and to do that, we must build working relationships with AI that benefit humanity.

    This is not just about the working relationship; it also deeply impacts education. Generative AI is shifting how educational tasks get completed — which roles handle them, and at what cost. Before the debate advances, it helps to examine what is concretely changing:: “jobs” are dissolving.

    AI is acting as a universal solvent for knowledge work automation, systematically breaking down the stable bundles of tasks and skills we’ve traditionally called a “profession.” But dissolution is not destruction. When you dissolve a solid, you are simply releasing its elemental parts so they can be recombined into another form.

    From Observation to Action

    The D.I.S.T. framework (Dissolve, Isolate, Synthesize, Titrate) didn’t emerge from abstract theory but from observing how people are augmenting their work with AI. It follows a logic similar to the scientific method to help professionals—and by extension, students—navigate the transition:

    1. Dissolve: When we stop treating a job title as a solid block, we see it as a collection of tasks and responsibilities.
    2. Isolate: When we separate the Silicon (pattern-based, mechanical tasks) from the Carbon (uniquely human responsibilities), we see our value and where AI fits in.
    3. Synthesize: When we design new workflows where human judgment and machine execution combine, we become more adaptable.
    4. Titrate: When we treat these new workflows as experiments and test for accuracy, the outcomes align with human intent.

    A Mindset Shift for Educators

    As information becomes more readily available and a subset of cognitive tasks is offloaded to AI, our curriculum focus will likely shift, reducing information transmission while increasing symbiotic orchestration. Education shifts from the transfer of facts and knowledge to the mentorship of uniquely human strengths.

    As AI augments and automates tasks for us, and we learn to use it well, what remains are the things only humans can do; three paths appear: 

    1. Educators will spend more time focused on building those truly human skills like contextual judgment, strategic synthesis, moral accountability, ambiguity navigation, relational trust, critical thinking, ethical judgment, and learning velocity, and less time on teaching facts.
    2. The value of showing students how to use AI responsibly (orchestrating inputs, validating outputs) so the final outcome matches human intent becomes a priority, because without human judgment, AI outputs may remain just plausible nonsense.
    3. Shifting to organizational structures that support the changing landscape of what defines an area of study and profession becomes essential. Adapting to this change means more than just changing how we teach and learn; when the organizations change along with the curriculum and rubrics, the entire system adapts.

    The era of the static job is ending as we offload the mechanical cognitive tasks to AI. The dissolving of the rigid containers of our professions is not one of destruction but of release. 

    As work is dissolved into its silicon and carbon elements, the core of human judgment and strategic intent remains the irreducible source of value. The ability to learn, synthesise, and adapt holds value that pattern-based automation does not replicate. 

    By preparing students to navigate change rather than experience it passively, the approach to work and education reforms alongside the technology. 

  • 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