Unit 5 of 9 · Intermediate

An agent using market software

In one read

Point the same perceive-decide-act loop at the markets and you have an agent using market software the way a trader uses a terminal. It reads a chart, an option chain, or the order book as data; it decides; and it places or manages an order through a tool — then looks again and adjusts. Nothing here is new; it is the ordinary agent loop aimed at a trading screen, on generic instruments that stand in for any real one. The step most tools skip is perception. A trader at a terminal sees the whole screen — price, depth, the shape of the moment — while many systems hand an agent a thin slice of blind data through an API. An agent given blind data trades blind: it can act, but it cannot see what it is acting on. Getting the perception right is the hard, decisive part; the order is the easy end.

The same loop, pointed at the markets

Nothing in this unit is a new idea. Take the perceive → decide → act loop you have already met and aim it at a trading screen, and you get an agent using market software the way a professional uses a terminal:

  • Perceive — read a chart, an option chain, or the order book as data.
  • Decide — form a view of the situation.
  • Act — place or manage an order through a tool, then look again and adjust.

The examples here use generic instruments — stand-ins that stand for any real one — because the goal is to teach the shape of the thing, not a specific market or strategy.

The hard part is perception, not the order

It is tempting to think the order is the interesting part. It is the opposite. Placing an order is a single, well-defined action — the easy end. The step most systems get wrong, or skip, is perception.

Picture a trader at a terminal: they see the whole screen — price, depth, volatility, the shape of the moment — and read it at a glance. Now picture how many systems hand an agent its view of the market: a thin slice of blind data through an API, a few numbers with no gestalt.

An agent given blind data trades blind. It can still act — the order tool works fine — but it is acting on something it cannot really see. That is the decisive gap. Getting perception right, so the agent sees what a professional sees, is the hard and important part; the order is the trivial one.

See it in kestrel

Kestrel's whole premise is the perception step done properly: it renders a session as something an agent can actually read, not a blind API slice. Watch one on a generic instrument, no signup, no card:

npx kestrel.markets sim fomc-rate-decision-whipsaw

It prints a certified proof URL you can recompute yourself. Drop the kestrel.markets MCP server into your client and the screen is there again next session — no account in between.

Recompute it

Every claim in this unit recomputes from a certified proof — no account, no card.

/proof/art_d29415f0cf502f4a218a9cba
Keep readingGrounding an agent in your own information