What problem does it solve?
Long-running trading strategy jobs like multi-year walk-forward backtests, large Monte-Carlo simulations, parameter sweeps, and neural model training are too heavy to run locally, and unmanaged cloud runs waste money on idle containers.
Core Features & Use Cases
- Cloud Job Dispatch: Provisions an Anthropic Managed Agent container with the neural-trader CLI pre-installed, runs backtest, training, or sweep jobs, and terminates the environment immediately after results return.
- Cost Controls: Enforces cost estimation before launch, cheap pre-flight smoke tests, environment reuse, and batched sweeps in a single container session.
- Signed Result Ingestion: Signs backtest artifacts with Ed25519, verifies them against a pinned trusted public key before storage, and refuses promotion of invalid signatures to live strategies.
- Use Case: Run a 2020-2024 walk-forward backtest of a multi-indicator strategy on SPY with 1000 Monte-Carlo paths in the cloud, then store the verified metrics and record the session cost.
Quick Start
Ask the agent to run a cloud backtest of the multi-indicator strategy on SPY from 2020 to 2024 with walk-forward validation and 1000 Monte-Carlo paths, then report Sharpe, max drawdown, and win rate.