Attention Deficit · research story
Agents · markets · decision rights

The $534 Account

Joey Driftwood gave Claude access to a $534 Agentic account. Robinhood lets an attached agent place trades in the dedicated account. A person can review an action or authorize orders without confirmation.

Sources: Joey Driftwood's experiment, Robinhood's product documentation, Robinhood's launch thread on X, FinRyse's analysis of account permissions, Wheelhouse Capital's brokerage comparison, and FINRA's auto-trading guidance.

Zoom out

Broker APIs have automated trading for years. Language models add a prose interface.

Fifty-five years of automation

Trading automation predates language-model agents by decades.

1971Electronic quotes

Nasdaq brings computer-distributed market quotations to traders.

1987–88Program trading

Black Monday exposes linked cash and futures markets. Coordinated circuit breakers follow.

2010–12Automated controls

The Flash Crash and Knight Capital expose failures at machine speed.

2026Prose becomes input

A model interprets a mandate and selects broker operations.

The agent adds interpretation between a person's instruction and the broker operation.
Sources: Nasdaq history; SEC market-structure reports and enforcement; Robinhood Agentic Trading.

Natural language changes who can configure an automated strategy.

Nasdaq began distributing electronic quotations in 1971. Program trading connected cash and futures markets by 1987, and coordinated circuit breakers followed in 1988. After the 2010 Flash Crash, the SEC required automatic pre-trade controls for market access. In 2012, a Knight Capital deployment failure generated more than four million orders in 45 minutes and produced a loss above $460 million. Robo-advisers later brought automated allocation to retail investors. Agentic trading adds decision-time interpretation of prose and tool access to the established automation stack.

Zoom in

The agent workflow determines whether a person reviews an order before submission.

Execution path

Approval can sit in the agent workflow before broker submission.

01Modelinterprets the mandate and proposes an action
02Trading toolturns the request into a typed broker operation
03Brokerconfines trading to the dedicated Agentic account

Order approval

Automatic execution

The agent may place an order before human review.

An agent can submit orders without confirmation when the user authorizes action without approval.
Source: Robinhood, “Agentic Trading overview.” Interface is a conceptual illustration.

Robinhood gives agents broad read access and confines execution to an Agentic account.

According to Robinhood, an attached agent can read details across a user's Robinhood accounts. The agent may place trades only in a dedicated Agentic account. A person can review a proposed action. An agent can also place a trade without confirmation when the user has asked it to act without approval.

The public experiment

The $534 account runs under a written operating file.

starting balance
$534
account
separate
operator
Claude
instructions
CLAUDE.md
stated target
$7,500
RESEARCHGather evidence before actingA prose rule asks the model to inspect information.
RISKLimit order sizeThe written risk rule depends on model interpretation.
RECORDLog the reasoningA readable trace makes the experiment discussable.
SEPARATECap reachable capitalThe dedicated account limits the funds available to the agent.
The dedicated account caps reachable capital at the amount Joey funded.
Source: Joey Driftwood, “A $534 Dream with Claude and Our Scary New Reality.”

Joey Driftwood published the setup and labeled the project as an experiment.

He funded a separate account with $534, wrote operating rules in a CLAUDE.md file, and set a target of $7,500 in 30 days. Driftwood describes the target as roughly 14 times the starting balance, with total loss as the most likely outcome. The operating file tells the model how to behave. Account separation limits how much capital the connection can reach.

Evidence

Evaluation requires risk-adjusted comparison in addition to account balance.

Evaluation

Profit alone leaves market exposure and hindsight unmeasured.

MARKET EXPOSUREβ

Did the whole market rise while the agent happened to be invested?

KNOWN HISTORY?

Did a backtest overlap dates possibly present in the model's training data?

DECISION SKILLΔ

Did the agent add value after risk, costs, timing, and a fair benchmark?

Agent contribution requires controls for market exposure, training-period overlap, trading costs, and risk.
Sources: KTD-Fin benchmark; HKU Business School live AI-agent trading benchmark.

Backtests are vulnerable to hidden hindsight.

KTD-Fin warns language models may already know facts from a backtest period. Raw returns can also reflect market beta, style exposure, or a favorable regime. Live benchmarks reduce hindsight but still need enough time, trades, and comparable risk to separate skill from variance.

Execution architecture

Stable trading rules can run as deterministic code.

AGENT AT DECISION TIMEContext-dependent reasoning

The model reads new context and chooses an action for each decision.

COMPILED POLICYDeterministic execution

The agent helps define a rule. Ordinary software executes the approved rule.

A hybrid design places changing judgment in the agent and stable risk rules in deterministic software.
Source: “Agents Are Not Algorithms: The Tradeoffs of Decision-Time Reasoning in AI Trading,” SSRN, 2026.

An agent and an algorithm can be stages of one system.

Recent research distinguishes decision-time reasoning from deterministic execution. The agent can interpret new evidence, propose a policy, or handle exceptions. Stable rules can run as ordinary code with reproducible behavior and lower execution cost. A hybrid architecture assigns each function to the appropriate stage.

Execution controls

External controls limit agent execution.

01Separate accountBound the reachable capital.
02Order approvalChoose where a person must intervene.
03Hard limitsEnforce size, asset, and loss constraints outside the model.
04Event logKeep inputs, tool calls, orders, and errors.
05Kill switchStop execution without negotiating with the agent.
A control stack can cover account scope, approvals, order limits, logs, and shutdown.
System-design synthesis from Robinhood's product boundary, FINRA guidance, and agent evaluation research.

External controls remain effective after model interpretation errors.

Robinhood warns agents can act on incomplete information, make errors, and lose the entire amount in the dedicated account. FINRA advises investors to verify providers and review auto-trading services advertising consistent or exceptional returns. A system around the agent can add event logs, deterministic limits, and connection revocation.