Built a 10-agent pipeline for portfolio construction — macro, screener, 6 analysts, orchestrator, constructor — runs across 6 LLM providers
Summary
1rok is a TypeScript framework that enables running multi-agent portfolio construction pipelines across multiple LLM providers to benchmark their performance on financial tasks like stock selection and position sizing.
Similar Articles
TradingAgents: Multi-Agents LLM Financial Trading Framework
This paper introduces TradingAgents, a multi-agent LLM framework that simulates real-world trading firms to improve stock trading performance. It utilizes specialized agents for analysis and risk management, demonstrating superior results in cumulative returns and Sharpe ratio compared to baselines.
QuantAgent: Price-Driven Multi-Agent LLMs for High-Frequency Trading
QuantAgent is a multi-agent LLM framework designed specifically for high-frequency trading, using four specialized agents (Indicator, Pattern, Trend, Risk) to make rapid, risk-aware decisions based on short-horizon signals. In zero-shot evaluations across ten financial instruments including Bitcoin and Nasdaq futures, it outperforms existing neural and rule-based baselines in predictive accuracy and cumulative return.
Built an Open-Source Devil's Advocate for Stock, Fund and Investing Deals
A multi-agent open-source tool built with OpenAI agents and Valyu financial search to stress-test investment theses by acting as Bull, Bear, House View Checker, Synthesizer, and binding Devil's Advocate.
built an agent where the LLM is structurally forbidden from writing the final output. looking for feedback + people willing to break it
The author describes an AI agent designed to reproduce production Python crashes using LangGraph, featuring a unique architecture where the LLM plans actions but deterministic Python functions generate the final test code to ensure reliability.
AutoLLMResearch: Training Research Agents for Automating LLM Experiment Configuration -- Learning from Cheap, Optimizing Expensive
This paper introduces AutoLLMResearch, an agentic framework that automates the configuration of expensive LLM experiments by learning from low-fidelity environments and extrapolating to high-cost settings. It aims to reduce computational waste and reliance on expert intuition in scalable LLM research.