{"id":14,"date":"2026-06-22T22:17:42","date_gmt":"2026-06-23T03:17:42","guid":{"rendered":"https:\/\/alejandrobarahona.com\/blog\/?p=14"},"modified":"2026-06-22T22:17:43","modified_gmt":"2026-06-23T03:17:43","slug":"react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand","status":"publish","type":"post","link":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/","title":{"rendered":"ReAct and Chain-of-Thought: The AI Frameworks Every Project Manager Should Understand"},"content":{"rendered":"<p>There&#8217;s a difference between using AI and using AI well.<\/p>\n<p>Most project managers are in the first camp. They open ChatGPT, type a question, get an answer, and move on. That works for simple tasks \u2014 but it misses what AI is actually capable of when you understand how it reasons.<\/p>\n<p>Two frameworks changed how I use AI in project delivery: ReAct and Chain-of-Thought (CoT). Neither requires you to be a developer. But understanding them will make you a significantly better AI user \u2014 and a more effective PM.<\/p>\n<h2>What Is Chain-of-Thought (CoT)?<\/h2>\n<p>Chain-of-Thought is a prompting technique that guides an AI through a reasoning process step by step, rather than jumping straight to an answer.<\/p>\n<p>Think of it as the difference between asking a junior analyst &#8220;what&#8217;s your recommendation?&#8221; versus asking them to walk you through their analysis first, then give you a recommendation. The second approach produces better output \u2014 and the same is true for AI.<\/p>\n<p>With CoT, instead of prompting:<\/p>\n<p>&#8220;What are the risks of this software integration project?&#8221;<\/p>\n<p>You prompt:<\/p>\n<p>&#8220;Walk me through the risks of this software integration project step by step. First, identify the technical risks. Then the stakeholder risks. Then the timeline risks. Finally, rank them by probability and impact and give me your top recommendation.&#8221;<\/p>\n<p>The AI reasons through each layer before concluding. The output is dramatically more useful.<\/p>\n<h3>Why CoT Matters for PMs<\/h3>\n<p>CoT directly maps to how good project management thinking works. We don&#8217;t jump to conclusions \u2014 we analyze, sequence, and reason through complexity.<\/p>\n<p>The three things CoT improves:<\/p>\n<p>Accuracy \u2014 breaking down problems into smaller steps reduces the chance the AI misses something. I&#8217;ve used this for risk registers, and the structured approach catches edge cases a simple prompt would miss.<\/p>\n<p>Reasoning quality \u2014 the AI&#8217;s &#8220;thinking&#8221; becomes visible. You can see where it&#8217;s making assumptions and correct them before they become deliverables.<\/p>\n<p>Explainability \u2014 when you need to present AI-assisted analysis to a stakeholder, CoT gives you a reasoning trail. You&#8217;re not just presenting an answer \u2014 you&#8217;re presenting a process.<\/p>\n<h3>CoT in Practice: My Exact Approach<\/h3>\n<p>When I use CoT for project planning, my prompt structure looks like this:<\/p>\n<p>&#8220;Think through this step by step. [Context about the project]. Step 1: identify the key dependencies. Step 2: map the critical path. Step 3: identify the top 3 risks to the critical path. Step 4: recommend mitigation strategies for each. Present your reasoning at each step before moving to the next.&#8221;<\/p>\n<p>That last line \u2014 &#8220;present your reasoning at each step&#8221; \u2014 is the key trigger for CoT behavior. It forces the AI to show its work.<\/p>\n<h2>What Is ReAct?<\/h2>\n<p>ReAct (Reasoning + Acting) takes CoT further. While CoT focuses on internal reasoning, ReAct allows AI to interact with the external world \u2014 searching the web, querying databases, using tools \u2014 and incorporate that information into its reasoning.<\/p>\n<p>The cycle is:<\/p>\n<p>Think \u2192 the AI reasons about the problem<br \/>\nAct \u2192 the AI takes an action (web search, database query, tool use)<br \/>\nObserve \u2192 the AI receives results from that action<br \/>\nRespond \u2192 the AI generates a response, or loops back to Think<\/p>\n<p>This is what&#8217;s happening when you use an AI agent with web browsing enabled, or when Claude or ChatGPT can access real-time data.<\/p>\n<h3>Why ReAct Matters for PMs<\/h3>\n<p>ReAct is what transforms AI from a knowledge tool into a delivery tool. Instead of the AI reasoning only with what it already knows, it can go get information \u2014 and that changes what&#8217;s possible.<\/p>\n<p>At Bartronics, we integrated AI agents that use ReAct-style loops to monitor data sources, detect changes, and trigger actions automatically. The PM role shifts from executing tasks to designing the decision logic the agent follows.<\/p>\n<p>Three applications where ReAct changes the game for project managers:<\/p>\n<p>Real-time status reporting \u2014 an AI agent can pull data from Jira, Monday.com, or your project tool, reason about it, and generate a status report without you building it manually.<\/p>\n<p>Risk monitoring \u2014 an agent can monitor external signals (vendor announcements, regulatory changes, market shifts) and flag risks proactively, rather than waiting for you to discover them.<\/p>\n<p>Stakeholder research \u2014 before a client meeting, an agent can gather current information about the client&#8217;s business, recent news, and industry context, and brief you in minutes.<\/p>\n<h2>CoT vs ReAct: Which Should You Use?<\/h2>\n<p>They solve different problems, and the best approach often combines both.<\/p>\n<p>Use CoT when:<\/p>\n<p>You need structured reasoning on information you already have<br \/>\nYou&#8217;re generating documents: risk registers, project charters, stakeholder plans<br \/>\nYou want the AI to think through a complex decision before giving you a recommendation<br \/>\nYou need to show your reasoning process to a stakeholder<\/p>\n<p>Use ReAct when:<\/p>\n<p>You need current or external information<br \/>\nYou&#8217;re building or using AI agents that interact with tools<br \/>\nYou want the AI to take actions, not just generate text<br \/>\nYou&#8217;re automating a workflow that involves multiple data sources<\/p>\n<p>Use both when:<\/p>\n<p>You want an agent that can gather information AND reason carefully about it before acting<br \/>\nYou&#8217;re building automation that needs to make nuanced decisions based on real-time data<\/p>\n<p>This combination \u2014 gather information with ReAct, reason about it with CoT \u2014 is what separates basic AI use from genuinely AI-augmented delivery.<\/p>\n<h2>How I Apply This at Capgemini and Bartronics<\/h2>\n<p>At Capgemini, where I manage B2B API integrations for Cisco, I use CoT-style prompting for everything that requires structured thinking: risk assessment, stakeholder communication drafts, requirement analysis. The outputs go directly into our documentation workflow.<\/p>\n<p>At Bartronics, we&#8217;ve built ReAct-style agents into our automation infrastructure. The agents monitor data sources, apply reasoning logic, and trigger actions \u2014 the 120 bots running in our system operate on this principle. My role is to define the decision logic and review edge cases, not to execute the repetitive steps.<\/p>\n<p>The result: I can manage a multi-project program at the complexity level of Bartronics while simultaneously handling senior PM responsibilities at Capgemini. That&#8217;s not superhuman capacity \u2014 it&#8217;s AI leverage applied deliberately.<\/p>\n<h2>Where to Start This Week<\/h2>\n<p>You don&#8217;t need to build agents to benefit from these frameworks right now.<\/p>\n<p>Start with CoT in your next complex AI prompt. Add the phrase: &#8220;Think through this step by step and show your reasoning at each stage before giving me a final answer.&#8221;<\/p>\n<p>Run it on your next risk assessment, your next project planning session, or your next stakeholder communication challenge. Compare the output to your usual prompt. The difference will be immediate.<\/p>\n<p>Once you&#8217;ve internalized CoT, explore AI tools with agent capabilities \u2014 Claude, ChatGPT with browsing, or Gemini with extensions. That&#8217;s where ReAct becomes tangible.<\/p>\n<p>The PMs who will lead in the next five years are the ones who understand not just what AI can do, but how it thinks \u2014 and how to direct that thinking toward project outcomes.<\/p>\n<p>Alejandro Barahona is a PMP\u00ae-certified Senior Project Manager specializing in software integrations and AI-augmented delivery. He leads integration projects at Capgemini Engineering and is co-founder of Bartronics. Available for remote roles \u2014 connect on WhatsApp or view portfolio.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There&#8217;s a difference between using AI and using AI well. Most project managers are in the first camp. They open ChatGPT, type a question, get an answer, and\u2026<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[17,15,16],"class_list":["post-14","post","type-post","status-publish","format-standard","hentry","category-ai-project-management","tag-framework","tag-ia","tag-prompt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>ReAct and Chain-of-Thought for Project Managers - Alejandro Barahona \u2014 Blog<\/title>\r\n<meta name=\"description\" content=\"ReAct and CoT are the two AI reasoning frameworks that separate basic AI use from real AI-augmented PM. Learn what they mean and how to apply them in project delivery.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/\" \/>\r\n<meta property=\"og:locale\" content=\"es_ES\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"ReAct and Chain-of-Thought for Project Managers - Alejandro Barahona \u2014 Blog\" \/>\r\n<meta property=\"og:description\" content=\"ReAct and CoT are the two AI reasoning frameworks that separate basic AI use from real AI-augmented PM. Learn what they mean and how to apply them in project delivery.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Alejandro Barahona \u2014 Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-06-23T03:17:42+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-06-23T03:17:43+00:00\" \/>\r\n<meta name=\"author\" content=\"Alejandro Barahona\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alejandro Barahona\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutos\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/\"},\"author\":{\"name\":\"Alejandro Barahona\",\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/#\\\/schema\\\/person\\\/35b736b051fe92ef8c72e40a954450c4\"},\"headline\":\"ReAct and Chain-of-Thought: The AI Frameworks Every Project Manager Should Understand\",\"datePublished\":\"2026-06-23T03:17:42+00:00\",\"dateModified\":\"2026-06-23T03:17:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/\"},\"wordCount\":1179,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/#\\\/schema\\\/person\\\/35b736b051fe92ef8c72e40a954450c4\"},\"keywords\":[\"Framework\",\"IA\",\"Prompt\"],\"articleSection\":[\"AI &amp; Project Management\"],\"inLanguage\":\"es-CO\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/\",\"url\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/\",\"name\":\"ReAct and Chain-of-Thought for Project Managers - Alejandro Barahona \u2014 Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-06-23T03:17:42+00:00\",\"dateModified\":\"2026-06-23T03:17:43+00:00\",\"description\":\"ReAct and CoT are the two AI reasoning frameworks that separate basic AI use from real AI-augmented PM. Learn what they mean and how to apply them in project delivery.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/#breadcrumb\"},\"inLanguage\":\"es-CO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ReAct and Chain-of-Thought: The AI Frameworks Every Project Manager Should Understand\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/\",\"name\":\"Alejandro Barahona \u2014 Blog\",\"description\":\"Project Management \u00b7 AI \u00b7 Software \u00b7 Technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/#\\\/schema\\\/person\\\/35b736b051fe92ef8c72e40a954450c4\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-CO\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/#\\\/schema\\\/person\\\/35b736b051fe92ef8c72e40a954450c4\",\"name\":\"Alejandro Barahona\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-CO\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g\",\"caption\":\"Alejandro Barahona\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g\"},\"sameAs\":[\"http:\\\/\\\/alejandrobarahona.com\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/alejandro-barahona-p\\\/\"],\"url\":\"https:\\\/\\\/alejandrobarahona.com\\\/blog\\\/author\\\/alejandro-pm\\\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ReAct and Chain-of-Thought for Project Managers - Alejandro Barahona \u2014 Blog","description":"ReAct and CoT are the two AI reasoning frameworks that separate basic AI use from real AI-augmented PM. Learn what they mean and how to apply them in project delivery.","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:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/","og_locale":"es_ES","og_type":"article","og_title":"ReAct and Chain-of-Thought for Project Managers - Alejandro Barahona \u2014 Blog","og_description":"ReAct and CoT are the two AI reasoning frameworks that separate basic AI use from real AI-augmented PM. Learn what they mean and how to apply them in project delivery.","og_url":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/","og_site_name":"Alejandro Barahona \u2014 Blog","article_published_time":"2026-06-23T03:17:42+00:00","article_modified_time":"2026-06-23T03:17:43+00:00","author":"Alejandro Barahona","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Alejandro Barahona","Tiempo de lectura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/#article","isPartOf":{"@id":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/"},"author":{"name":"Alejandro Barahona","@id":"https:\/\/alejandrobarahona.com\/blog\/#\/schema\/person\/35b736b051fe92ef8c72e40a954450c4"},"headline":"ReAct and Chain-of-Thought: The AI Frameworks Every Project Manager Should Understand","datePublished":"2026-06-23T03:17:42+00:00","dateModified":"2026-06-23T03:17:43+00:00","mainEntityOfPage":{"@id":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/"},"wordCount":1179,"commentCount":0,"publisher":{"@id":"https:\/\/alejandrobarahona.com\/blog\/#\/schema\/person\/35b736b051fe92ef8c72e40a954450c4"},"keywords":["Framework","IA","Prompt"],"articleSection":["AI &amp; Project Management"],"inLanguage":"es-CO","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/","url":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/","name":"ReAct and Chain-of-Thought for Project Managers - Alejandro Barahona \u2014 Blog","isPartOf":{"@id":"https:\/\/alejandrobarahona.com\/blog\/#website"},"datePublished":"2026-06-23T03:17:42+00:00","dateModified":"2026-06-23T03:17:43+00:00","description":"ReAct and CoT are the two AI reasoning frameworks that separate basic AI use from real AI-augmented PM. Learn what they mean and how to apply them in project delivery.","breadcrumb":{"@id":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/#breadcrumb"},"inLanguage":"es-CO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alejandrobarahona.com\/blog\/react-and-chain-of-thought-the-ai-frameworks-every-project-manager-should-understand\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/alejandrobarahona.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ReAct and Chain-of-Thought: The AI Frameworks Every Project Manager Should Understand"}]},{"@type":"WebSite","@id":"https:\/\/alejandrobarahona.com\/blog\/#website","url":"https:\/\/alejandrobarahona.com\/blog\/","name":"Alejandro Barahona \u2014 Blog","description":"Project Management \u00b7 AI \u00b7 Software \u00b7 Technology","publisher":{"@id":"https:\/\/alejandrobarahona.com\/blog\/#\/schema\/person\/35b736b051fe92ef8c72e40a954450c4"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alejandrobarahona.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-CO"},{"@type":["Person","Organization"],"@id":"https:\/\/alejandrobarahona.com\/blog\/#\/schema\/person\/35b736b051fe92ef8c72e40a954450c4","name":"Alejandro Barahona","image":{"@type":"ImageObject","inLanguage":"es-CO","@id":"https:\/\/secure.gravatar.com\/avatar\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g","caption":"Alejandro Barahona"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/8f7809b285797165b3c1f866d52d7b3d4139840c38a1f988be27f26988301ef3?s=96&d=mm&r=g"},"sameAs":["http:\/\/alejandrobarahona.com","https:\/\/www.linkedin.com\/in\/alejandro-barahona-p\/"],"url":"https:\/\/alejandrobarahona.com\/blog\/author\/alejandro-pm\/"}]}},"_links":{"self":[{"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/posts\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":2,"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/posts\/14\/revisions"}],"predecessor-version":[{"id":16,"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/posts\/14\/revisions\/16"}],"wp:attachment":[{"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/media?parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/categories?post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alejandrobarahona.com\/blog\/wp-json\/wp\/v2\/tags?post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}