A 1-minute crypto guard agent uses LLMs as builders, not predictors

The system watches high-volatility crypto assets, specifically BTC and ZEC, in a 60-second loop. It does not use an LLM as a price-prediction oracle. Instead, it runs a local with strict human-designed guardrails to enforce risk rules and reduce emotion-driven trading mistakes.

The setup on Windows with WSL Ubuntu, using plain scripts instead of wrapper packages, and is designed to run around the clock. Tree-based can react too slowly during sudden s or liquidation cascades because it judges new moves against past patterns and may output overly cautious probabilities. The design treats this as and uses one-minute scanning to reduce delayed action.

Claude is used as an execution co-pilot for engineering problems such as feature drift, , and network instability, rather than as the live decision maker.

Key points

  • The agent checks BTC and ZEC every 60 seconds.
  • The live system relies on a local plus guardrails, not LLM predictions.
  • It runs on Windows with WSL Ubuntu using plain scripts and no wrapper packages.
  • One-minute scanning is used to reduce during sudden market moves.
  • Claude is used as an execution co-pilot for issues, not as the runtime decision maker.
Read original