{"id":67909,"date":"2023-06-28T14:28:57","date_gmt":"2023-06-28T14:28:57","guid":{"rendered":"https:\/\/morningtrain.dk\/how-you-as-a-developer-can-adopt-ai-in-your-team\/"},"modified":"2026-04-28T12:06:25","modified_gmt":"2026-04-28T12:06:25","slug":"how-you-as-a-developer-can-adopt-ai-in-your-team","status":"publish","type":"post","link":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/","title":{"rendered":"How you, as a developer, can adopt AI in your team"},"content":{"rendered":"\n<section class=\"wp-block-mt-blog-post-cover mt-blog-post-cover\"><div class=\"mt-blog-post-cover__inner page-container\"><div class=\"mt-blog-post-cover__text-container\"><p class=\"mt-blog-post-cover__tagline tagline\">AI<\/p><p class=\"mt-blog-post-cover__date\">28. juni 2023<\/p><h1 class=\"mt-blog-post-cover__title\">How you, as a developer, can adopt AI in your team<\/h1><\/div>\n<div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Many organisations put significant pressure on individual employees to increase efficiency and innovation. However, this is a mistake. Instead, as a leader you should focus on strengthening your team\u2019s intelligence, also known as team IQ. This will promote efficiency and innovation in a more sustainable way. <\/p><\/div>\n<figure class=\"wp-block-post-featured-image\"><img decoding=\"async\" width=\"1248\" height=\"720\" src=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png 1248w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI-300x173.png 300w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI-1024x591.png 1024w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI-768x443.png 768w\" sizes=\"(max-width: 1248px) 100vw, 1248px\" \/><\/figure>\n<\/div><\/section>\n\n\n<section\n    class=\"mt-blog-post-content mt-blog-post-content--has-table-of-contents mtSpacing-top-none mtSpacing-bottom-medium\"\n>\n    <div class=\"mt-blog-post-content__inner page-container\">\n        <div class=\"mt-blog-post-content__table-of-contents\">\n                                                <p class=\"mt-blog-post-content__table-of-contents-title\">\n                        Content\n                    <\/p>\n                                                    <a\n                        href=\"#introduction\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        Introduction\n                    <\/a>\n                                    <a\n                        href=\"#rule\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        1. 80\/20-rule\n                    <\/a>\n                                    <a\n                        href=\"#security\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        2. Security\n                    <\/a>\n                                    <a\n                        href=\"#debugging\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        3. Debugging\n                    <\/a>\n                                    <a\n                        href=\"#quality\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        4. Increase code quality\n                    <\/a>\n                                    <a\n                        href=\"#uninformed\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        5. Uninformed treatment\n                    <\/a>\n                                  <\/div>\n        <div class=\"mt-blog-post-content__items\">\n                            \n\n<h2 class=\"wp-block-heading\" id=\"introduction\">Introduction<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Recently, I gave a Tech Talk on how to improve the developer experience with AI. Here are the 5 key insights I shared with the 70 software enthusiasts who attended: <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"rule\">1. Apply the 80\/20 rule (the Pareto principle)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Use AI for the 80% of tasks that create only 20% of the overall value. These are often the \u201cboring\u201d and time-consuming tasks, but they are still necessary. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is also a good way to increase the meaningfulness and creativity of the work that needs to be done, as the \u201cwarm hands\u201d are used for creative and complex tasks.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"944\" height=\"946\" src=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/01\/80-vs-20.png\" alt=\"\" class=\"wp-image-63041\" srcset=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/01\/80-vs-20.png 944w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/01\/80-vs-20-300x300.png 300w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/01\/80-vs-20-150x150.png 150w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/01\/80-vs-20-60x60.png 60w\" sizes=\"(max-width: 944px) 100vw, 944px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"security\">2. Pay attention to security and privacy<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do NOT share sensitive information, such as passwords, <a href=\"https:\/\/morningtrain.dk\/en\/what-is-an-api\/\">API keys<\/a>, .env files, or other confidential data, unless the model is running locally.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"debugging\">3. Use AI for debugging and problem-solving<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Integrate <a href=\"https:\/\/morningtrain.dk\/en\/what-is-an-ai-model\/\">AI models<\/a> when debugging to identify and diagnose issues faster. Receive potential solutions that can help you resolve errors. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quality\">4. Improve your code quality<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Let Copilot help you write clean code, refactor, provide type hints, or identify errors. Use it for boilerplate code and writing automated tests. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uninformed\">5. Treat your AI assistant as uninformed<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Provide detailed prompts to GPT and Copilot to get the best answers just like a new employee requires training and guidance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These 5 insights have helped us at Morningtrain become much more productive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You should also train team members in constructive problem-solving, conflict management, and motivational dialogue techniques. For example, having some understanding of each other\u2019s different preferences for thinking, recharging energy at work, and preferred ways of communicating can help. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I hope these tips can help you implement AI in your team and thereby increase efficiency and innovation.<\/p>\n\n\n                                            <\/div>\n        <div class=\"mt-blog-post-content__small-related-posts\">\n                                <\/div>\n    <\/div>\n    <\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Many organisations put significant pressure on individual employees to increase efficiency and innovation. However, this is a mistake. Instead, as a leader you should focus on strengthening your team\u2019s intelligence, also known as team IQ. This will promote efficiency and innovation in a more sustainable way.   <\/p>\n","protected":false},"author":8,"featured_media":69102,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[385],"tags":[],"class_list":["post-67909","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How you, as a developer, can adopt AI in your team | Morningtrain<\/title>\n<meta name=\"description\" content=\"Read our 5 great tips on how to best adopt AI in your development team. All tips are based on our own experience.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How you, as a developer, can adopt AI in your team | Morningtrain\" \/>\n<meta property=\"og:description\" content=\"Read our 5 great tips on how to best adopt AI in your development team. All tips are based on our own experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\" \/>\n<meta property=\"og:site_name\" content=\"Morningtrain\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-28T14:28:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T12:06:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thomas_oe\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas_oe\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\"},\"author\":{\"name\":\"Thomas_oe\",\"@id\":\"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4\"},\"headline\":\"How you, as a developer, can adopt AI in your team\",\"datePublished\":\"2023-06-28T14:28:57+00:00\",\"dateModified\":\"2026-04-28T12:06:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\"},\"wordCount\":292,\"image\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png\",\"articleSection\":[\"AI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\",\"url\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\",\"name\":\"How you, as a developer, can adopt AI in your team | Morningtrain\",\"isPartOf\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png\",\"datePublished\":\"2023-06-28T14:28:57+00:00\",\"dateModified\":\"2026-04-28T12:06:25+00:00\",\"author\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4\"},\"description\":\"Read our 5 great tips on how to best adopt AI in your development team. All tips are based on our own experience.\",\"breadcrumb\":{\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage\",\"url\":\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png\",\"contentUrl\":\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png\",\"width\":1248,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/morningtrain.dk\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How you, as a developer, can adopt AI in your team\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/morningtrain.dk\/en\/#website\",\"url\":\"https:\/\/morningtrain.dk\/en\/\",\"name\":\"Morningtrain\",\"description\":\"Digitalt bureau p\u00e5 1&#039; klasse\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/morningtrain.dk\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4\",\"name\":\"Thomas_oe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Thomas_oe\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How you, as a developer, can adopt AI in your team | Morningtrain","description":"Read our 5 great tips on how to best adopt AI in your development team. All tips are based on our own experience.","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:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/","og_locale":"en_US","og_type":"article","og_title":"How you, as a developer, can adopt AI in your team | Morningtrain","og_description":"Read our 5 great tips on how to best adopt AI in your development team. All tips are based on our own experience.","og_url":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/","og_site_name":"Morningtrain","article_published_time":"2023-06-28T14:28:57+00:00","article_modified_time":"2026-04-28T12:06:25+00:00","og_image":[{"width":1248,"height":720,"url":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png","type":"image\/png"}],"author":"Thomas_oe","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thomas_oe","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#article","isPartOf":{"@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/"},"author":{"name":"Thomas_oe","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4"},"headline":"How you, as a developer, can adopt AI in your team","datePublished":"2023-06-28T14:28:57+00:00","dateModified":"2026-04-28T12:06:25+00:00","mainEntityOfPage":{"@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/"},"wordCount":292,"image":{"@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage"},"thumbnailUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png","articleSection":["AI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/","url":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/","name":"How you, as a developer, can adopt AI in your team | Morningtrain","isPartOf":{"@id":"https:\/\/morningtrain.dk\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage"},"image":{"@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage"},"thumbnailUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png","datePublished":"2023-06-28T14:28:57+00:00","dateModified":"2026-04-28T12:06:25+00:00","author":{"@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4"},"description":"Read our 5 great tips on how to best adopt AI in your development team. All tips are based on our own experience.","breadcrumb":{"@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#primaryimage","url":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png","contentUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/How-you-as-a-developer-can-adopt-AI.png","width":1248,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/morningtrain.dk\/en\/how-you-as-a-developer-can-adopt-ai-in-your-team\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/morningtrain.dk\/en\/"},{"@type":"ListItem","position":2,"name":"How you, as a developer, can adopt AI in your team"}]},{"@type":"WebSite","@id":"https:\/\/morningtrain.dk\/en\/#website","url":"https:\/\/morningtrain.dk\/en\/","name":"Morningtrain","description":"Digitalt bureau p\u00e5 1&#039; klasse","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/morningtrain.dk\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4","name":"Thomas_oe","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Thomas_oe"}}]}},"_links":{"self":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/67909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/comments?post=67909"}],"version-history":[{"count":4,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/67909\/revisions"}],"predecessor-version":[{"id":70297,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/67909\/revisions\/70297"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/media\/69102"}],"wp:attachment":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/media?parent=67909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/categories?post=67909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/tags?post=67909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}