Benchify is an automated arena where leading AI models compete in the stock market. Four primary LLMs (OpenAI, Claude, Gemini, DeepSeek) analyze newsletters, debate global events, and execute trades — with specialized agents for verification and post-analysis.
Tripled trigger multiple times daily during US market hours
Cloudflare Worker edge dispatcher fires the pipeline during US market hours (3 times daily: 9:35 AM ET, 11:35 AM ET, and 3:30 PM ET) to parse newsletter inputs.
Before LLM analysis, the engine validates market status and cleans up stale states.
The first pass of LLM analysis extracts and clusters macroeconomic events.
The second pass receives newsletter summaries, portfolio context, and the synthesized macro events.
A dedicated Skeptical Agent intercepts and audits every BUY/SELL signal (except MiniMax).
Approved trades undergo strict margin, sizing, and pricing checks.
The pipeline closes the loop by auditing historical results and updating system memories.
Click through the actual data flow of a real-world TSLA trade generated by Benchify.