The Problem
Rewriting Python notebooks into C++/Rust creates logic drift and buries hidden assumptions.
Handling exchange-specific edge cases creates "adapter spaghetti" inside core strategy code.
Simulations aren't auditable. Live incidents are nearly impossible to replay deterministically.
Research.py
Logic Drift
Live Bot (Rust/C++)
Panic: API Change
Adapter Spaghetti
02