{"id":33539,"date":"2024-04-09T07:00:00","date_gmt":"2024-04-09T14:00:00","guid":{"rendered":"https:\/\/cloudinary.com\/blog\/?p=33539"},"modified":"2024-04-08T09:45:16","modified_gmt":"2024-04-08T16:45:16","slug":"pros-and-cons-ai-chatbots-dev-tool-docs","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs","title":{"rendered":"The Pros and Cons of AI Chatbots in Dev Tool Docs"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><p>AI, especially LLMs, has become ubiquitous in the tech industry. Although it\u2019s only been two years since I started using tools like ChatGPT or Co-Pilot, I can\u2019t imagine working without them. And I don\u2019t know many developers who haven\u2019t used AI tools daily to help them write code, documentation, or even blog posts.<\/p>\n<p>That\u2019s not all the current state of AI has to offer. The LLMs on the market provide APIs and interfaces to build context-aware generative pre-trained transformers, (GPTs) fine-tuned to your data. Many indie hackers and small startups have already built businesses around these APIs, catering to various niches and industries.<\/p>\n<p>The rapid adoption of AI tools and the possibility of building custom models with relatively little effort has raised a question: \u201cWhat if we could build an interactive experience into our documentation platforms? We\u2019ll just train a model on our documentation and let it answer questions. What could go wrong?\u201d<\/p>\n<p>Well, among others, GitHub tried that with <a href=\"https:\/\/githubnext.com\/projects\/copilot-for-docs\/\">Copilot for docs<\/a>, and there may be good reasons why it got <a href=\"https:\/\/gist.github.com\/idan\/325676d192b32f169b032fde2d866c2c#github-next--technical-preview-sunsets\">sunset<\/a>.<\/p>\n<p>But let\u2019s not get ahead of ourselves. Let\u2019s first take a look at what added value we would expect the AI to provide in the context of documentation.<\/p>\n<h2>The Expected Value of AI Chatbots in Documentation<\/h2>\n<p>I believe that only after identifying how developers interact with documentation can we improve their experience and assess the value of AI chatbots in this context.<\/p>\n<h3>1. Instant Answers<\/h3>\n<p>As developers, we often don\u2019t <em>read<\/em> the documentation. We skim it, search for keywords, look for relevant examples. We\u2019re looking for answers to our questions and want them fast.<\/p>\n<p>This seems to be the perfect use case for an AI chatbot. It could provide instant answers to our questions without us having to search for them. It could even provide answers to questions we didn\u2019t know we had by suggesting related topics or examples.<\/p>\n<h3>2. Search Assistance<\/h3>\n<p>Speaking of searching, it\u2019s not always easy to find the right documentation page or section. Sometimes, we don\u2019t know the exact keywords to search for or the right terminology. In other cases, the documentation site\u2019s search functionality isn\u2019t very good and we end up with irrelevant results or no results at all.<\/p>\n<p>AI chatbots could synthesize the answer to our question from the documentation or at least help us develop a better search query. AI tools could also improve the search functionality itself by understanding the intent behind the query and providing more relevant results.<\/p>\n<h3>3. Complex Use Cases<\/h3>\n<p>Sometimes, we look for a configuration parameter or method signature. Other times, we try to figure out how to use the technology to solve a specific problem.<\/p>\n<p>In cases like this, we have to read through many bits and pieces of the documentation and then try to stitch them together, as the docs don\u2019t provide an example of such a use case or simply don\u2019t contain feature-complex examples.<\/p>\n<p>A properly trained GPT could help with that experience by providing a complete example or a step-by-step guide based on the context of the question and the documentation.<\/p>\n<h3>4. Up-to-Date Information<\/h3>\n<p>Any public API or library maintainer will tell you how easy it is for documentation to become outdated. It\u2019s a never-ending battle to keep the documentation up to date with the latest changes in the codebase, and you need to have good processes in place to ensure that the documentation is updated whenever the code changes.<\/p>\n<p>Updating documentation takes effort and time. What if the AI had access to the latest codebase and could always synthesize results based on the latest code? That would save the maintainers time and help ensure that the users are accessing up-to-date information.<\/p>\n<h3>5. Understanding the Docs<\/h3>\n<p>Sometimes, the documentation could be easier to understand. It can be too verbose or abstract, or the reader might be too distracted to fully comprehend the text at a glance.<\/p>\n<p>An integrated AI chatbot that the user could ask to rephrase, summarize, or simplify a certain part of the documentation could help.<\/p>\n<p>To go a step further, if the user struggles with some specific functionality, they could paste their code into the chatbot and ask it to explain what\u2019s wrong with it or how to use it properly.<\/p>\n<h3>6. Feedback Loop<\/h3>\n<p>Finally, the AI chatbot could monitor and analyze users\u2019 interactions with the documentation. It could provide insights into what parts of the documentation are difficult to understand, what parts are missing, or what parts are outdated.<\/p>\n<p>This feedback loop could be used to improve the documentation itself and to provide better answers to users\u2019 questions in the future, either by learning the AI model or by updating the documentation by the maintainers.<\/p>\n<h2>The Risks and Caveats<\/h2>\n<p>We\u2019ve identified several areas where integrating GPTs into documentation seems beneficial at first glance, but some risks and caveats need to be considered.<\/p>\n<h3>1. Quality of Answers<\/h3>\n<p>The first and most obvious risk is the quality of the answers provided by the AI chatbot.<\/p>\n<p>Fine-tuning a GPT on the documentation data is a challenging task. It requires a lot of quality data and testing to ensure the model provides accurate and relevant answers.<\/p>\n<p>Even then, the model can and will hallucinate. In fact, AI chatbots hallucinate <a href=\"https:\/\/www.nytimes.com\/2023\/11\/06\/technology\/chatbots-hallucination-rates.html\">a lot<\/a>.<\/p>\n<p>You don\u2019t want your documentation to confidently provide wrong answers, which will eventually result in user distrust and many open issues in your repository or ticketing system.<\/p>\n<h3>2. Garbage In, Garbage Out<\/h3>\n<p>The quality of your model will be related to the quality of the data on which it was trained. If the documentation suffers from poor structure, lack of examples, or outdated information, the AI chatbot will suffer from the same issues, effectively amplifying the problems the documentation had in the first place.<\/p>\n<h3>3. Adoption<\/h3>\n<p>Although I\u2019ve stated that developers are already using AI tools on a daily basis and that the adoption of AI tools is rapid, it doesn\u2019t necessarily mean that developers want to interact with AI chatbots in the context of documentation.<\/p>\n<p>While the AI chatbot could provide instant answers and search assistance, it may do so in a different manner than developers are comfortable with.<\/p>\n<p>As developers, we already have an M.O. for finding answers in the documentation, and it\u2019s not by prompt engineering questions to get a chatbot to provide us with a wordy answer. We are used to certain <a href=\"https:\/\/design4users.com\/ux-design-types-of-affordances-in-user-interfaces\/\">affordances<\/a>, and we often just want to search for what we need, copy-paste an example, and move on. If I want to discuss a coding problem, I\u2019ll ask in a forum or huddle with my colleagues.<\/p>\n<h3>4. Different Levels of Expertise<\/h3>\n<p>Developers come from different backgrounds and have different levels of expertise. If I had just started learning the technology, my interaction with the documentation would have been very different from that of someone who has been using it for years and just needs to look up a specific method signature.<\/p>\n<p>An AI chatbot isn\u2019t able to recognize that by default unless we applied some clever settings, which would then be translated to additional prompts injected into the model. Even then, it would be very hard to get that right.<\/p>\n<h3>5. Security and Privacy<\/h3>\n<p>Another significant risk is the security and privacy of the data.<\/p>\n<p>Unless the AI chatbot is built on a private, self-hosted model, the model provider will log and analyze interactions with it. This could be a problem for companies with strict data privacy policies or for developers working on proprietary code.<\/p>\n<p>Another aspect is analyzing the user interactions and feedback loop. Unless clearly communicated, this may be a legal issue. Even then, users might not be comfortable with the fact that their interactions with the documentation are being monitored and analyzed by an AI model, and some companies might even have policies against that.<\/p>\n<h2>To AI or Not to AI?<\/h2>\n<p>We have a list of pros and cons, but we still don\u2019t have a clear answer as to whether the benefits of integrating AI chatbots outweigh the caveats and bring real value to the documentation\u2019s users and maintainers.<\/p>\n<p>One thing speaks clearly from the points above: Integrating AI into your documentation won\u2019t fix the problems it had in the first place. If the documentation is hard to navigate, lacks examples, or is outdated, the AI chatbot will suffer from the same issues, and even worse, it may amplify them.<\/p>\n<p>On the other hand, if the documentation is well-structured, has plenty of examples, and is kept up to date, the AI chatbot could provide real value to the users if properly integrated as a complementary tool.<\/p>\n<p>The main focus should be on providing the right information in the right format, available at hand, and easily understood. AI chatbots could be part of that, but they shouldn\u2019t be the main focus. I suggest that you first focus on improving the documentation itself, with emphasis on the structure, search functionality, and examples. Maybe you can prepare the ground for the AI chatbot along the way, but you may also find that you don\u2019t need it at all.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":87,"featured_media":33542,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[336,134],"class_list":["post-33539","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-ai","tag-guest-post"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The Benefits &amp; Drawbacks of AI Chatbots in Dev Tool Docs<\/title>\n<meta name=\"description\" content=\"This blog shows how they provide instant answers, enhance search functionality &amp; improve UX, and addresses answer quality, data privacy &amp; user adoption.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Pros and Cons of AI Chatbots in Dev Tool Docs\" \/>\n<meta property=\"og:description\" content=\"This blog shows how they provide instant answers, enhance search functionality &amp; improve UX, and addresses answer quality, data privacy &amp; user adoption.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-09T14:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"melindapham\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\"},\"author\":{\"name\":\"melindapham\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9\"},\"headline\":\"The Pros and Cons of AI Chatbots in Dev Tool Docs\",\"datePublished\":\"2024-04-09T14:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA\",\"keywords\":[\"AI\",\"Guest Post\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\",\"url\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\",\"name\":\"The Benefits & Drawbacks of AI Chatbots in Dev Tool Docs\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA\",\"datePublished\":\"2024-04-09T14:00:00+00:00\",\"description\":\"This blog shows how they provide instant answers, enhance search functionality & improve UX, and addresses answer quality, data privacy & user adoption.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Pros and Cons of AI Chatbots in Dev Tool Docs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9\",\"name\":\"melindapham\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g\",\"caption\":\"melindapham\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The Benefits & Drawbacks of AI Chatbots in Dev Tool Docs","description":"This blog shows how they provide instant answers, enhance search functionality & improve UX, and addresses answer quality, data privacy & user adoption.","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:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs","og_locale":"en_US","og_type":"article","og_title":"The Pros and Cons of AI Chatbots in Dev Tool Docs","og_description":"This blog shows how they provide instant answers, enhance search functionality & improve UX, and addresses answer quality, data privacy & user adoption.","og_url":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs","og_site_name":"Cloudinary Blog","article_published_time":"2024-04-09T14:00:00+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA","type":"image\/jpeg"}],"author":"melindapham","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs"},"author":{"name":"melindapham","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9"},"headline":"The Pros and Cons of AI Chatbots in Dev Tool Docs","datePublished":"2024-04-09T14:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs"},"wordCount":11,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA","keywords":["AI","Guest Post"],"inLanguage":"en-US","copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs","url":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs","name":"The Benefits & Drawbacks of AI Chatbots in Dev Tool Docs","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA","datePublished":"2024-04-09T14:00:00+00:00","description":"This blog shows how they provide instant answers, enhance search functionality & improve UX, and addresses answer quality, data privacy & user adoption.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/pros-and-cons-ai-chatbots-dev-tool-docs#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The Pros and Cons of AI Chatbots in Dev Tool Docs"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9","name":"melindapham","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g","caption":"melindapham"}}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1712189005\/chatbot_dev_tools-blog\/chatbot_dev_tools-blog.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/33539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/87"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=33539"}],"version-history":[{"count":3,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/33539\/revisions"}],"predecessor-version":[{"id":33543,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/33539\/revisions\/33543"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/33542"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=33539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=33539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=33539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}