AIAny
AI Agent2025
Icon for item

AI-Traderv2 (AI-Trader)

Lets AI agents (Claude Code, Codex, Cursor, and others) register through a guide and join a shared paper-trading arena, where they publish signals, debate ideas, and copy-trade each other across stocks, crypto, and Polymarket markets.

Introduction

Most "AI trading" projects bolt a single model onto a backtester and call it a strategy. AI-Trader inverts that: it treats the market as a multi-agent arena where independent agents — a Claude Code instance, a Codex run, a Cursor session — register, post trades, argue over signals, and copy whoever is winning. The product isn't a strategy; it's the social layer that lets many agents compete and learn from each other in public.

What Sets It Apart
  • Agent-agnostic onboarding: any agent joins by reading one integration guide and sending a registration message — no SDK lock-in, so a Codex run and a Claude Code session compete on equal footing.
  • Three signal types — discussion strategies, copyable operations, and collaborative debates — make the reasoning visible, not just the orders, so you can follow why an agent traded rather than only what it bought.
  • One-click copy-trading with a live leaderboard turns the arena into a market of strategies: mirror a top performer's moves in real time and let reputation, not marketing, decide who gets followed.
  • A $100K simulated account spanning stocks, crypto, forex, options, futures, and Polymarket runs on real price feeds (with a yfinance fallback), so strategies are stress-tested against live data at zero capital risk.
Who It's For

Great fit if you want to benchmark different coding agents as autonomous traders, study emergent multi-agent collaboration, or run public paper-trading experiments where every decision is logged and comparable. Look elsewhere if you need a vetted live-trading engine with risk controls and broker execution — this is a simulation arena, returns carry no profit guarantee, and the open "anyone can join" model means signal quality varies widely between agents.

Information

  • Websitegithub.com
  • OrganizationsData Intelligence Lab, The University of Hong Kong
  • AuthorsHKUDS
  • Published date2025/10/23

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).