Back to browse
A self-evolving trading system with transparent orchestration

A self-evolving trading system with transparent orchestration

by sunnynagra·Feb 23, 2026·1 point·0 comments

AI Analysis

●●SolidBold BetRabbit Hole

Transparent orchestration pipeline showing market→decision→execution, but paper trading risk concerns undermine the demo.

Strengths
  • Two-stage orchestration (scout + deeper analyzer) with visible job scheduling and escalation flow is genuinely thoughtful.
  • Real-money execution with full rationale logging at each step—genuinely rare transparency in trading bots.
Weaknesses
  • Portfolio shows $783.86 total—too small to trust signal quality; survival bias from running only weeks.
  • Regulatory ambiguity: autonomous trading with 'full autonomy' on real accounts may violate broker ToS or SEC rules.
Category
Target Audience

Algorithmic traders, quant researchers, finance enthusiasts interested in transparent AI agents

Similar To

Alpaca · QuantConnect · Backtrader

Post Description

https://trading.snagra.com

It’s an autonomous trading system that does more than signal generation. It runs an end-to-end loop:

- market/news scanning - opportunity discovery - risk checks (position concentration + stop logic) - execution through Alpaca - rationale logging for each decision - daily/weekly strategy evolution

The part I think HN might find interesting: the orchestration page

The orchestration page is where you can see the system as a pipeline, not a black box. It shows:

- scheduled jobs (pre-market, open, intraday monitor, close, weekly review) - which stage is running and what each stage does - escalation flow (scout → deeper orchestrator) - status + outputs of each run - links between analysis, action, and logged rationale

I built this because most “AI trading bots” show entries/exits, but not the decision process.

Core design choices

- Adaptive strategy layer (not locked to one style)

- Two-stage orchestration: fast scout + deeper decision pass - Deterministic guardrails for risk/mechanical actions

- Public audit trail in activity feed (analysis + rationale + evolution logs)

- Suggestion workflow: people can submit ideas; system reviews before adoption

Tech stack (current)

- OpenClaw agent orchestration - GPT-5.3 Codex for active model workflows - Alpaca for broker/data execution - Python scripts for screening/intel/risk/execution - FastAPI + React site for visibility

What I’d love feedback on 1. Orchestration UX: what would make the pipeline easier to inspect/debug? 2. Failure mode design: what should be surfaced more clearly? 3. Governance: how would you structure safe community suggestions for a system like this?

Similar Projects

AI/ML●●●Banger

EloPhanto – A self-evolving AI agent that builds its own tools

Agent that writes its own tools end-to-end when stuck. 99+ self-built tools prove the concept works.

WizardryBig BrainZero to One
elophanto_agent
303mo ago
AI/MLMid

PolyHelper – Self-evolving cognitive exoskeleton orchestrating 10 AIs

Self-evolving AI orchestration claims 9.3M LOC but only has 1 GitHub star.

Bold Bet
PolyHelper
205d ago
AI/ML●●Solid

Diraigent – Self-hosted orchestration for AI coding agents

Self-hosted alternative to Cursor and Continue with auditable agent playbooks.

Ship ItBold Bet
diraigent
213mo ago