The scoring system on this site has been running live signals since early 2025. In that time it has produced a lot of correct calls, some wrong ones, and a few that were confidently, embarrassingly wrong. This piece is about the wrong ones — specifically, the patterns that keep showing up when we look at bad signals in hindsight.
Understanding failure modes is more useful than reading about successes. Anyone can show you the trades that worked.
Failure mode 1: regime change with no warning
The model is trained on data. That data reflects a particular market regime — the volatility range, correlation structure, and average holding periods that existed during training. When the regime changes, the model doesn't know. It keeps making the same calculations against inputs that now mean something different.
The clearest version of this happened when the market transitioned from an aggressive trending phase into a choppy, low-volume sideways grind. Technical indicators that had been reliable — MACD crossovers, moving average compression — started firing constantly on noise. Confidence scores were high. Most signals went nowhere.
There's no clean solution to this. The composite does include a volatility-regime input that tries to detect when conditions have shifted. But regime detection is genuinely hard, and "late detection" is really just "no detection" with extra steps.
Failure mode 2: factor correlation during stress
The composite takes four input categories and weights them. The theory: when technical signals are weak but on-chain is strong, they balance. In practice, during market stress, they tend to move together.
Here's a concrete example. In a fast drawdown, exchange inflows spike (people sending coins to sell), RSI collapses, social sentiment turns negative, and market-cap momentum turns down — simultaneously. Every factor signals the same thing. The score looks highly confident.
And it is confident — just not in a useful way. By the time all four inputs agree on "bad," the price has often already moved. High confidence during stress usually means "things are already bad," not "things are about to get worse." That distinction matters if you're trying to act on the signal rather than just confirm what you can already see on the chart.
Failure mode 3: the validator overfitting on familiar regimes
The neural network gate — the second-stage model that can suppress composite signals it doesn't recognize from training data — performs well on regimes it's seen. Poorly on new ones. That's just what neural networks do.