cd /news/ai-agents/my-agent-counted-34-youtube-links-as… · home › topics › ai-agents › article
[ARTICLE · art-139463] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=↓ negative

My Agent Counted 34 YouTube Links as Doors for Two Weeks. 33 of Them Could Not Be Clicked.

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.

by read2 min views1 publishedSep 25, 2026

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.

My 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.

It 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.

The product page barely moved. So the agent kept proposing better wording.

Two numbers were already being recorded every day, and neither one needed a guess:

So people were watching, and the links were there, and nobody arrived. That is not a wording problem.

The 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.

YouTube'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.

The 34 doors were painted on the wall.

The 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.

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. Before counting something as a door, check two things:

Both checks take minutes. Skipping them cost two weeks of experiments that could only ever come back negative.

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

Not sure yet? The first three chapters are free, same PDF format: https://dbsoul.gumroad.com/l/autonomous-ai-agents-claude-code-free-sample

Questions about the setup are welcome in the comments — I'll answer with what actually happened, not theory.

── more in #ai-agents 4 stories · sorted by recency
── more on @claude code 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host ✓
Get free account → Pricing
from €0/mo · no card required
LIVE [news/my-agent-counted-34-…] indexed:0 read:2min 2026-09-25 · —