SevenTnewS

Agentic Finance

Your portfolio's black box is opening: the first live agentic finance tracker shows why returns alone are a lie

NextFund records every decision an AI trading agent makes in live markets, letting users compare models, inspect rationales, and diagnose failures. An eight-LLM test across US, China, and Hong Kong equities shows that similar intermediate signals can diverge into starkly different portfolio behaviors, and that quarterly rankings flip depending on which metric matters most.

Emmanuel Fabrice Omgbwa Yasse AI-assisted

2026-07-27 · 6 min read

Your portfolio's black box is opening: the first live agentic finance tracker shows why returns alone are a lie
Sources : NextFund: A Uni…

Large language models are writing trades now, not just reading earnings reports. But the tools for judging whether they do it well have stayed stuck in the dark ages: static quizzes and terminal portfolio returns that reveal nothing about how an order got placed. A platform published this week by Paradoox AI Research aims to change that, and it arrives at a moment when the industry is waking up to the gap between a model's demo performance and its real-world behavior, a dynamic well captured by the tension between vibe coding and production reliability, as explored in our analysis of prototype-to-production gaps.

NextFund couples live market feeds across Hong Kong, the US, and China A-share equities with persistent, end-to-end logging of every observation, analyst signal, and executed action. It also ships a web-based Trading Arena that lets users drill from leaderboard scores down to the textual rationale behind a single day's buy or sell order. The demo is live at paradoox.cn/nextfund/.

Three gaps the platform fixes

The paper details three structural problems that existing agentic finance evaluation systems share. First, most benchmarks test static knowledge or report only final profit and loss, leaving intermediate evidence and execution steps invisible. Second, when an agent mishandles a tool or drifts from its mandate, developers often cannot tell whether the fault lies in retrieval, analysis, synthesis, or execution. Third, decision logs, error cases, and tool-call histories are routinely discarded after a run, so institutions accumulate little reusable data for later prompt revision or model adaptation. This last point mirrors a broader pattern in AI agent evaluation, where the real bottleneck often isn't the model but the data used to test and improve it, as detailed in Nvidia's findings on synthetic data as the true agent bottleneck.

NextFund tackles all three by embedding write-through tracking directly into the multi-agent workflow. Every time an analyst emits a signal or the decision manager commits a target allocation, the record, along with its justification and prompt context, is persisted immediately under a shared, time-stamped clock.

What the first live tests reveal

The authors ran eight frontier LLMs, DeepSeek-V4-Flash, DeepSeek-V4-Pro, Gemini-3.5-Flash, GLM-5.1, GPT-5.4-Mini, Kimi-K2.6, MiniMax-M3, and Qwen3.5-Flash, through the same multi-agent stack, universe, and constraints across 2026 Q1 and Q2. The results paint a picture far more nuanced than any single metric can capture.

In US equities during Q1, every model lost money. Kimi-K2.6 came closest to breaking even at -2.89% return, while also recording the best volatility (5.04%) and drawdown (-4.39%). DeepSeek-V4-Flash had the least negative Sharpe ratio. By Q2 the book reversed: Qwen3.5-Flash led return at 12.23%, yet GPT-5.4-Mini dominated on Sharpe (3.16), volatility (13.03%), and drawdown (-6.36%). The lesson is clear: a higher-return model is not automatically the most efficient, the most stable, or the least active.

Cross-model comparison on the same input stream yields an even more striking finding. When comparing Kimi-K2.6 with Qwen3.5-Flash on US Q1 data, analyst signals agreed on roughly 92.9% of cases, meaning both models produced similar specialist views from the same prices and news digests. But final buy/sell/hold actions agreed on only 36.4% of ticker-days. Kimi-K2.6 remained conservative (396 holds, 29 buys, 23 sells), while Qwen3.5-Flash traded far more aggressively (152 holds, 160 buys, 136 sells). Similar intermediate evidence does not imply similar portfolio behavior, a failure mode that terminal P&L numbers alone cannot surface.

The pattern holds across markets. In China A-shares, GLM-5.1 led return in Q1 at 9.76%, while Kimi-K2.6 led Sharpe. In Hong Kong, Kimi-K2.6 posted a 30.94% return in Q1 with a Sharpe of 3.21, but Gemini-3.5-Flash took the lead in Q2 at 23.41% return. The same protocol yields qualitatively different leaderboards in each venue, confirming that cross-market tracking is necessary for fair comparison. This kind of systematic evaluation across diverse environments is precisely what tools like Ai2's olmo-eval bring to model development, a microscope for every checkpoint, as described in our coverage of open evaluation workbenches.

Arena-style inspection as a diagnostic tool

Where NextFund breaks most ground is in the inspection layer it provides. The Model Arena lets users select a market, an evaluation period, and a set of model runs to compare side by side. Equity curves, Sharpe, volatility, drawdown, and turnover are presented together, and each run is linked to its full execution trace. A user who notices, say, that one model has higher return but higher turnover can click into the Detail Tracking view to see whether the difference arises from more frequent actions or from different allocation choices.

At the decision level, each trading day and ticker is linked to specialist outputs, portfolio-manager decisions, executed actions, and textual rationales along a shared timeline. The aligned traces allow inspectors to determine whether two agents diverged during upstream analysis, decision synthesis, or execution. The authors illustrate this with a concrete Q1 comparison: Kimi-K2.6's conservative stance appears to be driven not by different analyst signals but by a different synthesis step. The decision manager in Kimi-K2.6 weighted risk over conviction, while Qwen3.5-Flash's manager weighted conviction over risk.

What is still missing

The current release centers on equity rebalancing across three markets with a fixed analyst roster. Support for derivatives, multi-currency hedging, and richer compliance rules is left to future work. Even with synchronized clocks and structured logs, textual rationales may remain incomplete or only loosely aligned with latent model computation. Human review is still required for consequential decisions. Live evaluation also depends on third-party market feeds whose licenses may prohibit redistributing raw data; public artifacts emphasize schemas, traces, and interfaces rather than proprietary market dumps.

NextFund is intended as an auditing and comparison aid, not as an investment advisor. The authors are explicit about this: demonstration outcomes should not be the sole basis for investment or regulatory decisions, and users should examine provenance, decision histories, and risk metrics while interpreting leaderboard results as comparative evidence under a stated protocol rather than as forecasts of future performance.

A substrate for systematic improvement

Perhaps the most consequential design choice is that traces are complete, time-aligned, and reusable. The same substrate that supports cross-model comparison and failure attribution also provides material for prompt revision, supervised adaptation, and reinforcement learning. Historical decisions and digests can be read back into later runs as memory, closing the loop between recording and reasoning. This circular approach, record, analyze, revise, is exactly what the industry needs to move beyond static benchmarks, a lesson reinforced by the finding that verifying coding agents is now harder than building them, as discussed in our analysis of the verification horizon.

As LLM-based agents move from research demos into portfolio management workflows, the gap between a model's promise and its auditable behavior will become the central governance question for institutional adopters. NextFund does not solve that question, but it provides the first infrastructure for asking it systematically, and that alone may be its most valuable contribution.

Get the tech essentials in 3 minutes every morning

One email, every weekday, with what actually matters in AI and tech.