{"id":8077,"date":"2024-10-03T10:42:10","date_gmt":"2024-10-03T10:42:10","guid":{"rendered":"https:\/\/www.version1.com\/en-us\/?p=8077"},"modified":"2024-10-03T10:42:10","modified_gmt":"2024-10-03T10:42:10","slug":"asking-better-questions-the-art-of-llm-prompting","status":"publish","type":"post","link":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/","title":{"rendered":"Asking better questions: the art of LLM prompting"},"content":{"rendered":"<p>Getting the most out of Large Language Models (LLMs) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions. As your prompts evolve from basic queries to more advanced reasoning, so does the power of the LLM\u2019s responses.\u00a0<\/p>\n<p>In this article, we\u2019ll break down how you can progress from simple prompts to more sophisticated techniques and explore why these methods work from a technical standpoint.\u00a0<\/p>\n<h2>Ask and you shall receive\u00a0<\/h2>\n<p>Simple queries are where most users begin. This type of prompting is ideal for fact-based questions where the answer is well-known and straightforward. Think of it as the AI equivalent of looking something up on Wikipedia. These queries are used in everyday applications like virtual assistants, customer service bots, or just to quickly retrieve a piece of information.\u00a0<\/p>\n<p>For example, asking an LLM to retrieve a historical fact or define a common term is a perfect use case for simple queries. They\u2019re fast, effective, and don\u2019t require any advanced setup.\u00a0<\/p>\n<p><strong>Example:\u00a0<\/strong><\/p>\n<p><b>Prompt<\/b>: \u201cWhat\u2019s the speed of light?\u00a0<\/p>\n<p><b>Response<\/b>: \u201c299,792,458 meters per second\u201d\u00a0<\/p>\n<p><b>Why it Works<\/b>: LLMs, especially models like GPT, are trained on vast datasets containing general knowledge. When you ask a factual question, the model\u2019s attention mechanism quickly locates high-probability answers based on patterns it has encountered. This is a simple retrieval operation &#8211; no complex reasoning is needed. The LLM identifies the most statistically relevant token sequences and generates a response almost immediately.\u00a0<\/p>\n<h2>A little context goes a long way\u00a0<\/h2>\n<p>Once you\u2019ve mastered simple queries, you\u2019ll often want more from the model. Intermediate prompting involves providing additional context or setting constraints that shape the model\u2019s response. This is useful for more specific questions, where you need to guide the LLM to focus on specific information or format the output in a particular way.\u00a0<\/p>\n<p>This technique is often used in scenarios where the prompt requires a more tailored response &#8211; such as summarising an article, generating reports, or offering analysis based on specific parameters. Adding context helps narrow the focus, while setting constraints ensures the response is aligned with the desired output length or format.\u00a0<\/p>\n<h3><i>Contextual prompts<\/i>\u00a0<\/h3>\n<p>By giving the model extra information, you guide it to focus on a particular area of interest.\u00a0<\/p>\n<p><strong>Example<\/strong>:\u00a0<\/p>\n<p><b>Prompt<\/b>: \u201cIn the context of surviving a zombie apocalypse, why is bringing a rubber duck essential?\u00a0<\/p>\n<h3><i>Constraining responses<\/i>\u00a0<\/h3>\n<p>Limiting response length or format allows for better control over the output.\u00a0<\/p>\n<p><strong>Example:\u00a0<\/strong><\/p>\n<p><b>Prompt<\/b>: \u201cExplain how coffee is made, but in 10 words and like you\u2019re a caveman.\u201d\u00a0<\/p>\n<p><b>Why it Works<\/b>: LLMs rely heavily on self-attention mechanisms, allowing the model to focus on specific parts of the input context while generating the response. By giving it context, you&#8217;re helping the model &#8220;weigh&#8221; certain information more heavily.\u00a0\u00a0<\/p>\n<p>Constraints trigger the model\u2019s token management system, where it limits or extends the output based on patterns learned from its dataset about brevity or elaboration. This is how the model knows to cut off at 10 words while still being coherent.\u00a0<\/p>\n<h2>Getting creative (or organised)\u00a0<\/h2>\n<p>Once you\u2019re comfortable with shaping simple responses, you can use LLMs for creative tasks or to follow specific formats. This kind of prompting is where LLMs begin to show their full range &#8211; able to create original content or generate structured outputs based on a given format.\u00a0<\/p>\n<p>Creative prompts are ideal for writing stories, generating ideas, or even crafting marketing copy, while structured prompts work well in tasks like creating reports, essays, or formal documents. In both cases, the LLM builds on its understanding of narrative, structure, and language patterns.\u00a0<\/p>\n<h3><i>Creative prompts<\/i>\u00a0<\/h3>\n<p>Tapping into the model\u2019s creativity allows for generative outputs like short stories or poetry.\u00a0<\/p>\n<p><strong>Example:\u00a0<\/strong><\/p>\n<p><b>Prompt<\/b>: \u201cWrite a love letter from a toaster to a piece of bread\u201d\u00a0<\/p>\n<h3><i>Structured prompts<\/i>\u00a0<\/h3>\n<p>You can ask the LLM to follow specific formats, like essays or debates.\u00a0<\/p>\n<p><strong>Example:\u00a0<\/strong><\/p>\n<p><b>Prompt<\/b>: \u201cWrite a 5-sentence movie review of Shrek as if it were a Shakespearean play.\u201d\u00a0<\/p>\n<p><b>Why it Works<\/b>: LLMs are trained on diverse textual structures &#8211; novels, articles, essays &#8211; so they have an inherent understanding of different formats. For creative tasks, the model draws on latent representations of concepts learned during training, combining them in new ways to generate novel outputs. Structured prompts rely on the model\u2019s ability to identify and follow common writing patterns, such as introductions and conclusions, based on sequence models that handle textual coherence.\u00a0<\/p>\n<h2 aria-level=\"2\">One step at a time\u00a0<\/h2>\n<p>Multi-step reasoning is essential when you want the LLM to handle more complex tasks that require logic, calculations, or breaking down a problem into smaller parts. This method is particularly useful in domains like programming, financial analysis, or solving puzzles where the answer isn\u2019t immediately obvious.\u00a0<\/p>\n<p>In multi-step reasoning, the model doesn\u2019t just generate an answer &#8211; it explains the process step-by-step. This makes it perfect for scenarios where transparency is needed or where the complexity of the problem requires a detailed breakdown.\u00a0<\/p>\n<p><strong>Example:\u00a0<\/strong><\/p>\n<p><b>Prompt<\/b>: \u201cIf I buy 12 donuts and eat 5, how many donuts are left for tomorrow? Explain each step.\u201d\u00a0<\/p>\n<p><b>Why it Works<\/b>: Multi-step reasoning leverages the transformer architecture of LLMs, particularly the way it tracks dependencies across different tokens. The model follows your instructions step by step, maintaining context and order throughout the process. By instructing it to explain each stage, you engage the model\u2019s ability to model logical flows and generate responses that reflect those dependencies across a sequence of operations.<\/p>\n<blockquote>\n<p>&#8220;By understanding how these models handle context, structure, and reasoning, you can craft prompts that maximise the AI\u2019s capabilities, from simple questions to complex problem-solving.&#8221;<\/p>\n<p><cite>Nathan Marlor, Head of Data and AI<\/cite><\/p><\/blockquote>\n<h2>Show, Don\u2019t Tell\u00a0<\/h2>\n<p>Few-shot prompting is a powerful technique where you provide the model with a few examples to help it understand the task before it completes the next one. This method is useful in tasks where you need the LLM to mimic a particular style, pattern, or behaviour. Few-shot learning is often employed in translation, summarisation, or specialised content generation.\u00a0<\/p>\n<p>This approach is particularly useful when the task requires the LLM to perform in a way it may not have been explicitly trained for &#8211; offering the model a handful of examples can dramatically improve accuracy and consistency.\u00a0<\/p>\n<h4>Example:\u00a0<\/h4>\n<p><b>Prompt<\/b>: \u201cTranslate these sentences:\u00a0<\/p>\n<p>The cat is on the sofa.\u00a0<\/p>\n<p>The dog is chasing its tail.\u00a0<\/p>\n<p>Now translate: The parrot is plotting world domination.\u201d\u00a0<\/p>\n<p><b>Why it Works<\/b>: Few-shot learning taps into the LLM\u2019s ability to generalise from examples. The model uses the provided examples to infer patterns and apply them to unseen tasks. This is an application of transfer learning, where the model applies previously learned information (in this case, translation rules) to new queries. The model is already primed for flexibility, and the few examples help it narrow down the context and style needed for the task.\u00a0<\/p>\n<h2 aria-level=\"2\">Let\u2019s Think This Through\u00a0<\/h2>\n<p>Chain-of-Thought (CoT) prompting is the ultimate technique for engaging the model in deep, multi-step reasoning tasks. In CoT, the LLM doesn\u2019t just provide an answer; it walks through each step of the process, explaining its reasoning along the way. This is essential for tasks involving logic, mathematical calculations, or decision-making, where each part of the process must be considered in sequence.\u00a0<\/p>\n<p>CoT prompting is particularly useful in fields like programming, legal reasoning, or any situation where clarity and logic are crucial. By forcing the model to articulate its thought process, CoT ensures greater accuracy in complex problem-solving.\u00a0<\/p>\n<h4>Example:\u00a0<\/h4>\n<p><b>Prompt<\/b>: \u201cIf you\u2019re 30 years old and your brother is half your age, how old will your brother be when you\u2019re 60? Walk through each step.\u201d\u00a0<\/p>\n<p><b>Why it Works<\/b>: CoT prompting exploits the model\u2019s self-attention layers, ensuring that it doesn\u2019t skip steps in reasoning. The key to CoT\u2019s success lies in its ability to handle intermediate reasoning states, where the model must process each part of the problem independently before connecting them into a coherent whole. This technique significantly improves performance on tasks that require logical deductions or sequential reasoning, reducing errors by forcing the model to focus on each stage of the problem before arriving at a conclusion.\u00a0<\/p>\n<h2 aria-level=\"2\">The Evolution of Effective Prompting\u00a0<\/h2>\n<p>As you\u2019ve seen, prompting is not a one-size-fits-all approach. Each level &#8211; whether basic, intermediate, or advanced &#8211; draws on different strengths of the LLM\u2019s underlying architecture. By understanding how these models handle context, structure, and reasoning, you can craft prompts that maximise the AI\u2019s capabilities, from simple questions to complex problem-solving.<\/p>\n<div id=\"block_67c5d3b2aa23309de0ca99fd0411b457\">\n<div>\n<div>\n<h3><b>About the author<\/b>\u00a0<\/h3>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/nathan-marlor-84a706144\/\" target=\"_blank\" rel=\"noopener\">Nathan Marlor<\/a>\u00a0leads the development and implementation of data and AI strategies at Version 1, driving innovation and business value. With experience at a leading Global Integrator and Thales, he leveraged ML and AI in several digital products, including solutions for capital markets, logistics optimisation, predictive maintenance, and quantum computing. Nathan has a passion for simplifying concepts, focussing on addressing real-world challenges to support businesses in harnessing data and AI for growth and for good.\u00a0<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Getting the most out of Large Language Models (LLMs) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions. As your prompts evolve from basic queries to more advanced reasoning, so does the power of the LLM\u2019s responses.\u00a0 In this article, we\u2019ll break down how you can progress from simple prompts to [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":8078,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[101],"tags":[115],"industry":[],"class_list":["post-8077","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-ai"],"acf":[],"translations":[{"blog_id":1,"post_id":8077,"name":"Europe","code":"EN-GB","hreflang":"en-gb","url":"https:\/\/www.version1.com\/blog\/asking-better-questions-the-art-of-llm-prompting\/","is_current":false},{"blog_id":13,"post_id":8077,"name":"Americas","code":"EN-US","hreflang":"en-us","url":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/","is_current":true}],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Asking better questions: the art of LLM prompting | Version 1 (US)<\/title>\n<meta name=\"description\" content=\"Getting the most out of Large Language Models (LLM) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Asking better questions: the art of LLM prompting | Version 1 (US)\" \/>\n<meta property=\"og:description\" content=\"Getting the most out of Large Language Models (LLM) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/\" \/>\n<meta property=\"og:site_name\" content=\"Version 1 (US)\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-03T10:42:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"joedaniels\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"joedaniels\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/\"},\"author\":{\"name\":\"joedaniels\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/person\\\/bcf39d1f20547594454e44cf06410b1c\"},\"headline\":\"Asking better questions: the art of LLM prompting\",\"datePublished\":\"2024-10-03T10:42:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/\"},\"wordCount\":1503,\"publisher\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp\",\"keywords\":[\"AI\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/\",\"name\":\"Asking better questions: the art of LLM prompting | Version 1 (US)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp\",\"datePublished\":\"2024-10-03T10:42:10+00:00\",\"description\":\"Getting the most out of Large Language Models (LLM) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp\",\"contentUrl\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp\",\"width\":2560,\"height\":1440,\"caption\":\"woman on laptop, chatting with an ai language model. A screen next to her reads \\\"AI generative\\\".\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/asking-better-questions-the-art-of-llm-prompting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Asking better questions: the art of LLM prompting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#website\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/\",\"name\":\"Version 1\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#organization\",\"name\":\"Version 1\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.version1.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-cropped-Favicon-2.png\",\"contentUrl\":\"https:\\\/\\\/www.version1.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-cropped-Favicon-2.png\",\"width\":512,\"height\":512,\"caption\":\"Version 1\"},\"image\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/person\\\/bcf39d1f20547594454e44cf06410b1c\",\"name\":\"joedaniels\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g\",\"caption\":\"joedaniels\"},\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/author\\\/joedaniels\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Asking better questions: the art of LLM prompting | Version 1 (US)","description":"Getting the most out of Large Language Models (LLM) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/","og_locale":"en_US","og_type":"article","og_title":"Asking better questions: the art of LLM prompting | Version 1 (US)","og_description":"Getting the most out of Large Language Models (LLM) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions.","og_url":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/","og_site_name":"Version 1 (US)","article_published_time":"2024-10-03T10:42:10+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp","type":"image\/jpeg"}],"author":"joedaniels","twitter_card":"summary_large_image","twitter_misc":{"Written by":"joedaniels","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#article","isPartOf":{"@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/"},"author":{"name":"joedaniels","@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/person\/bcf39d1f20547594454e44cf06410b1c"},"headline":"Asking better questions: the art of LLM prompting","datePublished":"2024-10-03T10:42:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/"},"wordCount":1503,"publisher":{"@id":"https:\/\/www.version1.com\/en-us\/#organization"},"image":{"@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#primaryimage"},"thumbnailUrl":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp","keywords":["AI"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/","url":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/","name":"Asking better questions: the art of LLM prompting | Version 1 (US)","isPartOf":{"@id":"https:\/\/www.version1.com\/en-us\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#primaryimage"},"image":{"@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#primaryimage"},"thumbnailUrl":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp","datePublished":"2024-10-03T10:42:10+00:00","description":"Getting the most out of Large Language Models (LLM) isn\u2019t just about asking questions, it\u2019s about asking the right kind of questions.","breadcrumb":{"@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#primaryimage","url":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp","contentUrl":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/ai-generative-app-woman-chatting-with-artificial-2024-07-10-03-20-26-utc-scaled-1.jpg.webp","width":2560,"height":1440,"caption":"woman on laptop, chatting with an ai language model. A screen next to her reads \"AI generative\"."},{"@type":"BreadcrumbList","@id":"https:\/\/www.version1.com\/en-us\/asking-better-questions-the-art-of-llm-prompting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.version1.com\/en-us\/"},{"@type":"ListItem","position":2,"name":"Asking better questions: the art of LLM prompting"}]},{"@type":"WebSite","@id":"https:\/\/www.version1.com\/en-us\/#website","url":"https:\/\/www.version1.com\/en-us\/","name":"Version 1","description":"","publisher":{"@id":"https:\/\/www.version1.com\/en-us\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.version1.com\/en-us\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.version1.com\/en-us\/#organization","name":"Version 1","url":"https:\/\/www.version1.com\/en-us\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/logo\/image\/","url":"https:\/\/www.version1.com\/wp-content\/uploads\/2026\/05\/cropped-cropped-Favicon-2.png","contentUrl":"https:\/\/www.version1.com\/wp-content\/uploads\/2026\/05\/cropped-cropped-Favicon-2.png","width":512,"height":512,"caption":"Version 1"},"image":{"@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/person\/bcf39d1f20547594454e44cf06410b1c","name":"joedaniels","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g","caption":"joedaniels"},"url":"https:\/\/www.version1.com\/en-us\/author\/joedaniels\/"}]}},"_links":{"self":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/posts\/8077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/comments?post=8077"}],"version-history":[{"count":0,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/posts\/8077\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/media\/8078"}],"wp:attachment":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/media?parent=8077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/categories?post=8077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/tags?post=8077"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/industry?post=8077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}