Trying AI-Trader on local LLMs

People

David

Idea

Joe wanted to know what the capabilities of https://github.com/HKUDS/AI-Trader look like in the context for local LLMs

Details

  • Looks like the assumption of the repo is that you can test multiple AI in agentic fashion against historical stock market data over a period of time (for the current official leaderboard see https://hkuds.github.io/AI-Trader/)
  • Since local LLMs are typically a little slower than cloud deployments, I modified the code to allow for streaming updates to the benchmark user in the agent action flows
  • Running a few models over the time period of Oct 1st to Oct 28th was interesting - Qwen3-Next-80B-AWQ-4bit made $986.26 profit and gpt-oss-120b-mxfp4 made $1,306.38 (one of the super tiny models just didn't trade anything at all and stayed at $0 profit but and $0 loss)

Read more