The Promise
Quant turns the trading division's ideas into working investment tools faster by reusing the platform we already built instead of starting every app from scratch.
What Quant Is
Quant is an AI co-pilot for investment software: part product analyst, part engineer, part data researcher, part QA, and part operating assistant.
Researcher
Reads docs, code, product flows, market context, and prior memory before building.
Builder
Creates pages, APIs, tools, dashboards, prompts, agent workflows, and demos.
Verifier
Runs builds and live checks before saying a change is ready.
Memory
Writes down useful decisions so the next agent starts smarter.
How to think about Quant
Use Quant as a builder of workflows, not only as a chatbot. Ask for a trading outcome, target users, required data, approval rules, and what "done" should look like.
Where the Trading Division Uses Quant
The highest-value use cases sit where market judgment, repeatable data, and user-facing tools meet.
Research acceleration
Convert a market thesis into a watchlist, comparable universe, signal view, or strategy draft.
Signal explanation
Explain why a signal fired, why it was rejected, what changed, and how fresh the evidence is.
Portfolio review
Summarize exposure, concentration, drift, and risk notes in plain trading language.
Trading app prototypes
Build read-only tools first, then graduate toward demo actions and gated live workflows.
Two Roles for Agents
Agents are both how we build apps and what we can put inside the apps.
Builder agents
Quant and specialist agents research, code, test, deploy, monitor, and capture lessons. They are the production team around the trading idea.
Product agents
Agents embedded in an app analyze, explain, draft, alert, review risk, prepare actions, and guide users through decisions.
Market Inputs
Product Outputs
The Platform We Reuse
New investment apps should be assembled from existing services, not rebuilt from scratch.
eToro API Suite
Source of truth for eToro instruments, portfolios, account views, watchlists, and trading workflows.
QuantDB APIs
Unified access to market data, fundamentals, factors, signals, macro, portfolio, and derived indicators.
Signals
Decision support outputs with direction, confidence, freshness, reasoning, and dropped reasons.
AgentX
Agent lifecycle and strategy workflow patterns for managed trading agents.
TerminalX
Professional research and dashboard UX patterns for scanning, comparison, and investigation.
MoneyClaw
Stock-rating and insight patterns that make quantitative outputs understandable to users.
Signals in Plain English
A signal is not just "buy" or "sell". A useful signal explains what changed, why it matters, how strong it is, and whether it is safe to treat as current.
What trading users should expect
- Instrument, timeframe, timestamp, and freshness
- Direction, score, confidence, and active drivers
- Market regime and relevant caveats
- Clear reason when a signal is dropped or not decision-grade
How We Build an Investment App
Start with one valuable decision moment, then build a thin, verified workflow around it.
Agentic Investment App Examples
Agentic Signal Explorer
User asks "why did this signal fire?" Signal Agent explains the signal, Research Agent adds market context, and the app shows freshness and confidence.
Agentic Strategy Builder
User gives a thesis. Strategy Agent proposes 2-3 investable approaches, Risk Agent flags constraints, and the user selects the path.
Agentic Portfolio Coach
Portfolio Agent explains positions and drift. Risk Agent checks concentration and exposure. Research Agent adds relevant market changes.
Agentic Rebalancer
Agents propose target weights and rationale. Execution-Prep Agent prepares the action path, but human approval stays mandatory.
Guardrails That Make It Safe
The default mode for new investment apps is explain, draft, simulate, and monitor. Action requires explicit gates.
Always show
Source, freshness, confidence, caveats, and the next safe action.
Always gate
Live trading, money movement, private account data, stale signals, and biased data used as decision-grade evidence.
Avoid
Raw model scores without explanation, ticker-only trading flows, local files as portfolio truth, and hidden execution behind normal buttons.
Prefer
Approved APIs and SDKs, read-only first pilots, demo-mode workflows, and human approval before execution.
How To Ask Quant for the Best Result
The stronger the trading brief, the better the product outcome. You do not need to specify code; specify the decision and constraints.
Suggested Trading Division Workshop
Use the presentation as a working session, not a lecture.
Recommended First Pilot
Agentic Signal Explorer is the best first pilot because it is useful, read-only, easy to demo, and naturally shows how product agents turn signals into explanations.
Why it works
Trading users immediately understand the value: "what changed, why now, how confident are we, and what should I look at next?"
What it demonstrates
eToro instrument context, QuantDB signals, signal freshness, dropped reasons, research context, and agent-written explanations.
Next evolution
- Signal Explorer becomes Strategy Builder.
- Strategy Builder becomes Portfolio Coach.
- Portfolio Coach becomes gated Rebalancer.
- Every step keeps approvals, source visibility, and auditability.
Research Inputs
- eToro API docs and local eToro API skill
- QuantDB live API docs and data.quantclaw.org endpoints
- QuantDB Python SDK README and examples
- AgentX README and code inventory
- StrategyRunner README and spin-off plan
- Trading Agent Backend README
- Existing platform guardrails for safe API-first data-access framing