Cloud backtest / train (neural-trader on a Managed Agent) Dispatch a heavy job to an Anthropic Claude Managed Agent (cloud container) instead of running it locally. See project ADR-117 (recipe + cost rules) and ADR-115 (the runtime). When to use this vs (local) | Job | Runtime | |---|---| | Quick sanity check; one short backtest (< 1 min) | local — use the skill | | Multi-year walk-forward , big Monte-Carlo count, parameter sweep over a grid, or model training (LSTM/Transformer/N-BEATS) | cloud — this skill | Prereq: (or ) + Managed Agents beta access. If returns "needs ANTHROPIC API KEY", fa…