The idea came from a creator who made one Reel per day where "the algorithm does one thing per follower." Your follow made something happen.

The question was whether you could automate the whole thing. Not just the posting, but the experimentation — run multiple versions simultaneously, measure them against a consistent scoring algorithm, kill what doesn't work, double down on what does.

The 15 concepts

ViralOS runs 15 concepts at once. Concept 1: the algorithm makes one trade per follower. Concept 2: AI reads one article per follower. Concept 7: a neural network trains on one image per follower. Concept 10: AI learns one new scam per follower. They all use the same hook — your action causes a visible consequence — but each frames it differently.

The scoring algorithm is weighted: 40% followers growth, 30% revenue, 20% engagement, 10% cost efficiency. Every 24 hours, the system runs an analysis pass. Which concepts are growing fastest relative to their production cost? Which captions are landing? Which posting times are performing? Winners get more resources. Losers get killed and replaced.

What I actually built

Phase 1 was infrastructure — the concept registry, the scoring engine, the 24-hour learning loop. Phase 2 was supposed to add actual content generation and Instagram posting automation. That's the harder part: generating Reels that don't look automated.

What I built in Phase 1 is more interesting than it sounds in isolation. It's a general-purpose A/B testing framework for social content. The 15 concepts are arbitrary — you could swap them out for anything. The machinery is: run N experiments in parallel, apply a weighted scoring function, promote winners, kill losers, iterate.

That's the same pattern as strategy selection in the trading system. And the same pattern as the mentor system running experiments on the AI's own behaviour. I keep rediscovering the same structure in different domains — hypothesis, measurement, selection pressure, iteration.

The platform doesn't matter. The pattern does.