Tagged articles
5 articles
Page 1 of 1
AI Explorer
AI Explorer
Apr 27, 2026 · Artificial Intelligence

TradingAgents: A Multi‑Agent LLM Framework for Financial Trading

TradingAgents is an open‑source Python framework that splits the trading workflow into five specialized LLM agents, uses structured JSON communication, supports multiple model providers, and lets users quickly backtest or run live strategies with a single pip install.

LLMMulti-AgentPython
0 likes · 6 min read
TradingAgents: A Multi‑Agent LLM Framework for Financial Trading
AI Engineering
AI Engineering
Mar 12, 2026 · Industry Insights

Can Organizations Be Forked? Karpathy’s “Code as Company” Concept

Karpathy argues that a company’s operating principles can be encoded like software, enabling AI‑driven organizations to be duplicated and iterated like code repositories, while traditional firms remain un‑forkable due to tacit institutional knowledge, with trading firms highlighted as the first viable test case.

AIAgent ManagementDarkMatter
0 likes · 6 min read
Can Organizations Be Forked? Karpathy’s “Code as Company” Concept
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Sep 26, 2025 · Artificial Intelligence

Paper Summaries: Recent AI-Driven Finance Research (Sep 20‑26, 2025)

This article presents concise English summaries of four recent arXiv papers that explore AI-driven trading frameworks, dual‑view risk‑relation identification from 10‑K filings, multimodal language models for financial forecasting, and credit‑spread prediction enhanced by non‑financial data, highlighting their methods, datasets, and performance results.

AICredit SpreadsMultimodal
0 likes · 9 min read
Paper Summaries: Recent AI-Driven Finance Research (Sep 20‑26, 2025)
Liangxu Linux
Liangxu Linux
Jul 24, 2025 · Fundamentals

6 Fast‑Rising Open‑Source Projects to Watch This Week

This week’s roundup highlights six open‑source projects that saw rapid star growth on GitHub, covering AI agent learning, high‑performance quantitative trading, large‑scale system design, social‑media management, Anthropic AI tutorials, and a self‑hosted email service, each with key features and repository links.

AIEmailGitHub
0 likes · 5 min read
6 Fast‑Rising Open‑Source Projects to Watch This Week
Python Programming Learning Circle
Python Programming Learning Circle
May 18, 2020 · Backend Development

How to Retrieve Binance Trade Data with Python: A Step-by-Step Guide

This article explains why accurate trade data is essential for strategy backtesting, why Binance is chosen, and provides a detailed Python workflow—including argument parsing, using the Binance aggTrades endpoint, handling pagination with from_id, cleaning the resulting DataFrame, saving to CSV, and validating the data integrity.

Binance APICSVData Extraction
0 likes · 7 min read
How to Retrieve Binance Trade Data with Python: A Step-by-Step Guide