<aside> š” Why do many prompts out there lack a crucial ingredient for achieving perfect automation? Discover what this missing ingredient is right here.
</aside>
Many of us use AI tools like ChatGPT, Claude, and other LLMs to help us with our work. They make our tasks easier, especially when we have a list of prompts we use every day.
But, thereās a problem when we try to use automation. Why? Because automation needs something called an API to work, and APIs canāt understand the output of our usual prompts.
To fix this, Iāve made a small framework. You can add it to any prompt to make it ready for automation. This means your prompts and the API can work together smoothly!
To understand the full potential you need to know what is an API and what is a JSON Object.
API
An API, or Application Programming Interface, is like a messenger. It takes your request, tells the computer what you want, and then brings the response back to you. Itās a way for different software applications to talk to each other and understand each other easily!
JSON Object
A JSON object is like a small box of organized information. It holds data in a simple, easy-to-read format. Inside this box, the information is written in pairs: a name and a value, like "name": "John." These pairs make it easy for computers and humans to understand and use the information!
To use a prompt's result in AI Automation, you have to add a āFormatā section at the end of the prompt. This tells the AI how to organize the results.
Itās easy! Just put āformatā at the end of your prompt.
Then, write down: