AI

Building an AI Hedge Fund: Architecture, Data & Guardrails

9 min readAbsolute Foundry

An AI hedge fund is a trading operation where models — not gut feel — generate the signals, size the positions and route the orders, inside hard risk limits a human sets and can override. The intelligence is the part everyone wants to talk about. In our experience it's the easy part to demo and the hard part to operate.

When we scope a fund build, the first thing we do is talk teams out of starting with the model. Here's how the conversation actually goes — the arguments we have, and where we consistently land.

01 The argument we always win: data before models

Every founder arrives excited about a model. We push back, hard, because edge lives in data quality, not model novelty. A clever model on leaky data is a confident liar. So we spend the first sprints on the unglamorous foundation: point-in-time data with no look-ahead, a feature store that computes features identically in research and production, and survivorship-bias-free history.

The trade-off we weighedShip fast on convenient data vs. build the pipeline first. Teams that rush get a beautiful backtest that evaporates live, because their research features and production features were computed differently. We always pay the pipeline tax up front — if the two don't match to the decimal, the returns are fiction.

02 Three layers we refuse to blur

The clarifying decision is to separate the system into three layers with hard boundaries, so each can be tested and reasoned about alone:

The recurring whiteboard note: the model proposes, the risk layer disposes. Letting the model size its own risk is how funds blow up.

03 Build vs. buy on the brain

Then the model debate. We don't treat it as religion. LLMs are genuinely useful for research, news and unstructured signals; deterministic, testable models usually own core sizing and risk because you can audit them. Most real stacks we'd ship are a blend — an LLM-assisted research layer feeding a disciplined, explainable execution-and-risk core.

Where we'd landA point-in-time data pipeline first; signal/execution/risk as separate, testable services; an LLM where it adds signal and a deterministic core where money moves; and a paper-trading shadow run before a cent is live.

04 Guardrails, kill switch, human in the loop

The fund must fail safe. Non-negotiables: hard caps the model cannot exceed, a kill switch a human can hit instantly, and a full audit log of every decision and order. We also insist on a shadow period — the system trades on paper alongside reality until its live behaviour matches its backtest. Confidence is earned in production, not in a notebook.

Key takeaways

FAQ

Custom model or just an LLM?

Both, in their lanes — LLMs for research and unstructured signals, deterministic models for sizing and risk. The blend beats either alone.

What's genuinely the hardest part?

Execution and research-to-production parity. The model is rarely the bottleneck; the plumbing around it is.

Can you build the tooling too?

Yes — the monitoring, P&L tracker and risk console are products in their own right. See our product design work.

From data pipeline to risk console — we build the whole stack with AI & automation.

Talk through your fund