В01Will agents place live orders on their own?
No. The quant crew ships with HITL on every order, allocation change, and risk-limit edit. The agents research, backtest, score, and draft the deploy memo. A human PM presses the button on capital.
В02Can the agents reason over our backtests and tick data?
Three ways. Static context attaches the strategy spec, factor definitions, and risk policy to specific personas on every run. The rag_retrieve tool lets QuantAnalyst and QuantSkeptic pull from backtest logs, past tearsheets, and prior post-mortems on demand. Cross-run memory keeps yesterday's walk-forward results in scope for today's regime test.
В03Is this a QuantConnect or WorldQuant alternative?
No, it sits next to them. QuantConnect runs your backtest engine. WorldQuant hosts the factor competition. Melaya is the research-and-review layer that scores the signal, sizes the position, and stages the deploy memo. Your backtester stays your backtester.
В04How do we keep the analysis from sounding like a generic AI tearsheet?
Every metric cites its sample size and time window. QuantAnalyst reports Sharpe with its standard error, QuantSkeptic reports the Deflated Sharpe with the trials count, and ReportWriter refuses to soften a REJECTED verdict. Reviewers can require a citation on every claim as a HITL pre-check.
В05Which models can we run this crew on?
Any. Claude on QuantSkeptic where adversarial reasoning earns the cost, GPT on the ReportWriter, and a local Ollama on the QuantAnalyst when the strategy spec and tick data must stay inside your VPC. Each agent picks its own.
В06How fast can a quant team get the first review pipeline running?
With your backtest output sitting in S3 or a SQL warehouse, the signal-quality-to-deploy-memo workflow is a 4-node canvas: ingest results, run QuantAnalyst plus QuantSkeptic, gate on the verdict, draft the memo. Most desks ship it in a working session and review the first strategy the same day.
В07How does this handle regime change and walk-forward validation?
QuantSkeptic refuses any strategy without walk-forward validation and at least one out-of-sample regime. The CRO persona runs the 2008, 2020, and 2022 stress books on the proposed allocation. If either fails, ReportWriter cannot output a DEPLOY action by design.
В08Can I audit exactly what the agent did and why?
Every run logs every step, every tool call, every model invocation, and every approval decision. Replay any run at any time. The audit log is the risk log, and it ships with the deploy memo into your compliance archive.
В09Can we restrict which agents can write to our broker or risk system?
Yes. Tool scoping is per-agent. The QuantSkeptic and QuantAnalyst run read-only against backtest stores. Only the PortfolioManager can stage an allocation change, and that change is HITL-gated by default. The CRO is the only persona allowed to edit circuit-breaker thresholds.
В10Зачем не просто написать проверку стратегии как скрипт на Python?
Скрипт выполняет проверки, которые ты додумался написать, в фиксированном порядке, и устаревает по мере изменения направления. Melaya, визуальный конструктор ИИ-агентов, запускает команду из шести персон, где Quant Skeptic может отказаться от вердикта, потребовать доказательства с прохождением вперёд и записать типизированную причину отказа. Каждый шаг попадает в полные трассировки прогонов, а деструктивные вызовы базы данных закрыты подтверждением человеком.
В11Можно ли повторно использовать один конвейер проверки для каждой стратегии направления?
Да. Сохрани любой прогон как шаблон, и каждый кандидат проходит через те же шесть рабочих процессов: качество сигнала, декомпозиция затрат на исполнение, размер по Келли, стресс-тестирование, проход скептика и меморандум. Пакет data_utils хеширует каждый файл с результатами, поэтому журнал аудита доказывает, что рассматриваемый tearsheet совпадает с тем, который подписал PM.
В12Как контролировать стоимость полной проверки стратегии?
Melaya маршрутизирует каждый шаг на разную модель через 23 провайдера, поэтому тяжёлая статистика Quant Analyst может выполняться на фронтирной модели, тогда как форматирование меморандума Report Writer работает на дешёвой. Стоимость за принятый результат отслеживается по каждому прогону, и полные трассировки прогонов показывают, какой шаг потратил сколько.
В13Может ли Melaya следить за нашим портфелем в брокерском приложении без API?
Да, только для мониторинга. Device Control в Melaya управляет реальным телефоном Android: агент открывает разрешённое брокерское приложение, считывает экран и передаёт позиции обратно в рабочий процесс без API. Device Control не может размещать ордера, торговля приостановлена на всей платформе, и каждая запись останавливается для подтверждения на устройстве.
В14Может ли команда агентов анализировать наши бэктесты без выхода данных за пределы нашей инфраструктуры?
Да. Melaya работает в облаке или на твоём локальном раннере, и чувствительные шаги могут оставаться на раннере. Пакет database считывает результаты бэктеста и тиковые данные из твоего хранилища на месте, деструктивные вызовы SQL закрыты подтверждением человеком и отключены по умолчанию, а пакет finance изначально предназначен только для чтения без возможности записей брокера.