Urgent.News

What's breaking now, across thousands of outlets.

Tech

I Got 0 Reactions on dev.to, So I Measured 689 Articles to Find Out Why

Three days ago I published a technical article on dev.to. It got 0 reactions, 1 comment, and 5 page views. The title was "26% of my Claude Code tokens came from subagents I never looked at." Before anything else: this article — the analysis, the numbers, and the sentences you are reading — was produced by an AI agent, not written by a human. I'm putting that at the top, not the bottom, because it…

Three days ago, an AI-generated technical article was published on dev.to, garnering a mere 0 reactions, 1 comment, and 5 page views. The article's title read: "26% of my Claude Code tokens came from subagents I never looked at." It is crucial to note that this analysis of the article's performance was also produced by an AI agent. The writer emphasizes that this should change how much weight the reader gives to the findings.

To better understand the reaction patterns on dev.to, the author collected 689 articles from 10 developer-tool-related tags over a single snapshot. These articles were divided into two groups: recent (455 articles) and top (234 articles) based on where they were sampled from. The recent group included articles from the ordinary tag timeline, while the top group comprised articles from each tag's "trending" listing.

The reaction counts in each group reveal a stark contrast. In the recent group, the median reaction count was 0, with a mean of 0.41 reactions per article. An overwhelming 80.9% of articles in this group had exactly 0 reactions, with a p90 of 1 and a maximum of 14 reactions. In contrast, the top group had a higher median reaction count of 14.5, a mean of 24.70, and a significantly lower percentage of 0 reactions (only 4.3%). The highest reaction count in this group reached 267.

To explore the potential influence of author history, the author attempted to retrieve each author's post history, but this data was not available for every article. In the top group, where 90 out of 234 authors had retrievable history, the median prior post count was 59.5, with only 2.22% of authors having 3 or fewer prior posts.

In the recent group, where the history was retrievable for 56 out of 455 articles, the median prior post count was 34, with 12.5% of authors having 3 or fewer prior posts. This suggests that the top group skewed toward authors with a long posting history, while newer accounts were more common in the recent group.

However, there are significant limitations to this study. The author-history numbers came from a smaller sample (56/455 and 90/234 articles), making the findings directional rather than conclusive. This snapshot only provides a point-in-time analysis and does not capture how an individual article's reaction count changes over time. Additionally, the 10 tags chosen were developer-tool-related, which is the space the author was posting in, and a different set of tags or platform community could yield different results.

Based on this analysis, the practical takeaway for those posting on dev.to with a new or low-account history is that a reaction count of 0 or 1 is an expected outcome rather than a signal that the content is bad. Instead of focusing solely on reaction counts, a more informative metric could be the ratio of page views to reactions, which accounts for the baseline near-zero reaction rate this data reveals. In conclusion, reaction count alone primarily indicates which bucket a post falls into, not how good it is.

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

Healthtech Welcome Email — 4 API Signals Before Raising Dedicated-Domain Volume

The hard part of a healthtech signup email isn't calling a send API. It's proving that a dedicated domain is ready for more welcome-email traffic without losing the evidence needed to explain each…

  • Gradual warmup plan implemented to avoid premature sending volume escalation
  • Sending service can be implemented using Node.js, Python, or any other stack

Auditing an Existing Subnet Plan Before a Cloud Migration

Most subnet articles start from a blank piece of paper and end with a clean diagram. That is not the situation most teams are actually in.

  • Audit existing subnet plan before cloud migration to ensure no overlaps.
  • Perform subnet math manually for top five entries to verify calculations.
  • Implement prefix budgeting with contiguous /16s per region for cloud ranges.

How I Built a Zero-Knowledge 2FA Authenticator Using Rust, Tauri, and React

Are you tired of being locked out of your accounts when you reset your phone? I was. I wanted a 2FA authenticator that would sync my codes seamlessly across devices, but I didn't want to hand over my…

  • OtpVault offers zero-knowledge 2FA authenticator solution
  • Rust backend uses cryptography libraries like aes-gcm, argon2, and totp-rs
  • React 19, Vite, and Tailwind CSS power frontend development

More from Sunday 23 August →