ClaudeA chat window that forgets when you close the tab.


An autonomous agent that runs the unglamorous 90% of algorithmic trading — data pipelines, honest backtests, execution analysis, 24/7 monitoring of your live strategies. On its own cloud machine: real terminal, real browser, persistent memory, 200+ data feeds. You keep the edge and the keys. It does the rest.
A real computer · Not a chatbot
Put it to work

Counts the trials behind your backtest, adjusts for skew and kurtosis, and returns the Deflated Sharpe Ratio — the only number that should leave your desk. A 2.5 Sharpe from 100 tries is usually a coin flip; it tells you so.
Combinatorial purged cross-validation gives you a distribution of Sharpe ratios across hundreds of train/test splits — with purging and embargoing so serially-correlated labels can't leak. One walk-forward path is an anecdote.
PBO via CSCV — the probability your in-sample winner lands below the out-of-sample median. Above 5% and none of your variants are real. You hear it before you commit capital, not after.

Point it at a factor paper and it re-implements the signal, runs it on your universe, and tells you whether it survives out of sample — the Chen-Zimmermann workflow, on demand.
Dollar bars over time bars, fractional differentiation that keeps memory while reaching stationarity, triple-barrier labels scaled to volatility. The unglamorous data work that decides whether a model can learn anything.
Every proposed strategy comes with the mechanism — who is making the systematic mistake you get paid for. An edge with no falsifiable reason is flagged as likely false.

Market data, macro prints, news, social, on-chain — pulled, aligned, point-in-time correct, and stored in your own container. No survivorship bias, no look-ahead.
Knows the difference between when a number was released and when it was revised. The leak that quietly inflates every naive backtest never enters yours.
Scheduled refreshes, schema checks, gap detection — with a daily one-line health summary on your channel. The pipeline is the product, and it treats it that way.

Decision price vs fill price — the benchmark that tells the truth, not VWAP, which your own algo can game. Every parent order decomposed into impact and opportunity cost.
Reads the trade log, separates permanent (information) impact from transient (noise), and shows you which fills were adverse selection — Kyle's lambda, estimated on your own flow.
Front-load when volatile, slow down when calm — the Almgren-Chriss cost-vs-variance frontier, applied to your actual order sizes and your actual risk aversion.

Hourly SSH into your trading box, log-tail for errors, watches inventory, drawdown, and adverse-fill spikes — a daily one-line health summary on whichever channel you live in.
Stuck orders, a stale feed, a drawdown breach, latency creep — the alert lands on Slack, Discord, or iMessage. Text STOP from your phone and the kill switch fires from anywhere.
Reads the trade log after a bad session, finds where the book got run over, and proposes parameter changes with the reasoning attached — analyst work, not a chatbot's guess.

Position caps, daily loss limits, portfolio drawdown circuit breakers — the rules hold at 3am, on tilt, and after a good week, which is exactly when you most want to override them.
Rolling 60-trade edge below zero, three losses on one archetype, a drawdown breach — the strategy stops. It does not tune it more or give it another month; the literature is clear that is how quant projects die.
Tracks whether live conditions still match the data-generating process your strategy was certified on. When the distribution shifts, you hear about it before the P&L does.
SOURCES
Six hubs of live data wired straight into your container — newswires, social, macro, prediction markets, on-chain, and an on-demand scraping lane. Always parsing, point-in-time correct, never sleeping.






23 sources

















Every newsroom RSS, multilingual — the headline the second it prints.





8 sources





X, Bluesky, Telegram — the stream that runs ahead of the wire.






18 sources















FRED, BLS, the Fed, Treasury, the ECB — every macro print as it lands.







8 sources







Every venue, native APIs — the second the odds split.








11 sources











Every wallet, every block, every flow — live.








8 sources








Any source on the internet, scraped on demand.
Live feeds
200+
Stream latency
<1s
Asset classes
8
Institutional-grade data streaming, wired straight into your agent’s container. Newswires, social firehose, macro APIs, on-chain pipes — every signal parsed live and stored point-in-time correct.
HOW IT WORKS


/01
Point it at your broker, your trading box, your data feeds. The agent reads your whole stack and runs on your keys — never custodial. Keys live at chmod 600 in an isolated container that is yours alone.
/02
Define what counts as a real edge: minimum Deflated Sharpe, the maximum trials you'll allow, the PBO ceiling, your position limits and kill criteria. Set it once — the agent enforces it at 3am, on tilt, and after a good week, which is exactly when a fluke looks most like skill. Every backtest and every deployed parameter is logged to research-log/, and each week the agent shows you what survived out of sample and what didn't.
/03
Tell the agent where to find you — iMessage, Slack, Discord, email, or web. Overnight CPCV runs finish before you wake. Live strategies are monitored while you sleep. Every alert lands on the channel you actually check, with the reasoning attached. Text STOP from anywhere and it halts every position until you re-authorize.
Your Agent
Built on OpenClaw — fully open source. Audit every line that runs your research and your backtests, fork it to encode a custom rigor check, and self-host anywhere. Your code, your data, no vendor lock-in.
No vendor lock-in

Every customer gets their own isolated container — its own file system, RAM, and terminal. Your overnight CPCV runs never queue behind anyone else. A hard technical boundary, not a privacy policy.
Your data, only yours

Every backtest, every trial, every deployed parameter — written to persistent memory. The trial count the Deflated Sharpe Ratio depends on is kept for you automatically, so no search is ever silently forgotten.
Honest by default

Build and host live dashboards over your own book — equity curves, per-strategy Sharpe, PBO distributions, drawdown, open positions. Plus weekly research PDFs and custom reports. The agent builds it, hosts it, ships it.

One-click connect to your broker, your data vendors, Notion, Slack, and thousands more. You control exactly what the agent can read, write, and access — scoped per integration.

Every other AI waits to be asked. This one runs on its own cadence — overnight backtests, pre-market checks, 3am ops pages — and only reaches out when something needs you.
Always running

A research desk, not a chat window. Reads the data. Checks the rigor. Watches the book. Ships the findings.
AI research
ClaudeA chat window that forgets when you close the tab.
A 24/7 desk on its own machine — runs the backtest, checks it for overfitting, pages you the verdict.
Market data
Bloomberg$2,500/month for a screen you still have to sit and watch.
Watches 200+ feeds for you and only pings when something breaks a strategy's assumptions.
Signal detection
Fires on a hardcoded keyword. No reasoning, no context, no causality.
Quant-level reasoning — interprets prose, walks the correlation graph, sees what the keyword can't.
Backtesting
TradingViewPine Script on candles. No trial-count penalty, no purged CV, no deflated Sharpe.
Runs CPCV and computes the Deflated Sharpe Ratio — tells you if the edge survived the search.
Slack, Discord, iMessage, email or web — reach your desk on the channels you already check. Same agent, every room.
CPCV done — vol-carry strategy. Deflated Sharpe 0.71. Not fundable.
3 live strategies · Net +$1,240 today.
mm-bot adverse fills spiking. Pulled it — post-mortem incoming.



It's an autonomous quant research desk that runs on its own cloud machine. It does the unglamorous 90% of algorithmic trading: building and maintaining data pipelines, researching strategies, running backtests with real rigor — Deflated Sharpe Ratio, purged CPCV, the probability of backtest overfitting — analysing execution costs, and monitoring your live strategies 24/7. You keep the edge and the keys. It does everything around them.
Start free. Your quant desk is live in 2 minutes.
Free credits every day for your first two weeks. No credit card. No catch.