When a Content Network Starts Publishing to Itself

📊 Full opportunity report: When a Content Network Starts Publishing to Itself on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

A content network of 474 WordPress sites started predominantly publishing to itself, creating an imbalance. The problem was caused by internal system biases and supply mismatches, now being addressed with targeted fixes.

A large automated content network of 474 WordPress sites has been found to be predominantly publishing to itself, neglecting over half of its network. This imbalance, confirmed through recent audits, could impact search engine rankings and content diversity across the network.

The network is operated by two separate systems: Stenvrik, which curates trending news signals, and DojoClaw, which rewrites and distributes content across the sites. An audit revealed that 80% of all posts were concentrated on only 8% of the sites, mainly technology-focused, leaving over half of the sites inactive with no recent content. This pattern emerged without direct instruction, driven by internal system biases and supply-demand mismatches.

Further analysis identified two primary causes: first, the rotation logic within the content placement system favored already active, high-volume sites within specific categories, creating a feedback loop that excluded less active sites. Second, the content supply was heavily skewed toward technology topics, while many sites focused on other categories like health, food, and lifestyle, which received little to no relevant material. These issues compounded, leading to a network-wide imbalance where many sites received no new content, risking SEO penalties and reduced engagement.

Balancing a 474-site network — ThorstenMeyerAI.com
ThorstenMeyerAI.com
AI & Tooling · Engineering Note
Systems at scale

When a content network starts publishing to itself

A 474-site network quietly collapsed onto 38 of its own favorites while half the catalog went dark. The throughput graph looked fine. The fix wasn’t one thing — it was two causes and a three-part repair across two decoupled systems.

Stenvrik

News-intelligence layer

Ingests hundreds of feeds, scores & geo-tags stories, surfaces what’s trending.

SUPPLY · what’s worth covering
DojoClaw

AI content engine

Rewrites a story in each site’s voice and fans it out across the catalog.

PLACEMENT · where it lands & how it reads
01The symptom

80% of output on 8% of sites

A 28-day audit, bucketed per site, was lopsided in a way the totals had hidden. Every individual placement was “correct” — the aggregate was a slow-motion failure.

Where 28 days of syndication actually landed

474-site catalog · per-site audit
Top 38 sites8% of catalog
80% of all posts
Top 4 sitesall tech titles
200+ articles/week each
249 sites53% of catalog
ZERO posts — half the network dark
02The diagnosis · refuse the obvious
Professional WordPress Plugin Development

Professional WordPress Plugin Development

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Not one bug — two independent causes

The tempting move is to blame the matcher and move on. The data showed two distinct problems living on two different systems, each needing its own fix.

Cause 1 · DojoClaw

Within-topic concentration

The matcher kept surfacing the same broad tech sites for every tech story, and rotation only shuffled candidates within the matched pool. A site that never entered the pool could never get a turn — fair only among the already-chosen.

Cause 2 · Stenvrik

Supply ≠ demand

53% of supplied content was tech/AI — but only ~13% of sites are. The catalog skews the other way, so those sites starved for on-topic material.

supply
tech/AI content in53%
demand
tech/AI sites in catalog~13%
03The load balancer · flip it
Seamless Scheduling: Automating Content Distribution with AI: “Automate Your Creative Process and Focus on What Truly Matters.”

Seamless Scheduling: Automating Content Distribution with AI: “Automate Your Creative Process and Focus on What Truly Matters.”

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Watch the network rebalance

Each square is one of the 474 sites; color is how much it’s publishing. Toggle the selection logic to see placement spread off the red-hot favorites and into the dark long tail.

Placement simulator

Same matcher relevance gate either way — the only change is how candidates are ordered after it.

38
sites carrying 80% of posts
249
dark sites · zero posts
overloaded
hottest sites at ~30/day
dark · 0 light healthy busy overloaded
04The three-part fix
SEO Competitor Audit Journal: Perfect SEO tool and journal to audit, track and log your competitor’s SEO strategy

SEO Competitor Audit Journal: Perfect SEO tool and journal to audit, track and log your competitor’s SEO strategy

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Placement, supply, throughput

Two causes meant the fix had to touch both systems — and only then could the ceiling rise without re-concentrating the load.

1

Placement levers

DojoClaw
  • Per-site weekly cap — any site over 25 posts/7d drops from the pool, pushing selection into the long tail (relaxes only if it would starve a fan-out).
  • Global LRU — order by network-wide recency, not just within-topic, so sites idle across the whole network float to the top.
  • Starvation floor — guaranteed by construction: the most-idle eligible site is always within the picks.
2

Supply rebalance

Stenvrik
  • Audited existing feeds for liveness — removed ones returning HTTP 200 but zero items (broken RSS).
  • Added a verified batch across Home, Garden, Health, Food, Fashion, Auto, Science, Pets & more — every feed fetched live first, weighted to the most idle categories.
  • Flagged throttled feeds (big publishers exposing only 1–2 items) for replacement rather than burying the risk.
3

Throughput raise

Scheduler
  • Fan-out width maxSites 5 → 7 — the extra slots land on fresh sites because the cap is now enforcing.
  • Quota depth K 2 → 3 — every category’s daily cap scaled ×1.5.
  • Honest note: a documented ~950/day intent the code never delivered (units quirk) stays gated behind a sign-off.
05What it adds up to
The Science of Algorithms: How Platforms Actually Distribute Content

The Science of Algorithms: How Platforms Actually Distribute Content

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

The scoreboard — with an honest asterisk

The change is behavioral: it shapes future placement, it doesn’t retroactively rescue the month sites sat dark. The proof is in the next weeks of data — which is why the instrumentation is the real deliverable.

Metric
Before
After
Concentration
80% on 38 sites
cap + LRU + floor
Dormant sites
249 (53%)
shrinking ↓
Feed sources
245
271 verified
Daily ceiling
~188/day
~280/day · +49%
Fan-out width
5
7
Why two systems, not one

Supply and placement are genuinely separate concerns. Diagnosing the imbalance meant looking at both sides and seeing they disagreed. A clean boundary made a failure that spanned both legible — good system boundaries organize thought, not just code.

The tradeoff taken

Ordering by load & idleness sacrifices a little topical ranking for dramatically better coverage. All candidates already cleared the relevance gate — so it’s a deliberate trade, not a regression.

ThorstenMeyerAI.com
Stenvrik (news-intelligence) ↔ DojoClaw (content engine) · figures reflect the May 2026 engineering audit & the behavioral changes made in response · the network’s response is being tracked.

Implications of Self-Publishing Bias in Content Networks

This imbalance demonstrates how internal system biases can cause a network to self-reinforce its own publishing patterns, leading to reduced diversity, potential SEO penalties, and diminished value for the entire network. Addressing such issues is critical for maintaining a healthy, balanced content ecosystem that serves all sites fairly and maximizes audience engagement across categories.

Origins of Content Distribution Imbalance

The issue arose from a deliberate separation of functions within the content system: Stenvrik, which identifies trending topics, and DojoClaw, which manages content rewriting and distribution. Prior to the problem, the systems worked independently, communicating over a simple HTTP contract. The imbalance was first noticed during a 28-day audit, which revealed that a small number of sites dominated the output, while many remained inactive. This pattern had developed gradually, driven by the internal logic of the distribution algorithms and the skewed supply of content focused on technology topics. Learn more about content network publishing.

"The network started favoring its own favorite sites, creating a feedback loop that left many sites empty and inactive."

— Thorsten Meyer, system operator

Unresolved Questions About System Dynamics

It remains unclear whether the imbalance was entirely due to algorithmic biases or if external factors, such as content source limitations or configuration errors, also contributed. The full impact of the imbalance on SEO and user engagement is still being evaluated, and the long-term effectiveness of the fixes has yet to be confirmed.

Planned Adjustments to Restore Balance

The development team is implementing targeted fixes, including adjusting site selection algorithms to promote less active sites and balancing content supply across categories. Monitoring will continue to assess whether these changes restore equitable publishing and improve overall network health. Further updates are expected as adjustments take effect over the coming weeks.

Key Questions

Why did the network start publishing mainly to itself?

The internal algorithms favored already active, high-volume sites within specific categories, creating a feedback loop that excluded less active sites from receiving new content.

Could this imbalance affect search engine rankings?

Yes, publishing excessively to a few sites may appear spammy to search engines, risking penalties and reducing content visibility across the network.

Are the fixes permanent?

The current measures are targeted adjustments. The team plans to monitor the system’s behavior over time and implement further improvements if necessary.

Will all sites eventually receive equal content?

The goal is to balance content distribution by adjusting algorithms and supply, but the outcome depends on ongoing system tuning and supply sources.

Is this issue unique to this network?

No, similar biases can occur in automated systems where internal logic favors certain nodes, especially when supply and demand are mismatched.

Source: ThorstenMeyerAI.com

Nothing in this article is financial or investment advice. Cryptocurrency and precious-metal investments carry significant risk — do your own research and consider a licensed advisor.
You May Also Like

Kill-Switch-Proof: How To Build So Washington Can’t Take Your AI Stack Down

Exploring how organizations can architect AI systems resilient to government shutdowns, with strategies to maintain control amid regulatory risks.

From Idea To Extension: DIY Chrome Development With AI

A new AI-powered web app enables users to generate Chrome extensions via natural language prompts, simplifying the process for non-developers.

Three Public Vulnerabilities. Chained.

A chain of three publicly known vulnerabilities was exploited to compromise TanStack npm packages on May 11, 2026, highlighting the risks of combining known security flaws.

Soft Robots Powered by ‘Embodied Energy’: a Glimpse Into the Future of Modular Robotics

Modular soft robots powered by ’embodied energy’ promise remarkable versatility and adaptability—could they redefine our approach to robotics in the years ahead?