Every few months a new wave of AI trading tools arrives promising to tell you where price is going. The pitch is always some version of the same sentence: the model sees patterns humans cannot.

The honest version of that sentence is much smaller, and much more useful. Machine learning does have a real job in crypto markets. It is simply not the job it is usually sold for. Here is where the line actually sits, and how to test any AI claim you come across.

Why direction is the hardest thing to predict, not the easiest

A liquid market is not a puzzle sitting still waiting to be solved. It is a crowd that has already priced whatever your model just noticed.

By the time a directional pattern is visible in public data, it is visible to everyone with the same data and a connection. On the largest pairs, that includes firms with faster infrastructure and more capital than any retail tool will ever have. Forecasting the direction of the next move in that environment is close to calling a coin somebody else already flipped.

This is not a limitation that a bigger model removes. It is the structure of the problem. The information that would tell you which way price is about to go is exactly the information a deep market competes away fastest.

So when an AI tool leads with price targets, that is not evidence of sophistication. It is evidence that it is selling the thing people want to buy.

What machine learning genuinely predicts well

Four things, none of them an arrow on a chart.

How much, rather than which way. Volatility has a property returns do not: it persists. Calm days cluster with calm days, violent with violent, and a shock today raises the odds of a large move tomorrow. That autocorrelation of magnitude is stable enough to learn from. A model can tell you how wide the plausible outcomes are even when the centre is genuinely unknowable - and that single estimate drives position size, stop placement, and whether today deserves more caution than yesterday.

Which regime you are in. Trending versus rangebound, expanding versus contracting liquidity, crowded versus light positioning. Regime classification is an ordinary supervised problem with observable inputs, and it changes how much confidence any other estimate deserves.

Classification of flow. Is this transaction operational plumbing or economic intent? Is this large mint demand or a treasury schedule? Is this order book depth real or layered? These are solvable problems with real features, and they are unglamorous enough that almost nobody markets them.

Execution. How to split an order so it moves price less, when the book is thin, which venue has inventory right now. This is where machine learning earns money quietly and consistently, and it never appears in a promotional thread because it does not sound like a prediction.

Notice the pattern. Everything on that list is about measuring the present accurately rather than divining the future. That is the honest home of AI in markets.

The measurement trap that ruins most AI trading systems

Suppose you build something and it backtests beautifully. Here is what usually went wrong, in order of how often we see it.

Overlapping windows inflate your sample. If you measure 30-day returns on daily data, consecutive windows share 29 of their 30 days. Three thousand rolling observations can come from roughly a hundred genuinely independent ones. Your confidence intervals scale with the second number, not the first, and reporting the first is the easiest way to manufacture certainty you have not earned.

Lookahead leaks in quietly. Any step in your pipeline that uses information not available at decision time - a normalisation computed over the whole dataset, a filter that selects periods based on what happened inside them - produces a beautiful and worthless result. This rarely happens on purpose. It happens in a preprocessing line nobody re-read.

Survivorship shapes the data before you see it. Exchange listings come and go. A history built from currently-listed pairs quietly excludes everything that failed. The model learns from a world where nothing died.

Regime drift breaks the model without any error message. This one cost us directly, so the numbers are ours. We build forecast ranges from an asset's realised history. Tested across 20,058 historical observations on eight major coins, our unconditional method produced ranges covering 55.6% of outcomes against a 50% target - only mildly loose. But when we split the test by market conditions, the calmest fifth of days showed 67.1%. The range carried a permanent allowance for turbulence, and in a quiet market that allowance was unearned. Conditioning the sample on current volatility brought it back to 50.8%.

Nothing about that failure was visible day to day. The outcomes kept landing inside the range. That is the point: a model that is too generous produces a steady stream of quiet successes and no symptoms at all.

How to evaluate any AI trading claim in five questions

Usable on any tool, service or thread you encounter.

  1. Does it predict magnitude or direction? Magnitude claims are defensible. Direction claims on liquid pairs deserve heavy scepticism regardless of how the model is described.

  2. Was the claim recorded before the outcome? A screenshot taken afterwards is not evidence. A performance curve assembled by someone who already knew the results is not evidence either. Only a claim that was fixed in place beforehand can be checked.

  3. What metric is reported, and can it fail in both directions? Accuracy on rare events is meaningless - a model that never fires scores brilliantly. For range forecasts, ask for coverage, which catches you for being too narrow AND too wide.

  4. What is the independent sample size? Not the row count. The number of genuinely independent observations. If nobody can answer this, the backtest was never scrutinised.

  5. Are the failures published? A track record containing only successes has been filtered, whether or not anyone intended to filter it. The absence of visible misses is itself the finding.

Any tool that survives those five questions is worth your time. Most will not survive the second.

What to be sceptical of specifically

Guaranteed returns, in any phrasing. Accuracy percentages with no stated sample or time period. Backtests without a walk-forward test. "Proprietary" as an answer to how it works. And price targets delivered with confidence, particularly on the largest pairs, where confidence is the least justified.

None of these prove bad faith. Most are honest people who never got asked question two.

The deflation, which belongs at the end of anything like this

No method reliably beats a liquid market, and anyone promising that is selling something - usually a subscription, sometimes a token, always a screenshot.

What machine learning offers in crypto is not foresight. It is a better measurement of the present: how much this market can move, what state it is in, what your execution actually costs, and how uncertain any of those numbers are. Those are smaller claims than the category usually makes. They have the advantage of surviving inspection, and of still being true a year later.

If you take one habit from this: whenever you see a probability zone drawn around price, count how often outcomes land inside it. If a zone claiming 50% catches almost everything, it is not accurate - it is vague, and vagueness is what accuracy looks like from the inside.

Educational content - not financial advice.