For decades, trading has been described as a spectrum with two ends. On one end is the systematic trader — rules are written down, execution is mechanical, an algorithm could (and often does) run the strategy without human input. On the other end is the discretionary trader — every trade is a real-time judgment call based on reading the market live, requiring skill, speed, and emotional control.
Each style has clear strengths and clear weaknesses. Systematic trading removes emotion but is brittle when markets change. Discretionary trading adapts to anything but depends entirely on the trader's mental state.
A third path is now emerging that doesn't fit cleanly into either category. Across practitioner observations and the wider synthesis of trading literature, it's being called AI-assisted trading: human sets the strategy and constraints, an AI agent executes and learns, with neither fully systematic execution nor fully discretionary judgment in the loop.
This isn't speculation about the future. It's already operational, and it has structural advantages over both classical paths that are worth understanding even if you never deploy one yourself.
The traditional two-end spectrum
Before the third path, trading sat on a clear continuum:
| Systematic | Hybrid | Discretionary | |
|---|---|---|---|
| Decision unit | Rules | Checklist + judgment | Read & react live |
| Speed | Algorithmic | Per-trade | Per-tick |
| Emotional load | Low | Medium | High |
| Adaptability | Low | Medium | High |
| Capacity | High | Medium | Low |
A practitioner of pure discretionary trading might take 10-20 trades a day based on real-time order flow reading, with no two trades structurally identical. A pure systematic strategy might fire 100 trades a day all defined by the same backtested ruleset, with no human in the loop after deployment. Hybrid sits between — a structured framework with judgment-call leeway at decision points.
Each style requires different personality traits. Overthinkers thrive in systematic. Fast decision-makers thrive in discretionary. Most successful retail traders settle into hybrid because it provides structure without requiring institutional-level execution speed.
The new category
The third path borrows from both ends. Here's the structure:
- Human sets the goal ("beat the S&P 500 over the next 30 days")
- Human sets constraints (max position size, daily loss cap, no options, no leverage above 2x, etc.)
- AI agent does research, picks strategy, executes
- AI agent maintains memory between sessions (context files that persist across runs)
- Each trading session starts stateless — the agent reads memory, acts, writes back learnings
It's not systematic in the traditional sense, because the strategy isn't fixed. The agent adapts as it learns. It's not discretionary either, because there's no human reading the market in real time. It's something new — strategy emerges from agent reasoning under human-set constraints.
One transcript captured a representative experiment: "I just said 'Hey, try to beat the S&P. Figure out the best plan possible.' And it went off and did research and figured out a strategy."
The result, in that specific case, was an agent that produced returns measurably above the benchmark over a 30-day window with no human intervention after the initial constraint-setting.
Why this works
Three structural advantages stand out, and each maps directly to a known weakness of human traders.
1. Guardrails replace discipline. A human trader who sets a $10,000 daily loss limit can override it in the moment. The pull to "just one more trade" after a bad day is one of the hardest things to resist in retail trading, and the trader who consistently resists is rare. An AI agent operating under code-enforced constraints cannot override them — the constraint is structural, not psychological.
This sounds trivial until you realize that ego, pressure, and revenge trading collectively destroy more retail accounts than any other category of error. Eliminating them at the architecture level — rather than asking the trader to become someone who doesn't experience them — is a meaningful unlock.
2. Stateless execution by design. A human trader carries yesterday's losses into today. Even pros can't fully separate emotional residue from a bad week. The AI agent starts each session by reading its memory files, acting on what they say, and writing back results. Yesterday's loss is just data. There's no muscle memory of the pain, no hesitation on the next setup that resembles the loser.
One framing of this from a practitioner working with AI trading agents: "Every time a routine fires, Claude basically wakes up stateless. How do you make a stateless agent act disciplined? You do that with files and context."
The structure is interesting because it inverts the usual problem. The classical critique of systematic trading is that it can't adapt; the classical critique of discretionary trading is that the human can't stay disciplined. Stateless execution with persistent memory threads the needle — the agent adapts (memory carries forward) but it doesn't drag emotional state across sessions.
3. Benchmark-relative goals reduce pressure trading. A human trader chasing a dollar target ("make $500 today") trades poorly when behind that target. They take marginal setups, increase size, hold losers. A benchmark-relative goal ("beat the S&P this month") removes the urgency. There's no specific dollar amount needed by today. The pressure that destroys discipline doesn't form.
This is a small framing change with disproportionate behavioral impact. The same trader running the same strategy with a benchmark goal vs a fixed dollar goal often produces materially different results.
What this approach can't do
The third path is not a panacea. It comes with its own structural weaknesses.
Edge decay accelerates. AI agents tend to overfit to recent market conditions because their learning is recent. A strategy that worked beautifully for 30 days may stop working in week 5. Without human oversight, the agent can keep deploying the decayed strategy long past its useful life.
Novel market regimes break it. A 2008-style structural shift, a flash crash, a sudden regulatory change — these are the kinds of events where classical systematic strategies fail and where seasoned discretionary traders earn their pay by reading the new regime in real time. AI agents trained on prior data can't read the new regime; they apply the old playbook to the new conditions and underperform.
The agent's reasoning isn't transparent. A discretionary trader can articulate why they took a trade. A systematic strategy has rules you can audit. An AI agent's strategy emerges from prompt + memory + reasoning, and tracing the why is genuinely difficult. This matters for trust calibration — when the agent loses money, you can't always tell whether it was random variance or a real strategy flaw.
Capacity is unproven at scale. Most AI trading experiments to date have been small-account demonstrations. How an agent strategy handles $10M of capital — where its own orders move the market — hasn't been broadly tested.
Where the third path is most useful right now
Three use cases where AI-assisted trading is meaningfully strong today:
Discipline-bottlenecked traders. A trader with a real edge who cannot consistently execute it because of emotional volatility is exactly the case where outsourcing execution to a constrained agent makes sense. The agent doesn't have the edge — the human does — but the agent can implement the edge without the human's emotional interference.
Strategy testing at scale. An AI agent can run hundreds of variations of a strategy in parallel and converge on the best version much faster than a human iterating manually. Even if you ultimately execute the strategy yourself, the agent can be a research multiplier.
Routine portfolio rebalancing. Mechanical tasks that don't require market reading — periodic rebalancing, dividend reinvestment, dollar-cost-averaging into a position — are well suited to constrained agent execution. Frees the human to focus on the parts requiring judgment.
What it doesn't replace
The third path doesn't replace the human in scenarios that require:
- Reading novel regimes that didn't exist in training data
- Long-term strategy direction (where to focus, what to avoid, when to step away)
- Intuition built from years of pattern recognition that resists explicit articulation
- Risk-of-ruin judgment at the portfolio level (rather than trade level)
These remain human skills. The most likely future, drawn across multiple practitioner perspectives, is hybrid — humans set strategy and judge regime, AI executes within constraints.
How to think about this if you're starting out
For a developing trader, the third path is more relevant as a thought experiment than as a deployment strategy. You're not going to build a serious AI trading agent before you've proven you have an edge yourself — and proving you have an edge requires deliberate practice you can't outsource.
But the framing carries useful insights even if you never deploy an agent:
- Pre-commit to constraints. Before the session, define the rules. Treat them as if they were code-enforced. The discipline that an agent gets from architecture, you can approximate by removing yourself from the override loop (close the platform after a stop is hit, walk away after the daily cap, etc.).
- Use benchmark-relative goals, not dollar goals. "Beat my own equity curve this month" beats "make $500 today" for most traders, every time.
- Treat each session as stateless. Start the day reading your trading plan, not your equity curve. The plan is constant. The equity curve invites emotion.
These are agent-design principles, but they translate directly into human discipline practices.
Practicing this without losing money
The third path's most useful contribution to retail trading might not be the deployable agent at all. It's the architectural lessons — constraints over willpower, statelessness over emotional carryover, benchmark goals over dollar goals — that improve any trader's discipline whether or not an AI is involved.
Inside Abu Terminal, the Trader Identity engine and the Decision Engine track exactly the patterns that AI agents are designed to suppress: pre-commit violations (did you size up after a loss against your own rule?), emotional carryover (did your post-stop trades have measurably worse expected value?), pressure trading (did you change behavior on days you needed wins?). Surfacing those patterns is the first step to fixing them — agent-style constraints can come later, once you can see what the agent would be designed to enforce.
Conclusion
Trading has been a two-style discipline for as long as markets have existed: rules vs judgment, system vs intuition. The third path doesn't replace either — it sits beside them, with its own strengths and its own failure modes.
For retail traders, the most useful frame is not "should I deploy an AI agent?" The more useful frame is "what architectural principles do these agents reveal about why human traders fail, and how can I borrow them?" The answers — constraints over willpower, statelessness over carryover, benchmarks over dollar goals — improve discipline regardless of whether you ever write code for an agent.
The agents are coming. The lessons they teach are already useful.