<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Agent Benchmarks on RockB</title><link>https://baeseokjae.github.io/tags/agent-benchmarks/</link><description>Recent content in Agent Benchmarks on RockB</description><image><title>RockB</title><url>https://baeseokjae.github.io/images/og-default.png</url><link>https://baeseokjae.github.io/images/og-default.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 05 Aug 2026 19:02:16 +0000</lastBuildDate><atom:link href="https://baeseokjae.github.io/tags/agent-benchmarks/index.xml" rel="self" type="application/rss+xml"/><item><title>EdotEnv (YC S26) Review: Quant Trading RL Environments for LLM Research in 2026</title><link>https://baeseokjae.github.io/posts/edotenv-yc-s26-quant-trading-rl-envs-to-teach-llms-research-2026/</link><pubDate>Wed, 05 Aug 2026 19:02:16 +0000</pubDate><guid>https://baeseokjae.github.io/posts/edotenv-yc-s26-quant-trading-rl-envs-to-teach-llms-research-2026/</guid><description>EdotEnv (YC S26) builds self-improving RL environments from quant trading workflows to evaluate and train LLM agents on continuously evolving market data.</description><content:encoded><![CDATA[<p>EdotEnv (YC S26) is a startup founded by former quants Rui and Michael that builds self-improving reinforcement learning environments from quantitative trading workflows, designed specifically to evaluate and train LLM agents. Unlike static benchmarks that saturate as models improve, EdotEnv uses live market dynamics where alpha decays 30-50% per year, creating a continuously evolving difficulty curve that keeps evaluation meaningful even as frontier models advance.</p>
<h2 id="what-is-edotenv-and-why-does-it-matter-for-llm-research">What Is EdotEnv and Why Does It Matter for LLM Research?</h2>
<p>EdotEnv launched on Hacker News in August 2026, receiving 39 points and 34 comments from the AI and quant finance communities. The company&rsquo;s tagline — &ldquo;Environments for intelligence that adapts&rdquo; — captures its core thesis: the most useful benchmarks for evaluating LLM agents are those that get harder as the models get better. Traditional NLP benchmarks like MMLU, GSM8K, and HumanEval have all experienced significant saturation, with frontier models now scoring above 90% on many of them. EdotEnv proposes a radical alternative: use real financial markets as the evaluation environment, where the difficulty level is set by the collective intelligence of all market participants and naturally increases over time.</p>
<p>The founders bring deep domain expertise from quantitative finance, where the problem of alpha decay — the erosion of trading strategy profitability as more capital competes for the same edge — is a well-understood phenomenon. They recognized that this same property makes markets an ideal test bed for LLM agent capabilities.</p>
<h2 id="why-are-traditional-llm-benchmarks-failing">Why Are Traditional LLM Benchmarks Failing?</h2>
<p>The AI research community faces a growing problem that some researchers call &ldquo;benchmaxxing&rdquo; — the practice of optimizing model performance specifically for benchmark metrics rather than for genuine capability improvements. This has led to several concerning trends:</p>
<table>
  <thead>
      <tr>
          <th>Benchmark</th>
          <th>Saturation Level (2026)</th>
          <th>Year Introduced</th>
          <th>Original SOTA</th>
          <th>Current SOTA</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>MMLU</td>
          <td>~95%</td>
          <td>2020</td>
          <td>43.9%</td>
          <td>96.8%</td>
      </tr>
      <tr>
          <td>GSM8K</td>
          <td>~97%</td>
          <td>2021</td>
          <td>18.4%</td>
          <td>98.5%</td>
      </tr>
      <tr>
          <td>HumanEval</td>
          <td>~93%</td>
          <td>2021</td>
          <td>28.8%</td>
          <td>95.2%</td>
      </tr>
      <tr>
          <td>MATH</td>
          <td>~90%</td>
          <td>2021</td>
          <td>6.9%</td>
          <td>92.3%</td>
      </tr>
      <tr>
          <td>SWE-bench</td>
          <td>~65%</td>
          <td>2023</td>
          <td>1.7%</td>
          <td>68.4%</td>
      </tr>
  </tbody>
</table>
<p>As the table shows, most major benchmarks are approaching ceiling effects. When every frontier model scores above 90%, the benchmark loses its ability to discriminate between models or track meaningful progress. This is the core problem EdotEnv aims to solve.</p>
<p>The deeper issue is that static benchmarks measure a model&rsquo;s ability to recall or apply learned patterns, not its capacity for genuine exploration, adaptation, and iterative improvement — the very skills that matter most for real-world autonomous agents.</p>
<h2 id="how-do-markets-create-self-improving-benchmarks">How Do Markets Create Self-Improving Benchmarks?</h2>
<p>The key insight behind EdotEnv is that financial markets are naturally self-difficultating. As models improve and more participants deploy similar strategies, the available alpha — the excess return above a market baseline — decays at an estimated 30-50% per year. This means that a strategy that worked well in 2025 will be significantly less profitable by 2026, and may be completely ineffective by 2027.</p>
<p>This property creates a unique evaluation dynamic:</p>
<ol>
<li><strong>Continuous difficulty scaling</strong>: The benchmark automatically gets harder as models improve, because the market adapts to absorb new strategies.</li>
<li><strong>No manual refresh needed</strong>: Traditional benchmarks require human effort to create new question sets, rewrite problems, or find uncontaminated data. Markets refresh themselves every trading day.</li>
<li><strong>Verifiable ground truth</strong>: Unlike LLM-as-judge evaluations or human-rated responses, market outcomes provide immediate, objective, and verifiable rewards. A trading strategy either makes money or it doesn&rsquo;t.</li>
<li><strong>Transferable skills</strong>: The skills required to succeed in quant trading — feature engineering, hypothesis testing, backtesting, risk management, regime adaptation — are directly transferable to general ML research and engineering.</li>
</ol>
<h2 id="how-does-edotenvs-technical-architecture-work">How Does EdotEnv&rsquo;s Technical Architecture Work?</h2>
<p>EdotEnv&rsquo;s evaluation framework is built on the Harbor open-source agent evaluation platform, which uses Docker containers and MCP (Model Context Protocol) servers to create reproducible, sandboxed environments for LLM agents.</p>
<h3 id="the-open-source-feature-engineering-task">The Open-Source Feature Engineering Task</h3>
<p>EdotEnv&rsquo;s publicly available sample task, hosted at <code>github.com/MMcollab-dotcom/feature-engineering</code>, demonstrates the architecture. The environment consists of:</p>
<ul>
<li><strong>Main container</strong>: Contains public cryptocurrency minute-level data in Parquet format, along with context about the task and available data sources.</li>
<li><strong>MCP server container</strong>: Provides tools for training models, running backtests, and submitting results. The agent interacts with this server through the MCP protocol.</li>
<li><strong>Verifier</strong>: After submission, the verifier refits the submitted model on all public 2022-2023 data rows and predicts on hidden 2024 rows. Scoring is based on hidden annualized Sharpe ratio, CAGR, maximum drawdown, and Pearson Information Coefficient.</li>
</ul>
<p>The scoring methodology is particularly noteworthy because it uses hidden data — the agent never sees the 2024 test set during development, preventing overfitting and data contamination. This is a significant advantage over many LLM benchmarks where training data can leak into the model&rsquo;s pretraining corpus.</p>
<h3 id="comparison-edotenv-vs-finrl">Comparison: EdotEnv vs. FinRL</h3>
<table>
  <thead>
      <tr>
          <th>Feature</th>
          <th>EdotEnv</th>
          <th>FinRL</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Primary focus</td>
          <td>LLM agent evaluation</td>
          <td>Traditional RL for trading</td>
      </tr>
      <tr>
          <td>API style</td>
          <td>MCP/Harbor (agent-native)</td>
          <td>Gym-style (RL-native)</td>
      </tr>
      <tr>
          <td>Data source</td>
          <td>Real crypto minute data</td>
          <td>Yahoo Finance, CCXT</td>
      </tr>
      <tr>
          <td>Evaluation metric</td>
          <td>Hidden Sharpe, CAGR, drawdown</td>
          <td>Sharpe ratio, portfolio value</td>
      </tr>
      <tr>
          <td>LLM-specific design</td>
          <td>Yes — MCP tool interface</td>
          <td>No — standard RL interface</td>
      </tr>
      <tr>
          <td>Self-difficultating</td>
          <td>Yes — live market dynamics</td>
          <td>No — static historical data</td>
      </tr>
      <tr>
          <td>Open source</td>
          <td>Partial (sample task)</td>
          <td>Fully open source</td>
      </tr>
      <tr>
          <td>Target users</td>
          <td>AI labs, LLM researchers</td>
          <td>Academic researchers, quants</td>
      </tr>
  </tbody>
</table>
<h2 id="what-did-edotenv-discover-about-sota-llm-performance">What Did EdotEnv Discover About SOTA LLM Performance?</h2>
<p>The most interesting findings from EdotEnv&rsquo;s early experiments challenge several assumptions about LLM agent capabilities:</p>
<h3 id="higher-reasoning-does-not-help">Higher Reasoning Does Not Help</h3>
<p>One of the most surprising results was that increasing model reasoning depth — using models with more chain-of-thought steps, higher inference compute, or reasoning-focused architectures — did not correlate with better trading performance. This contradicts the prevailing narrative in AI research that more reasoning always leads to better outcomes. In the context of quant trading, it suggests that the bottleneck is not reasoning depth but rather the ability to formulate and test the right hypotheses.</p>
<h3 id="agents-struggle-with-deep-iteration">Agents Struggle With Deep Iteration</h3>
<p>SOTA LLMs tested in EdotEnv environments showed a consistent pattern: they prefer broad, shallow searches over deep iterative refinement. When given a research task like feature engineering, models would generate many ideas but rarely follow through on any single idea with the depth required to produce a meaningful trading signal. This mirrors a known limitation of current LLMs — they excel at generating plausible-sounding content but struggle with sustained, goal-directed exploration.</p>
<h3 id="agents-dont-understand-loss-aversion">Agents Don&rsquo;t Understand Loss Aversion</h3>
<p>Perhaps the most telling finding: when EdotEnv agents started losing money in the trading environment, they stopped trading rather than adapting their strategy. This reveals a fundamental gap in current LLM agent design — the inability to distinguish between a bad strategy and a temporary adverse market condition. A human trader who loses money on their first three trades might refine their approach, adjust position sizing, or seek new signals. Current LLM agents simply shut down.</p>
<h2 id="what-is-edotenvs-business-model">What Is EdotEnv&rsquo;s Business Model?</h2>
<p>EdotEnv targets three primary customer segments:</p>
<ol>
<li><strong>AI labs</strong> training frontier models who need evaluation environments that won&rsquo;t saturate</li>
<li><strong>Researchers</strong> studying LLM agent capabilities, particularly in areas of continual learning, long-horizon planning, and adaptive behavior</li>
<li><strong>Enterprises</strong> training their own proprietary agents for financial or other dynamic domains</li>
</ol>
<p>The company offers both a managed evaluation platform and the ability to create custom environments based on specific market data or trading workflows. Pricing details have not been publicly disclosed, but the model appears to follow a platform-as-a-service approach with tiered access based on evaluation volume and data coverage.</p>
<h2 id="what-challenges-does-edotenv-face">What Challenges Does EdotEnv Face?</h2>
<p>Despite its innovative approach, EdotEnv faces several significant challenges:</p>
<h3 id="stochasticity-and-comparability">Stochasticity and Comparability</h3>
<p>Financial markets are inherently stochastic — the same strategy executed on different days or even different minutes can produce wildly different results. This makes it difficult to compare model performance across evaluation runs. EdotEnv addresses this through fixed-seed regimes and controlled backtesting windows, but the fundamental tension between realistic market dynamics and reproducible evaluation remains.</p>
<h3 id="data-contamination-risk">Data Contamination Risk</h3>
<p>While EdotEnv&rsquo;s use of hidden future data mitigates some contamination concerns, the fact that models are trained on public internet data means they may have encountered descriptions of trading strategies, market patterns, or even specific price movements during pretraining. The company&rsquo;s approach of using recent data that postdates model training helps, but it is not a complete solution.</p>
<h3 id="limited-track-record">Limited Track Record</h3>
<p>As a YC S26 company, EdotEnv has a very limited track record. The open-source repository has only 3 stars and 1 fork on GitHub as of early August 2026. The company has not published peer-reviewed results, and its customer base is still in the early adopter phase. The concept is compelling, but execution risk is significant.</p>
<h3 id="narrow-domain-scope">Narrow Domain Scope</h3>
<p>Quant trading, while rich in transferable skills, is still a narrow domain. It is not clear how well the skills learned in EdotEnv environments generalize to other domains like software engineering, scientific research, or customer service. The company&rsquo;s thesis that quant skills transfer broadly is plausible but unproven.</p>
<h2 id="competitive-landscape">Competitive Landscape</h2>
<p>EdotEnv operates at the intersection of several emerging categories:</p>
<table>
  <thead>
      <tr>
          <th>Competitor</th>
          <th>Category</th>
          <th>Key Difference from EdotEnv</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>FinRL</td>
          <td>Open-source RL for trading</td>
          <td>Traditional RL, not LLM-optimized; static data</td>
      </tr>
      <tr>
          <td>Alphadidactic</td>
          <td>RL environments for LLMs</td>
          <td>Different domain focus</td>
      </tr>
      <tr>
          <td>GAIA</td>
          <td>Agent benchmark suite</td>
          <td>Static tasks, no self-difficultation</td>
      </tr>
      <tr>
          <td>SWE-bench</td>
          <td>Software engineering eval</td>
          <td>Static task set, manual refresh needed</td>
      </tr>
      <tr>
          <td>AgentBench</td>
          <td>Multi-domain agent eval</td>
          <td>Fixed difficulty, saturating</td>
      </tr>
  </tbody>
</table>
<p>The closest conceptual parallel is the growing trend of using real-world domains as RL environments for LLMs — exemplified by projects like using cancer diagnosis as an RL environment for LLMs (Show HN, 46 points). However, EdotEnv is unique in its focus on markets as a self-difficultating benchmark and its explicit design for continual evaluation rather than one-shot assessment.</p>
<h2 id="faq">FAQ</h2>
<h3 id="what-is-edotenv-and-who-founded-it">What is EdotEnv and who founded it?</h3>
<p>EdotEnv is a YC S26 startup founded by former quants Rui and Michael. It builds self-improving reinforcement learning environments from quantitative trading workflows, designed to evaluate and train LLM agents on continuously evolving market data.</p>
<h3 id="how-is-edotenv-different-from-finrl">How is EdotEnv different from FinRL?</h3>
<p>While FinRL is an open-source framework for traditional reinforcement learning in finance using gym-style APIs and static historical data, EdotEnv is specifically designed for LLM agent evaluation using the MCP/Harbor protocol, with self-difficultating environments that get harder as models improve.</p>
<h3 id="why-do-traditional-llm-benchmarks-need-replacing">Why do traditional LLM benchmarks need replacing?</h3>
<p>Most major benchmarks like MMLU, GSM8K, and HumanEval are approaching saturation, with frontier models scoring above 90%. This makes them ineffective for discriminating between models or tracking meaningful progress. EdotEnv&rsquo;s market-based environments naturally avoid this problem through alpha decay.</p>
<h3 id="what-did-edotenv-discover-about-llm-agent-limitations">What did EdotEnv discover about LLM agent limitations?</h3>
<p>EdotEnv found that higher reasoning does not improve trading performance, SOTA LLMs struggle with deep iterative research, and agents stop trading when losing money instead of adapting their strategy — revealing fundamental gaps in current LLM agent design.</p>
<h3 id="is-edotenv-open-source">Is EdotEnv open source?</h3>
<p>EdotEnv has released a sample feature-engineering task as open source on GitHub at <code>github.com/MMcollab-dotcom/feature-engineering</code>, built on the Harbor framework. The full platform is a managed service targeting AI labs, researchers, and enterprises.</p>
<h2 id="verdict">Verdict</h2>
<p>EdotEnv addresses a genuine and growing problem in AI evaluation: the saturation of static benchmarks. Its core insight — that markets naturally self-difficultate through alpha decay — is clever and well-executed. The early research findings about LLM limitations in trading environments are genuinely interesting and challenge prevailing assumptions about reasoning models.</p>
<p>However, the company is very early stage. The open-source community engagement is minimal, the track record is short, and the domain scope is narrow. EdotEnv&rsquo;s thesis that quant trading skills transfer to general ML research is plausible but unproven. For AI labs looking for evaluation environments that won&rsquo;t saturate in six months, EdotEnv is worth watching — but it is not yet a proven solution.</p>
<p>The most valuable contribution EdotEnv may make is not the platform itself but the research findings it generates about LLM agent capabilities and limitations. If the company can build a community around its open-source tasks and demonstrate that skills learned in its environments transfer to other domains, it could become an important part of the AI evaluation infrastructure. For now, it is a promising experiment with a strong thesis and early execution.</p>
]]></content:encoded></item></channel></rss>