{"id":11839,"date":"2026-01-30T19:06:35","date_gmt":"2026-01-30T11:06:35","guid":{"rendered":"https:\/\/ai-stack.ai\/?p=11652"},"modified":"2026-02-08T23:35:22","modified_gmt":"2026-02-08T15:35:22","slug":"what-is-clawdbot-moltbot","status":"publish","type":"post","link":"https:\/\/ai-stack.ai\/en\/what-is-clawdbot-moltbot","title":{"rendered":"Beyond Chatting: Why Clawdbot Is Driving the AI Community Wild \u2014 Inside the 24\/7 &#8220;AI Employee&#8221;"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">While most people are still struggling with prompt engineering to get ChatGPT to produce a decent report, a paradigm shift has quietly occurred in the AI world. We&#8217;re witnessing the leap from &#8220;conversational AI&#8221; to &#8220;<a href=\"https:\/\/ai-stack.ai\/en\/ai-agent-development\">Agentic AI<\/a>.&#8221; Recently, an open-source tool called <strong>Clawdbot<\/strong> has caused an earthquake on X (Twitter), even triggering a &#8220;Mac Mini buying frenzy&#8221;\u2014Google AI Studio head Logan Kilpatrick publicly posted that he ordered a Mac Mini.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Why are top AI experts buying dedicated hardware for it? Because Clawdbot marks the end of &#8220;prompt engineering&#8221; and the beginning of true digital collaboration. It&#8217;s no longer just a mentor giving advice\u2014it&#8217;s a digital employee with hands, feet, and long-term memory, working for you 24\/7.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\"youtube-player\" width=\"1300\" height=\"732\" src=\"https:\/\/www.youtube.com\/embed\/GLwTSlRn6-k?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"><\/iframe><\/span>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">video_source: &#8220;<a href=\"https:\/\/www.youtube.com\/watch?v=GLwTSlRn6-k\" target=\"_blank\" rel=\"noopener\">https:\/\/www.youtube.com\/watch?v=GLwTSlRn6-k<\/a>&#8220;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is Clawdbot?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/clawdbot\/clawdbot\" target=\"_blank\" rel=\"noopener\">Clawdbot<\/a> is an open-source personal AI assistant project created by Austrian developer<a href=\"https:\/\/steipete.me\/\" target=\"_blank\" rel=\"noopener\"> Peter Steinberger<\/a>. Steinberger is the founder of the renowned PDF development tool company PSPDFKit (now Nutrient), who &#8220;retired&#8221; after a successful exit but returned to the development world due to the rapid advancement of AI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The project gained over <strong>60,000 GitHub stars<\/strong> in just a few weeks, making it one of<a href=\"https:\/\/medium.com\/@orami98\/why-ai-enthusiasts-are-racing-to-buy-mac-minis-inside-the-clawdbot-phenomenon-16263ae0aa0a\" target=\"_blank\" rel=\"noopener\"> the fastest-growing open-source projects<\/a> in recent memory. Clawdbot&#8217;s Discord community has over 8,900 members, with more than 50 contributors participating in development.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Due to trademark issues, Clawdbot has recently been renamed to <strong>Moltbot<\/strong>. However, the core functionality and architecture remain unchanged.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Point 1: Not Just Advice\u2014It&#8217;s an &#8220;AI Executor&#8221; with Action Capability<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most fundamental difference from traditional chatbots is that Clawdbot is an &#8220;executor&#8221; running at your operating system level\u2014not just within a browser. It&#8217;s designed to directly operate your computer, not just talk.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you give instructions, it opens the terminal, reads files, writes and runs scripts, and can even install software or deploy complex development environments. According to the<a href=\"https:\/\/docs.clawd.bot\/help\/faq\" target=\"_blank\" rel=\"noopener\"> official documentation<\/a>, Clawdbot&#8217;s architecture consists of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Gateway<\/strong>: The always-on control plane<\/li>\n\n\n\n<li><strong>Agent<\/strong>: The AI core that executes tasks<\/li>\n\n\n\n<li><strong>Memory<\/strong>: Persistent memory system across sessions<\/li>\n\n\n\n<li><strong>Skills<\/strong>: Extensible functional modules<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Expert Note<\/strong>: While Clawdbot itself is free and open-source, it needs a &#8220;brain&#8221; to drive it. You can connect to top-tier cloud APIs (like<a href=\"https:\/\/ai-stack.ai\/en\/claude-opus-4-5\"> Claude Opus 4.5<\/a> or the GPT series), or run local models (like Llama) through LM Studio to save API costs and protect privacy. This is the trade-off between<a href=\"https:\/\/ai-stack.ai\/en\/cloud-or-on-premises\"> cloud and on-premises deployment<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;If you can do it on a computer, theoretically Clawdbot can help you do it too.&#8221;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Point 2: An AI Partner with &#8220;Persistent Memory&#8221;<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Regular AI &#8220;reboots&#8221; with every conversation, requiring you to repeatedly explain context. But Clawdbot has <strong>Persistent Memory<\/strong>. It remembers cross-session history, your communication style, project specifics, and your personal work preferences.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As<a href=\"https:\/\/www.forrester.com\/blogs\/ready-for-moltbot-to-crack-its-shell-and-spill-into-your-environment\/\" target=\"_blank\" rel=\"noopener\"> noted by Forrester<\/a>, &#8220;The agent does not wait for prompts. It sends morning briefings. It watches inboxes and suggests drafts. It monitors calendars, wallets, and websites, then alerts you when something changes.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This memory capability allows it to build a &#8220;digital context moat&#8221; exclusively yours as collaboration time increases.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Point 3: Remote Control Anytime, Anywhere\u2014From Slack to WhatsApp<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Clawdbot&#8217;s power lies in breaking geographical limitations. Supported platforms include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WhatsApp<\/li>\n\n\n\n<li>Telegram<\/li>\n\n\n\n<li>Slack<\/li>\n\n\n\n<li>Discord<\/li>\n\n\n\n<li>Google Chat<\/li>\n\n\n\n<li>Signal<\/li>\n\n\n\n<li>iMessage<\/li>\n\n\n\n<li>Microsoft Teams<\/li>\n\n\n\n<li>Matrix<\/li>\n\n\n\n<li>WebChat<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This means while you&#8217;re out for lunch, you can send a message to your Slack bot via phone: &#8220;Summarize all the AI agent news today and generate a presentation saved to my computer.&#8221; Clawdbot will immediately start working on your Mac Mini at home or cloud server and report results upon completion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This architecture echoes Anthropic&#8217;s<a href=\"https:\/\/ai-stack.ai\/en\/mcp-ai-agents\"> MCP (Model Context Protocol)<\/a> concept, enabling AI agents to seamlessly connect different tools and services.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Point 4: Self-Evolution and &#8220;Self-Healing&#8221; Skills Library<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Clawdbot&#8217;s most shocking trait is its <strong>self-building capability<\/strong>. It doesn&#8217;t just use existing software\u2014it can write code to add new &#8220;Skills (Agent Skills)&#8221; to itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In real-world testing, when installation errors occurred, Clawdbot didn&#8217;t give up. It actively searched for the error cause, discovered the correct installation command, self-repaired the installation process, and ultimately completed the task successfully. This &#8220;self-healing&#8221; and &#8220;self-evolution&#8221; process demonstrates resilience far beyond ordinary automation scripts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Clawdbot also integrates <strong>ClawdHub<\/strong>\u2014a skill registry that allows agents to automatically search and install new skills.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;It basically gave itself instructions to build itself.&#8221;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Point 5: Astonishing Real-World Use Cases<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The productivity gains demonstrated by Clawdbot in the community are extraordinary. Here are some real examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ultra-Fast Administrative Processing<\/strong>: One user had it handle tedious legal procedures, successfully closing a California LLC company they had procrastinated on for 18 months\u2014in just 10 minutes.<br><\/li>\n\n\n\n<li><strong>Financial Returns<\/strong>: Users leveraged its analysis and search capabilities to save <strong>$4,200<\/strong> when buying a new car. Clawdbot used browser tools to research discount policies and loan rates, found suitable car models, then contacted suppliers and negotiated prices with dealers.<br><\/li>\n\n\n\n<li><strong>CUDA Porting<\/strong>: A Reddit user used Clawdbot to port an entire CUDA backend to AMD&#8217;s ROCm platform in just 30 minutes.<br><\/li>\n\n\n\n<li><strong>Hardware Integration<\/strong>: Connected Meta Ray-Bans glasses for real-time expense tracking; or studied API documentation to successfully learn how to control Smart Bed settings.<br><\/li>\n\n\n\n<li><strong>Vibe Coding<\/strong>: Directly create game interfaces through conversation, perfectly embodying the future of AI-assisted development.<br><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">More use cases can be found on the<a href=\"https:\/\/clawd.bot\/showcase\" target=\"_blank\" rel=\"noopener\"> official showcase page<\/a>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Necessary Warning: This Is Still a &#8220;Wild West&#8221; Adventure<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As a professional analyst, I must emphasize the risks. Clawdbot is still in the early stages of technology, and<a href=\"https:\/\/ai-stack.ai\/en\/ai-danger\"> security is an issue that cannot be ignored<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The Threat of Prompt Injection Attacks<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The biggest threat is <strong>Prompt Injection Attacks<\/strong>. According to the<a href=\"https:\/\/genai.owasp.org\/llmrisk\/llm01-prompt-injection\/\" target=\"_blank\" rel=\"noopener\"> OWASP 2025 Top 10 for LLM Applications<\/a> report, prompt injection is listed as the <strong>#1 critical vulnerability<\/strong>, found in over 73% of production AI deployments assessed during security audits.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/openai.com\/index\/prompt-injections\/\" target=\"_blank\" rel=\"noopener\">OpenAI has also publicly acknowledged<\/a> that prompt injection attacks are a &#8220;frontier security challenge&#8221;\u2014similar to phishing and social engineering attacks, they can be reduced but not completely eliminated.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As<a href=\"https:\/\/www.theregister.com\/2026\/01\/27\/clawdbot_moltbot_security_concerns\/\" target=\"_blank\" rel=\"noopener\"> The Register reported<\/a>, security researchers found hundreds of Clawdbot instances exposed to the web without authentication, potentially exposing API keys, conversation histories, and even enabling remote code execution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Security Advice from Experts<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Environment Isolation<\/strong>: Run on a dedicated Mac Mini or Virtual Private Server (VPS), not on your main computer with important personal data.<br><\/li>\n\n\n\n<li><strong>Permission Separation<\/strong>: Register a new Gmail and dedicated phone number (for WhatsApp) for the AI, and use the Claude Max plan ($200\/month) to budget API spending.<br><\/li>\n\n\n\n<li><strong>Sandbox Mode<\/strong>: For group chats and external channels, enable Sandbox mode to enforce execution in isolated Docker containers.<br><\/li>\n\n\n\n<li><strong>Contractor Principle<\/strong>: Never give it more permissions than you would give a &#8220;newly hired stranger contractor.&#8221;<br><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>You Don&#8217;t Necessarily Need a Mac Mini<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While the community is frantically buying Mac Minis, according to<a href=\"https:\/\/dev.to\/sivarampg\/you-dont-need-a-mac-mini-to-run-clawdbot-heres-how-to-run-it-anywhere-217l\" target=\"_blank\" rel=\"noopener\"> developer community analysis<\/a>, you actually have multiple options:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Option<\/strong><\/td><td><strong>Cost<\/strong><\/td><td><strong>Suitable For<\/strong><\/td><\/tr><tr><td>Mac Mini<\/td><td>~$600+<\/td><td>Users wanting local operation, completely offline<\/td><\/tr><tr><td>Amazon EC2<\/td><td>~$5-10\/month<\/td><td>Users wanting 24\/7 cloud operation<\/td><\/tr><tr><td>Raspberry Pi 4<\/td><td>~$100<\/td><td>Budget-conscious enthusiasts<\/td><\/tr><tr><td>Old laptop\/desktop<\/td><td>$0<\/td><td>Users with idle hardware<\/td><\/tr><tr><td>Railway\/Render<\/td><td>Free to start<\/td><td>Beginners for quick testing<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Official installation requires just one command:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">curl -fsSL https:\/\/clawd.bot\/install.sh | bash<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Recent Turmoil: From Clawdbot to Moltbot<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s worth noting that Clawdbot recently experienced some turmoil. Because &#8220;Clawd&#8221; sounds similar to Anthropic&#8217;s &#8220;Claude,&#8221; the project received trademark-related legal notices and was forced to rename to <strong>Moltbot<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even worse, during the renaming process, developer Peter Steinberger tried to rename the GitHub organization and X (Twitter) account simultaneously. In the brief 10-second gap between releasing the old name and registering the new one, the original account was snatched by cryptocurrency scammers. The team is currently working to recover the account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As<a href=\"https:\/\/www.macstories.net\/stories\/clawdbot-showed-me-what-the-future-of-personal-ai-assistants-looks-like\/\" target=\"_blank\" rel=\"noopener\"> MacStories noted<\/a>, despite these challenges, &#8220;Moltbot showed me what the future of personal AI assistants looks like.&#8221;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion: AI&#8217;s &#8220;iPhone Moment&#8221; Has Arrived<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Clawdbot&#8217;s rise represents that we&#8217;ve entered AI&#8217;s &#8220;iPhone Moment.&#8221; This is a technological tsunami\u2014we&#8217;re moving from simple text interaction to complex task execution. Although latency and occasional failures still exist, the direction is clear: <strong>AI will no longer be an accessory but the core hub of productivity<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the future, AI will hide behind tedious &#8220;pipeline engineering,&#8221; and we&#8217;ll only need to make higher-level decisions. As one user commented:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Open source built a better version of Siri while Apple (a $3.6 trillion company) slept for years.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Facing this transformation, are you ready to have your first digital employee?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Related Resources<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/clawdbot\/clawdbot\" target=\"_blank\" rel=\"noopener\">Clawdbot GitHub (now Moltbot)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.clawd.bot\/help\/faq\" target=\"_blank\" rel=\"noopener\">Official Documentation<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/steipete.me\/\" target=\"_blank\" rel=\"noopener\">Peter Steinberger&#8217;s Website<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/dev.to\/ajeetraina\/getting-started-with-clawdbot-the-complete-step-by-step-guide-2ffj\" target=\"_blank\" rel=\"noopener\">DEV Community Getting Started Guide<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.macstories.net\/stories\/clawdbot-showed-me-what-the-future-of-personal-ai-assistants-looks-like\/\" target=\"_blank\" rel=\"noopener\">MacStories Review<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/genai.owasp.org\/llmrisk\/llm01-prompt-injection\/\" target=\"_blank\" rel=\"noopener\">OWASP LLM Security Guide<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/openai.com\/index\/prompt-injections\/\" target=\"_blank\" rel=\"noopener\">OpenAI Prompt Injection Explanation<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>While most people are still struggling with prompt engineering to get ChatGPT to produce a decent report, a paradigm shift has quietly occurred in the AI world. We&#8217;re witnessing the leap from &#8220;conversational AI&#8221; to &#8220;Agentic AI.&#8221; Recently, an open-source tool called Clawdbot has caused an earthquake on X (Twitter), even triggering a &#8220;Mac Mini buying frenzy&#8221;\u2014Google AI Studio head Logan Kilpatrick publicly posted that he ordered a Mac Mini.<\/p>\n","protected":false},"author":248651562,"featured_media":11883,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_crdt_document":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[96987604,96987592,96987592],"tags":[96988289],"class_list":{"0":"post-11839","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-ai-news","8":"category-featured-articles","10":"tag-clawdbot"},"blocksy_meta":[],"acf":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/ai-stack.ai\/wp-content\/uploads\/2026\/01\/%E6%A8%A1%E5%9E%8BA-4-fa158061.jpg?fit=1920%2C1080&quality=100&ct=202603031250&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/ph344V-34X","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/posts\/11839","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/users\/248651562"}],"replies":[{"embeddable":true,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/comments?post=11839"}],"version-history":[{"count":2,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/posts\/11839\/revisions"}],"predecessor-version":[{"id":11888,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/posts\/11839\/revisions\/11888"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/media\/11883"}],"wp:attachment":[{"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/media?parent=11839"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/categories?post=11839"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ai-stack.ai\/en\/wp-json\/wp\/v2\/tags?post=11839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}