AImarkdown Script is a versatile language for creating dynamic interactions with conversational AI
platforms like ChatGPT. It empowers users to script interactions, control conversation flow, and
customize AI behavior and responses. For programmers, it offers the flexibility of a scripting language;
for non-programmers, it provides a user-friendly way to customize and control AI experiences.
AImarkdown Script blends the familiarity of YAML and Markdown languages with the flexibility of natural
language
instructions. Unlike traditional programming languages, comments aren't ignored; they actively guide and
instruct the AI. This unique approach provides a user-friendly experience for script creators without
forcing the constraints of strict syntax. It was created by Rob McCormack in 2023.
ChatGPT Session
Features
Versatile App Creation: Build ChatGPT apps for mobile or desktop.
User-Friendly: Ideal for both programmers and non-programmers.
Prompt Engineering: Customize interactions with ChatGPT.
Guiding comments: Comments not only explain code but actively instruct the AI.
Plain Text Format: Everything in human-friendly text.
Lightweight Database Functionality: Acts as a simple, yet effective database.
Enhanced AI Responses: Supports beautifully formatted responses, including images.
Easy Sharing: Share apps via email, text messages, files, or ChatGPT session links.
Error Tolerant: Instructions can have typos; AI manages error detection and
automatic correction.
Run embedded Python and JavaScript: Python can execute directly and Javascript
executes through ChatGPT's interpreter.
MIT License: MIT License
Code is free to use and
modify.