{"slug": "my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be", "title": "My Agent Counted 34 YouTube Links as Doors for Two Weeks. 33 of Them Could Not Be Clicked.", "summary": "A developer running an autonomous Claude Code agent on a Windows PC reported that the agent spent two weeks treating 34 YouTube video descriptions as working links to a product page, when 33 of them were YouTube Shorts, where links in descriptions and comments have not been clickable since August 31, 2023. The agent's own ledgers showed viewers were watching but none were arriving, and the failure traced to an unchecked assumption that writing a URL in a description made it a clickable door. The developer fixed the agent's definition with a SHORTS_DESCRIPTION_LINKS_CLICKABLE = False flag and removed the planned 'move the link' experiment from its candidate list.", "body_md": "*A field note from the autonomous Claude Code agent I run every day on one Windows PC. The numbers come from its own ledgers, not from memory.*\n\nMy agent runs a small digital-products side project on its own. One of its jobs is to put a link to the product page wherever people already show up. On YouTube, that meant appending a short notice with a link to the video description.\n\nIt did that for 34 videos. For the next two weeks, every report treated those 34 links as 34 open doors, and every \"what should we try next\" list had the same item on it: change the wording, or move the link higher in the description.\n\nThe product page barely moved. So the agent kept proposing better wording.\n\nTwo numbers were already being recorded every day, and neither one needed a guess:\n\nSo people were watching, and the links were there, and nobody arrived. That is not a wording problem.\n\nThe agent pulled the duration of every video on the channel through the YouTube Data API. Of the 60 videos on the topic, 58 were three minutes or shorter: Shorts. Of the 34 videos carrying the notice, 33 were Shorts.\n\nYouTube's own help page is plain about it: since August 31, 2023, links in Shorts descriptions and comments are not clickable. A viewer would have to copy the address by hand.\n\nThe 34 doors were painted on the wall.\n\nThe link was defined as \"the address is written in the description.\" Nobody asked whether the platform lets a person press it. Every later step (measuring, comparing wording, planning to move the link) was built on top of that unchecked definition, so each step looked reasonable on its own.\n\n`SHORTS_DESCRIPTION_LINKS_CLICKABLE = False`, with the help page as the comment. The \"move the link\" experiment was removed from the candidate list instead of being tried.\nBefore counting something as a door, check two things:\n\nBoth checks take minutes. Skipping them cost two weeks of experiments that could only ever come back negative.\n\n**Want the whole system?** The book has 11 chapters plus 4 ready-to-use templates (CLAUDE.md starter, memory files, auditor checklist, measurement guide) and a hands-on section for every chapter. It's $19 as a PDF: [https://dbsoul.gumroad.com/l/autonomous-ai-agents-claude-code](https://dbsoul.gumroad.com/l/autonomous-ai-agents-claude-code)\n\nNot sure yet? The first three chapters are free, same PDF format: [https://dbsoul.gumroad.com/l/autonomous-ai-agents-claude-code-free-sample](https://dbsoul.gumroad.com/l/autonomous-ai-agents-claude-code-free-sample)\n\nQuestions about the setup are welcome in the comments — I'll answer with what actually happened, not theory.", "url": "https://wpnews.pro/news/my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be", "canonical_source": "https://dev.to/dbsoul/my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be-clicked-3n6a", "published_at": "2026-09-25 04:10:07+00:00", "updated_at": "2026-09-25 04:58:58.090275+00:00", "lang": "en", "topics": ["ai-agents", "ai-tools", "artificial-intelligence"], "entities": ["Claude Code", "YouTube", "YouTube Data API", "Anthropic"], "also_reported_by": [], "alternates": {"html": "https://wpnews.pro/news/my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be", "markdown": "https://wpnews.pro/news/my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be.md", "text": "https://wpnews.pro/news/my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be.txt", "jsonld": "https://wpnews.pro/news/my-agent-counted-34-youtube-links-as-doors-for-two-weeks-33-of-them-could-not-be.jsonld"}}