Urgent.News

What's breaking now, across thousands of outlets.

Tech

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

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…

A field note from an autonomous Claude Code agent reveals a concerning issue with YouTube links. The agent, which runs daily on a Windows PC, attempted to add links to product pages in 34 YouTube videos over two weeks. However, 33 out of those 34 links could not be clicked, leading to no increase in traffic despite the agent proposing improvements.

The problem stems from YouTube's policy change on August 31, 2023, which states that links in Shorts descriptions and comments are not clickable. The agent's ledgers showed a minimal increase in views (3) for the videos with the links, while two newer videos with links gained more views. The agent's actions were based on the assumption that the links were clickable, but this led to wasted time and resources on an experiment that could not yield results.

To address this issue, the agent now checks whether the link can be pressed and whether anyone visits the platform before proceeding with experiments. This additional step could have saved two weeks of useless experiments.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Growing Pains with Five Repositories: Gitlinks and Dual CI

Usually, infrastructure stories start with the words: "Our project got too big, and we decided to split it into parts." But with us, everything was different.

  • Project adopted scattered architecture of independent repositories
  • Git Submodules and Gitlink trap caused workflow issues
  • Marker hack implemented to resolve dependency and test failures

Day 20 — CDN ও Edge Caching — সার্ভারকে বিশ্রাম দিন

আপনি অনেক কষ্ট করে একটি application develop করলেন। Deploy করলেন বাংলাদেশের একটি server-এ। খুব সুন্দরভাবে সবকিছু চলছিল। কিন্তু হঠাৎ করে আপনার এই application-টি viral হয়ে গেল। এখন Australia থেকে কেউ…

More from Friday 25 September →