Paste a time series. Find hidden frequencies. Project forward. When it can’t predict, it says so — low confidence on unpredictable data is an honest answer.
Spectral decomposition via FFT. Every time series is a sum of oscillations at different frequencies. The oracle extracts the dominant modes, then projects them forward. Confidence decays exponentially with distance from known data — the further ahead, the less certain. Works on any periodic or quasi-periodic signal.
Cannot predict regime changes, black swan events, or truly random data. If the signal has no periodic structure, the oracle will say so (low amplitude modes, fast confidence decay). The prediction assumes past patterns continue. They might not.
Your data stays on your machine. No cloud. No API keys. Deterministic: same input, same output, every time.