← writing

why the cross desk has nothing real-time in it

the cross desk is four ai analysts that hold a morning meeting at 8:00 central over real options data, then publish a desk brief. subscribers replay the meeting through the day. nothing runs intraday. zero llm calls between the open and the close, and that was the first real product decision i made on it.

cost is the obvious reason. batch generation runs about $0.10 per user per day against a $15 a month subscription, and regenerating on every market move would multiply that by the length of the session.

licensing is the bigger one. exchanges treat real-time display of market data and delayed derived commentary as different products with different obligations, which means a brief generated once each morning is something one person can actually license and ship. a live feed of ai commentary racing the tape is not. so i built the version i could ship.

the other thing worth writing down is the numbers rule. all the chain math is computed in typescript first: gamma exposure, the flip point, walls, expected move, atr, relative volume. the analysts write from those figures. then a validator pulls every number back out of the generated text, checks it against the computed value, and regenerates the whole turn on any mismatch. it earned its keep early. it caught an analyst rounding 83.97% to “80%” because the sentence read better. language models round numbers to make sentences flow, so every figure gets checked before it ships.