| Prompt Engineering |
| Large Language Models (LLM) have enormous data to generate custom content, convert code from one language to another and so on. To achive this, instructions or prompts need to be input to LLM such as ChatGPT, Google Gemini, Microsoft copilot etc. in a specific order to get the best output. This is referred as GenAI. When prompts are not properly input, the end result is hallucination. Hallucination also occurs when input can in result in infinite looping output. In the world of robotics, it is known as singularity, when autonomous computation result is endless. Humanoid robots stop working or lose balance and fall. |
Detail explanation by ChatGPT
Two Data Sources
First Prompt: Using the above data, compute Date based Profit = SALE PRICE - COST - TAX - FREIGHT Python code using panda created by ChatGPT to compute profit using formula provided:
Create SQL query for the data provided as two relational tables
SQL Query Output summary, full output has complete solution details (excluded for simplicity).
Same prompt to Google using AI Mode - Solution had table design and SQL query
|
| Large Language Model |
| Table of Content | Top |