terminal how it works architecture configure install join waitlist
SORANOS
beliefs as markdown · positions via alpaca
SEC EDGAR · claude agent sdk
fully configurable · git-committed
0 people on the waitlist
A full research cycle
Start the daemon, trigger a cycle. Subagents fan out across SEC filings, patents, and government contracts — the orchestrator synthesizes and decides.
soranos
>
Files are the configuration
No config files, no YAML, no environment variables for behavior. Plain markdown files are the interface. Edit them to change how Soranos thinks, what it researches, how much risk it takes, and which models it uses. Everything is yours to customize.
SORANOS.md
System prompt — the AI's identity. Rewrite it entirely to change how Soranos thinks, what it prioritizes, and how it makes decisions. The default channels Buffett, Deutsch, Munger, Naval, Musk. Make it yours.
Simple scaffolding, intelligent model
The framework stays the same. As models improve, the results get better.
Configure everything
One markdown file controls the entire system. Edit it in any text editor — the AI reads it as plain text, the framework enforces the hard limits.
Models
Choose any Claude model for the orchestrator and subagents. Swap in a new model by changing one line.
Risk limits
Position size cap, total deployment limit, drawdown pause threshold. Hard-enforced by guardrail hooks — the AI can't override them.
Cycle interval
How often the daemon wakes up to review beliefs and investigate. 4 hours, 12 hours, once a day — your call.
Brokerage
Paper or live trading via Alpaca. Start in paper mode, switch to live when you're ready. One word change.
Data sources
Prioritize SEC filings, patent databases, government contracts — or lean on news and commentary. Define the research hierarchy.
Philosophy
SORANOS.md is the system prompt. Rewrite the AI's personality, investment philosophy, and decision framework entirely. It's just text.
API budget
Set a monthly spend cap. The framework blocks cycles when you hit it. Tracked per-month and lifetime.
Time horizon
3-10 year structural bets, or short-term catalyst plays. The AI reads your horizon and adjusts its research depth and patience accordingly.
swipe or use arrows
Install
Python 3.11+ required. Bring your own API keys.
one-liner
curl -fsSL https://raw.githubusercontent.com/chaseroll/soranos/main/install.sh | bash
manual
git clone https://github.com/chaseroll/soranos.git cd soranos uv venv && source .venv/bin/activate uv pip install -e .
# set your keys export ANTHROPIC_API_KEY=sk-ant-... export ALPACA_API_KEY=... export ALPACA_SECRET_KEY=... # create a workspace mkdir my-fund && cd my-fund soranos init soranos
0 people on the waitlist

Join the Waitlist

Soranos is in early development. Drop your email and we'll let you know when it's ready.