The five-category map

"Agentic trading platform" has become a marketing term. The definition that matters is structural: an agentic platform is one where an LLM (or LLM ensemble) makes decisions inside a runtime, with tools, memory, and bounded autonomy. Everything else is a bot with chat features.

CategoryWhat it isExamplesFit for
1. Pure agentic OSNon-custodial runtime; multi-model consensus; per-trade audit trailNickAIProsumer + light institutional
2. Traditional bot + LLM wrapperPre-existing bot stack with a chat UI; LLM does narration not decisions3Commas (AI features), Pionex AIBeginners; not real agentic
3. Discretionary copilotLLM advises a human; human executesCleo, several Bloomberg-adjacent toolsDiscretionary traders
4. DIY MCP stackClaude or GPT + custom MCP servers; engineer-builtSelf-hosted, variedQuant / engineer-traders
5. Managed hedge fund productInstitutional AI fund; investor has no controlNumerai-adjacent, several closed fundsAccredited investors only

1. Pure agentic OS

The category we define and own. A pure agentic OS has three structural properties no marketing wrapper can claim: non-custodial execution, multi-model consensus at the decision layer, and a per-trade audit trail that shows reasoning, model votes, and risk checks. NickAI is the only production product in this category as of mid-2026. The competitive moat is not a feature: it is the architectural commitment.

When to pick this category. Prosumer traders with $10k–$10M of capital who want strategies they can interrogate, not black boxes. Light institutional users testing AI execution without giving up control.

2. Traditional bot + LLM wrapper

The largest category by user count and the most misleading. 3Commas, Pionex, and several "AI-powered" exchange tools added an LLM chat interface to existing rule-based bot stacks. The chat helps you configure the bot, summarises performance, and answers FAQs. The decisions are still made by hardcoded rules.

What this gets right. Onboarding. Beginners can describe a strategy in English and the LLM translates it to a known rule template. That is a real UX improvement.

What this is not. Agentic. The LLM is not in the decision loop. If you want an agent that reads the news before buying the dip, this category cannot do it: by construction.

3. Discretionary copilot

A growing category. The LLM analyses charts, news, and on-chain data, then presents a recommendation to a human, who decides. Execution is manual. Cleo and several Bloomberg-adjacent terminals fit here.

When this beats full automation. Discretionary traders whose edge comes from market feel, who want an analyst rather than an executor. The LLM is at its most useful as a fast second opinion.

What this misses. Speed and consistency. A copilot that asks for human approval before every trade is, by definition, capped at human throughput.

4. DIY MCP stack

For the engineering-heavy minority. Claude or GPT in an agent loop, MCP servers wrapping CCXT and on-chain data, custom risk checks, deployed on the user's own infrastructure. Maximum flexibility, maximum maintenance burden.

The honest cost. Two to four engineer-weeks to a working v1, then a permanent operational tail: model versions change, API quirks shift, exchanges add new fields. For quants who already have a strategy and want to layer an LLM on top, this is the right path. For everyone else, it is a year-long detour from making money.

5. Managed hedge fund product

Several institutional AI-driven funds market themselves as "agentic". From the investor's perspective they are funds: you wire capital, receive periodic statements, and have no say in execution. Numerai-adjacent products and several closed institutional shops live here.

Use case. Accredited investors who want exposure to AI trading as an asset class without running anything themselves. The fee structure (2/20 or worse) is unforgiving below high-net-worth scales.

How to pick the category, in three questions

  1. Do you want the agent to actually decide, or to assist? Decide → category 1 or 4. Assist → category 3.
  2. Are you willing to manage your own infrastructure? Yes → category 4. No → category 1.
  3. Is your capital allocation passive or active? Passive → category 5. Active → 1, 3, or 4.

Most prosumer traders end up in category 1 because the alternative paths require either ongoing engineering (category 4) or giving up control (categories 2 and 5).

What we deliberately excluded

Signal-only services. "AI Twitter calls." Discord groups with an LLM bot. None of these are platforms; they are content. They can be useful inputs to an agentic stack: they are not the stack.