{"id":15181,"date":"2026-04-17T09:00:00","date_gmt":"2026-04-17T07:00:00","guid":{"rendered":"https:\/\/learnllm.nl\/?p=15181"},"modified":"2026-04-17T14:31:21","modified_gmt":"2026-04-17T12:31:21","slug":"wat-is-chain-of-thought-prompting","status":"publish","type":"post","link":"https:\/\/learnllm.nl\/en\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/","title":{"rendered":"What is chain-of-thought prompting?"},"content":{"rendered":"<p>Chain-of-thought prompting is a prompting technique where you ask an AI model to reason step by step before giving an answer. Instead of immediately presenting a conclusion, the model writes out its thinking steps. For complex questions, this often produces better and verifiable results.<\/p>\n<p>The technique was introduced in 2022 by researchers at Google, led by Jason Wei. They showed that language models perform significantly more accurately on arithmetic, logic and reasoning tasks when they explicitly formulate their intermediate steps. Since then, chain-of-thought prompting has been one of the most widely used techniques in <a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/prompting\/prompting-gids\/\">prompting<\/a> become.<\/p>\n<h2>How does chain-of-thought prompting work?<\/h2>\n<p>Chain-of-thought prompting works by encouraging the language model to generate intermediate steps instead of jumping straight to a final answer. With a standard prompt, you often only get a conclusion. With a chain-of-thought prompt, you also see how the model arrives at that conclusion.<\/p>\n<p>That difference is similar to the difference between someone saying \u201cthe answer is 42\u201d and someone showing what calculation preceded it. The written-out reasoning allows you as a user to judge whether the logic is correct, and to see exactly where things might go wrong.<\/p>\n<p>There are two common variants of chain-of-thought prompting. Which one you choose depends on the complexity of your task and the time you have to prepare your prompt.<\/p>\n<h3>Zero-shot chain-of-thought prompting<\/h3>\n<p>Zero-shot chain-of-thought prompting is the simplest variant. You add a short instruction to your prompt, such as \u201cThink about this step by step\u201d or \u201cExplain how you arrived at your answer\u201d. The model is not given examples, but only the instruction to show its reasoning.<\/p>\n<p>This variant is quick and practical. You don't need to prepare examples and can apply it directly to any question. Results are already noticeably better on simple reasoning tasks than without chain-of-thought instruction.<\/p>\n<p>An example. Suppose you ask ChatGPT: \u201cA project team has 12 tasks. Three team members divide the tasks equally. Then 6 tasks are added and shared between two team members. How many tasks does each team member now have?\u201d Without chain-of-thought instruction, you sometimes get the wrong answer. If you add \u201cCalculate this step by step\u201d, the model writes out each step and almost always arrives at the correct answer.<\/p>\n<h3>Few-shot chain-of-thought prompting<\/h3>\n<p>Few-shot chain-of-thought prompting goes a step further. You give the model one or more examples in which you yourself show what a reasoning pattern looks like. The model then follows that pattern with the new question.<\/p>\n<p>This variant is particularly effective in tasks where the desired reasoning style is not obvious. Think of situations where you want to follow a specific consideration framework, or where reasoning needs to consider multiple perspectives. By showing a concrete example, you steer the model in the right direction.<\/p>\n<p>The downside is that few-shot prompts take more preparation. You have to formulate a good example yourself, and the quality of that example directly affects the outcome. In practice, few-shot chain-of-thought prompting is especially valuable in recurring tasks where you can recoup the investment in a good example.<\/p>\n<h2>Chain-of-thought prompting in practice<\/h2>\n<p>Chain-of-thought prompting is explained in most articles using mathematical arithmetic. This makes sense, as the effect is most clearly measurable in computational tasks. But the technique is at least as valuable in professional tasks that require consideration or analysis.<\/p>\n<h3>Example for an analysis<\/h3>\n<p>Chain-of-thought prompting in an analysis helps you check the model's reasoning. Suppose you have a <a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/basic-knowledge\/what-is-an-ai-chatbot\/\">AI chatbot<\/a> asks to compare three suppliers based on price, delivery time and quality. Without chain-of-thought instruction, you get a conclusion (\u201cSupplier B is the best choice\u201d) without substantiation.<\/p>\n<p>If you add: \u201cWeigh each factor separately and explain how you arrived at your recommendation\u201d, you can see exactly what assumptions the model makes. Maybe it weights price more than quality, while for your situation it should be the other way around. That visibility makes the difference between blind trust and conscious judgement.<\/p>\n<h3>Example in business consideration<\/h3>\n<p>Chain-of-thought prompting in a business trade-off forces the model to work out arguments for and against. Suppose you ask Claude whether it is wise to implement a new software package for your team. A standard answer lists benefits and ends with \u201cit depends on your situation\u201d.<\/p>\n<p>With a chain-of-thought instruction like \u201cWalk through the pros and cons step by step, weigh them against each other and come to a concrete recommendation\u201d, you get a structured analysis. The model separately names costs, implementation time, learning curve and expected productivity gains. This makes the output useful as a starting point for a real decision, rather than a non-committal overview.<\/p>\n<h2>When does chain-of-thought prompting work best?<\/h2>\n<p>Chain-of-thought prompting delivers most on tasks that require multiple steps or trade-offs. Think arithmetic problems, logic puzzles, comparisons between options, risk analysis and policy considerations. The common feature is that the answer cannot be achieved in a single step.<\/p>\n<p>The more complex the task, the greater the difference with standard prompting. For simple questions with a direct answer (\u201cWhat is the capital of the Netherlands?\u201d), chain-of-thought prompting adds nothing. But as soon as several variables come into play or a trade-off is needed, you notice that the quality of the output increases.<\/p>\n<p>Professionals who <a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/basic-knowledge\/ask-ai\/\">asking AI good questions<\/a> often combine chain-of-thought prompting with other techniques. For example, you can combine it with a role description (\u201cYou are a financial analyst. Go through the following data step by step...\u201d) or with a specific output format.<\/p>\n<h2>When does chain-of-thought prompting not make sense?<\/h2>\n<p>Chain-of-thought prompting is not a technique you should apply to every prompt by default. In simple factual questions, short writing tasks or creative assignments, it does not produce better results. The model then makes the answer unnecessarily long without improving quality.<\/p>\n<p>A concrete example: if you ask \u201cWrite a concise e-mail rescheduling a meeting to Thursday\u201d, then step-by-step reasoning is unnecessary. The model does not need to think about intermediate steps, it just needs to generate a text.<\/p>\n<p>The rule of thumb is: if you can formulate the answer yourself in one step, chain-of-thought prompting makes little sense. As soon as you notice that you should take a moment to think about the right approach yourself, it is a good time to give the model that same thinking space.<\/p>\n<p>Longer answers are also not necessarily better answers. A model that reasons extensively but is on the wrong track produces more text without more value. Assessing the reasoning remains your responsibility, and that requires you to have sufficient knowledge of the subject yourself.<\/p>\n<h2>Chain-of-thought and reasoning models<\/h2>\n<p>Chain-of-thought prompting was originally something that you as a user had to activate yourself through your prompt. That is changing. Recent reasoning models have chain-of-thought reasoning built into their architecture by default.<\/p>\n<p>OpenAI's o-series (o1, o3, o4-mini) is the best-known example here. These models are trained to go through a reasoning process internally before giving an answer. You can see this in the interface as a \u201cthinking\u201d phase where the model builds its own logic. As a user, you no longer need to give an explicit chain-of-thought instruction; the model does it automatically.<\/p>\n<p><a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/ai-models\/what-is-deepseek\/\">DeepSeek<\/a> R1 goes one step further. This model shows its entire reasoning process visibly in its output, including moments when it corrects itself. The model sometimes recognises halfway through a reasoning process that it is on the wrong track, adjusts its approach and still arrives at a better answer.<\/p>\n<p>For professionals, this is a relevant development. With reasoning models, the skill shifts from \u201cwriting the correct chain-of-thought prompt\u201d to \u201ccritically assessing the reasoning shown\u201d. You no longer have to tell the model how to think, but you have to be able to assess whether the thinking steps shown are correct.<\/p>\n<p>Do you use a model without built-in reasoning, such as <a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/ai-models\/what-is-google-gemini\/\">Gemini<\/a> or a standard ChatGPT model (GPT-4o), then chain-of-thought prompting remains a valuable technique that you activate yourself. The effect differs from model to model, but the principle is the same: step-by-step reasoning produces better output in complex tasks.<\/p>\n<h2>Limitations and pitfalls of chain-of-thought prompting<\/h2>\n<p>Chain-of-thought prompting improves output on complex tasks, but it does not guarantee correct answers. There are two pitfalls you need to be alert to as a professional.<\/p>\n<h3>Persuasive but flawed reasoning<\/h3>\n<p>Chain-of-thought prompting can lead to convincing but incorrect reasoning. The model generates text that seems logical, step by step, but is built on false assumptions. A <a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/basic-knowledge\/how-ai-works\/\">language model recognises patterns in text<\/a> and predicts the most likely next word. It does not \u201ccheck\u201d its own logic like a human does.<\/p>\n<p>In practice, this means always checking the reasoning, especially in tasks where errors have consequences. A financial statement that looks neat but is built on a wrong assumption is more dangerous than a visibly messy answer. The written-out steps allow you to find errors, but only if you actually read and assess them.<\/p>\n<h3>Longer answers are not always better answers<\/h3>\n<p>Chain-of-thought prompting produces longer answers. Sometimes that is exactly what you need, but it can also add noise. A model that writes out seven steps where three would have sufficed makes it harder to get to the heart of the matter.<\/p>\n<p>For simple tasks, chain-of-thought prompting can actually worsen output. Research by Wei et al (2022) showed that for simple questions requiring only one step, chain-of-thought prompting did not improve and sometimes led to worse results. So use the technique purposefully, not by default.<\/p>\n<h2>Chain-of-thought prompting and quality control<\/h2>\n<p>Chain-of-thought prompting fits well with a way of working in which you systematically check AI output before using it. The written-out reasoning gives you concrete leads to assess whether the answer is correct.<\/p>\n<p>You can check the reasoning at three levels. Are the facts used by the model correct? Are the intermediate steps logical? And does the conclusion follow from those intermediate steps? If one of these three is incorrect, you know exactly where the problem is and can make targeted adjustments.<\/p>\n<p>Who understands <a href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/chatgpt-manual\/how-chatgpt-works\/\">how ChatGPT works<\/a>, also understands why such control is needed. The model generates text based on patterns, not factual knowledge. Persuasive reasoning is not proof that the conclusion is correct. Chain-of-thought prompting makes it easier to see that distinction, but assessment remains human work.<\/p>\n<p>In the <a href=\"https:\/\/learnllm.nl\/en\/ai-course\/chatgpt-course\/\">ChatGPT course<\/a> from LearnLLM will teach you how to combine chain-of-thought prompting with fixed checkpoints, so you can justify AI output to colleagues and clients.<\/p>\n<p>Chain-of-thought prompting is thus more than a trick for better answers. It is a way to make AI output controllable, which is exactly what professionals delivering output on their own behalf need. Want to learn how to use this technique structurally in your work? The <a href=\"https:\/\/learnllm.nl\/en\/e-learning\/chatgpt\/\">ChatGPT e-learning<\/a> from LearnLLM addresses chain-of-thought prompting as part of a complete workflow with repeatable workflows and checkpoints.<\/p>","protected":false},"excerpt":{"rendered":"<p>Chain-of-thought prompting is a prompting technique where you ask an AI model to reason step by step before it<\/p>","protected":false},"author":1,"featured_media":6381,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[125],"tags":[],"class_list":["post-15181","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-prompting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Wat is chain-of-thought prompting? | LearnLLM<\/title>\n<meta name=\"description\" content=\"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learnllm.nl\/en\/knowledge-base\/prompting\/wat-is-chain-of-thought-prompting\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wat is chain-of-thought prompting? | LearnLLM\" \/>\n<meta property=\"og:description\" content=\"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learnllm.nl\/en\/knowledge-base\/prompting\/wat-is-chain-of-thought-prompting\/\" \/>\n<meta property=\"og:site_name\" content=\"LearnLLM\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T12:31:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/04\/prompt-chaining.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Dennis van de Velde\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dennis van de Velde\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/\"},\"author\":{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/en\\\/#founder\",\"name\":\"Dennis van de Velde\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/over-learnllm\\\/\",\"jobTitle\":\"Oprichter & SEO-specialist\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/dennisvandevelde\\\/\",\"https:\\\/\\\/github.com\\\/DennisvdVelde\",\"https:\\\/\\\/medium.com\\\/@dennisvandevelde\",\"https:\\\/\\\/hashnode.com\\\/@Dennisvandevelde\"],\"knowsAbout\":[\"ChatGPT\",\"Claude\",\"Gemini\",\"Perplexity\",\"Grok\",\"Grote taalmodellen\",\"Generatieve AI\",\"AI-workflows\",\"Professioneel gebruik van AI\",\"Zoekmachineoptimalisatie\"]},\"headline\":\"Wat is chain-of-thought prompting?\",\"datePublished\":\"2026-04-17T07:00:00+00:00\",\"dateModified\":\"2026-04-17T12:31:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/\"},\"wordCount\":1773,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/prompt-chaining.png\",\"articleSection\":[\"Prompting\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/\",\"name\":\"Wat is chain-of-thought prompting? | LearnLLM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/prompt-chaining.png\",\"datePublished\":\"2026-04-17T07:00:00+00:00\",\"dateModified\":\"2026-04-17T12:31:21+00:00\",\"description\":\"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#primaryimage\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/prompt-chaining.png\",\"contentUrl\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/prompt-chaining.png\",\"width\":1792,\"height\":1024,\"caption\":\"wat is prompt chaining\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/kennisbank\\\/prompting\\\/wat-is-chain-of-thought-prompting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/learnllm.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wat is chain-of-thought prompting?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/#website\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/\",\"name\":\"LearnLLM\",\"description\":\"Professioneel werken met AI\",\"publisher\":{\"@id\":\"https:\\\/\\\/learnllm.nl\\\/#organization\"},\"alternateName\":\"LearnLLM\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/learnllm.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Organization\",\"EducationalOrganization\"],\"@id\":\"https:\\\/\\\/learnllm.nl\\\/#organization\",\"name\":\"LearnLLM\",\"alternateName\":\"LearnLLM\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/en\\\/#logo\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/LearnLLM-final-logo-1.png\",\"contentUrl\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/LearnLLM-final-logo-1.png\",\"caption\":\"LearnLLM\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/learnllm.nl\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/LearnLLM-final-logo-1.png\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/learnllm\\\/\",\"https:\\\/\\\/www.wikidata.org\\\/wiki\\\/Q138800572\"],\"foundingDate\":\"2026\",\"telephone\":\"+31657993310\",\"identifier\":{\"@type\":\"PropertyValue\",\"propertyID\":\"KVK\",\"value\":\"42035044\"},\"founder\":{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/en\\\/#founder\",\"name\":\"Dennis van de Velde\",\"jobTitle\":\"Oprichter & SEO-specialist\",\"worksFor\":{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/en\\\/#organization\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/dennisvandevelde\\\/\",\"https:\\\/\\\/github.com\\\/DennisvdVelde\",\"https:\\\/\\\/medium.com\\\/@dennisvandevelde\",\"https:\\\/\\\/www.facebook.com\\\/dennis.vandevelde.1\",\"https:\\\/\\\/hashnode.com\\\/@Dennisvandevelde\"],\"knowsAbout\":[\"ChatGPT\",\"Claude\",\"Gemini\",\"Perplexity\",\"Grok\",\"Grote taalmodellen\",\"Generatieve AI\",\"AI-workflows\",\"Professioneel gebruik van AI\",\"Zoekmachineoptimalisatie\",\"Python automatisering\",\"SEO contentstrategie\u00ebn\"]},\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+31657993310\",\"email\":\"info@learnllm.nl\",\"contactType\":\"customer support\",\"areaServed\":\"NL\",\"availableLanguage\":\"Dutch\"},\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Philitelaan 61\",\"addressLocality\":\"Eindhoven\",\"postalCode\":\"5617 AJ\",\"addressCountry\":\"NL\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/learnllm.nl\\\/#\\\/schema\\\/person\\\/8f29cf7656af28444b77ef068871f098\",\"name\":\"Dennis van de Velde\",\"pronouns\":\"hij\\\/hem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4040d56722338db3f251abac40ddd60fcb1168eb15eaaa863cea636e43b3cd8b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4040d56722338db3f251abac40ddd60fcb1168eb15eaaa863cea636e43b3cd8b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4040d56722338db3f251abac40ddd60fcb1168eb15eaaa863cea636e43b3cd8b?s=96&d=mm&r=g\",\"caption\":\"Dennis van de Velde\"},\"description\":\"Dennis van de Velde is SEO specialist bij Space'M Online en oprichter van LearnLLM.nl. Hij helpt professionals slimmer werken met AI-tools zoals ChatGPT, Claude en Gemini, door middel van praktische e-learning cursussen in het Nederlands.\",\"sameAs\":[\"http:\\\/\\\/learnllm.nl\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/dennisvandevelde\\\/\"],\"url\":\"https:\\\/\\\/learnllm.nl\\\/en\\\/author\\\/dennis-van-de-velde\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wat is chain-of-thought prompting? | LearnLLM","description":"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.","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:\/\/learnllm.nl\/en\/knowledge-base\/prompting\/wat-is-chain-of-thought-prompting\/","og_locale":"en_GB","og_type":"article","og_title":"Wat is chain-of-thought prompting? | LearnLLM","og_description":"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.","og_url":"https:\/\/learnllm.nl\/en\/knowledge-base\/prompting\/wat-is-chain-of-thought-prompting\/","og_site_name":"LearnLLM","article_published_time":"2026-04-17T07:00:00+00:00","article_modified_time":"2026-04-17T12:31:21+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/04\/prompt-chaining.png","type":"image\/png"}],"author":"Dennis van de Velde","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dennis van de Velde","Estimated reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#article","isPartOf":{"@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/"},"author":{"@type":"Person","@id":"https:\/\/learnllm.nl\/en\/#founder","name":"Dennis van de Velde","url":"https:\/\/learnllm.nl\/over-learnllm\/","jobTitle":"Oprichter & SEO-specialist","sameAs":["https:\/\/www.linkedin.com\/in\/dennisvandevelde\/","https:\/\/github.com\/DennisvdVelde","https:\/\/medium.com\/@dennisvandevelde","https:\/\/hashnode.com\/@Dennisvandevelde"],"knowsAbout":["ChatGPT","Claude","Gemini","Perplexity","Grok","Grote taalmodellen","Generatieve AI","AI-workflows","Professioneel gebruik van AI","Zoekmachineoptimalisatie"]},"headline":"Wat is chain-of-thought prompting?","datePublished":"2026-04-17T07:00:00+00:00","dateModified":"2026-04-17T12:31:21+00:00","mainEntityOfPage":{"@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/"},"wordCount":1773,"commentCount":0,"publisher":{"@id":"https:\/\/learnllm.nl\/#organization"},"image":{"@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#primaryimage"},"thumbnailUrl":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/04\/prompt-chaining.png","articleSection":["Prompting"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/","url":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/","name":"Wat is chain-of-thought prompting? | LearnLLM","isPartOf":{"@id":"https:\/\/learnllm.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#primaryimage"},"image":{"@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#primaryimage"},"thumbnailUrl":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/04\/prompt-chaining.png","datePublished":"2026-04-17T07:00:00+00:00","dateModified":"2026-04-17T12:31:21+00:00","description":"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.","breadcrumb":{"@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#primaryimage","url":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/04\/prompt-chaining.png","contentUrl":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/04\/prompt-chaining.png","width":1792,"height":1024,"caption":"wat is prompt chaining"},{"@type":"BreadcrumbList","@id":"https:\/\/learnllm.nl\/kennisbank\/prompting\/wat-is-chain-of-thought-prompting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learnllm.nl\/"},{"@type":"ListItem","position":2,"name":"Wat is chain-of-thought prompting?"}]},{"@type":"WebSite","@id":"https:\/\/learnllm.nl\/#website","url":"https:\/\/learnllm.nl\/","name":"LearnLLM","description":"Working professionally with AI","publisher":{"@id":"https:\/\/learnllm.nl\/#organization"},"alternateName":"LearnLLM","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learnllm.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Organization","EducationalOrganization"],"@id":"https:\/\/learnllm.nl\/#organization","name":"LearnLLM","alternateName":"LearnLLM","url":"https:\/\/learnllm.nl\/","logo":{"@type":"ImageObject","@id":"https:\/\/learnllm.nl\/en\/#logo","url":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/01\/LearnLLM-final-logo-1.png","contentUrl":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/01\/LearnLLM-final-logo-1.png","caption":"LearnLLM"},"image":{"@type":"ImageObject","@id":"https:\/\/learnllm.nl\/en\/#primaryimage","url":"https:\/\/learnllm.nl\/wp-content\/uploads\/2026\/01\/LearnLLM-final-logo-1.png"},"sameAs":["https:\/\/www.linkedin.com\/company\/learnllm\/","https:\/\/www.wikidata.org\/wiki\/Q138800572"],"foundingDate":"2026","telephone":"+31657993310","identifier":{"@type":"PropertyValue","propertyID":"KVK","value":"42035044"},"founder":{"@type":"Person","@id":"https:\/\/learnllm.nl\/en\/#founder","name":"Dennis van de Velde","jobTitle":"Oprichter & SEO-specialist","worksFor":{"@type":"Organization","@id":"https:\/\/learnllm.nl\/en\/#organization"},"sameAs":["https:\/\/www.linkedin.com\/in\/dennisvandevelde\/","https:\/\/github.com\/DennisvdVelde","https:\/\/medium.com\/@dennisvandevelde","https:\/\/www.facebook.com\/dennis.vandevelde.1","https:\/\/hashnode.com\/@Dennisvandevelde"],"knowsAbout":["ChatGPT","Claude","Gemini","Perplexity","Grok","Grote taalmodellen","Generatieve AI","AI-workflows","Professioneel gebruik van AI","Zoekmachineoptimalisatie","Python automatisering","SEO contentstrategie\u00ebn"]},"contactPoint":{"@type":"ContactPoint","telephone":"+31657993310","email":"info@learnllm.nl","contactType":"customer support","areaServed":"NL","availableLanguage":"Dutch"},"address":{"@type":"PostalAddress","streetAddress":"Philitelaan 61","addressLocality":"Eindhoven","postalCode":"5617 AJ","addressCountry":"NL"}},{"@type":"Person","@id":"https:\/\/learnllm.nl\/#\/schema\/person\/8f29cf7656af28444b77ef068871f098","name":"Dennis van de Velde","pronouns":"hij\/hem","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/4040d56722338db3f251abac40ddd60fcb1168eb15eaaa863cea636e43b3cd8b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4040d56722338db3f251abac40ddd60fcb1168eb15eaaa863cea636e43b3cd8b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4040d56722338db3f251abac40ddd60fcb1168eb15eaaa863cea636e43b3cd8b?s=96&d=mm&r=g","caption":"Dennis van de Velde"},"description":"Dennis van de Velde is SEO specialist at Space'M Online and founder of LearnLLM.nl. He helps professionals work smarter with AI tools such as ChatGPT, Claude and Gemini, through practical e-learning courses in Dutch.","sameAs":["http:\/\/learnllm.nl","https:\/\/www.linkedin.com\/in\/dennisvandevelde\/"],"url":"https:\/\/learnllm.nl\/en\/author\/dennis-van-de-velde\/"}]}},"_yoast_wpseo_title":"Wat is chain-of-thought prompting? | LearnLLM","_yoast_wpseo_metadesc":"Chain-of-thought prompting zorgt voor betere AI-resultaten bij complexe vragen. Leer hoe het werkt, wanneer het helpt en hoe je de output controleert.","_links":{"self":[{"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/posts\/15181","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/comments?post=15181"}],"version-history":[{"count":2,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/posts\/15181\/revisions"}],"predecessor-version":[{"id":15183,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/posts\/15181\/revisions\/15183"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/media\/6381"}],"wp:attachment":[{"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/media?parent=15181"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/categories?post=15181"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learnllm.nl\/en\/wp-json\/wp\/v2\/tags?post=15181"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}