Cover image

Words + Returns: Teaching Embeddings to Invest in Themes

TL;DR for operators The paper behind THEME is not really about asking an LLM to “find AI stocks” and hoping it returns a genius portfolio, because that would be the usual theatre with a Bloomberg terminal costume.1 It is about building a retrieval layer that understands investment themes as a special kind of search problem: cross-sector, text-heavy, time-sensitive, and annoyingly allergic to static classification. ...

August 26, 2025 · 16 min · Zelina
Cover image

FAITH in Numbers: Stress-Testing LLMs Against Financial Hallucinations

TL;DR for operators FAITH is useful because it changes the hallucination question from “Does the model sound right?” to “Can the model reconstruct a known financial number from the exact tables and surrounding text that justify it?”1 That sounds modest. It is not. In finance, modest is usually where the damage hides. ...

August 8, 2025 · 17 min · Zelina
Cover image

Graphs, Gains, and Guile: How FinKario Outruns Financial LLMs

TL;DR for operators FinKario is useful because it attacks a dull but expensive problem: financial research is rich, long, inconsistent, and usually trapped inside documents that models can quote more easily than they can use. The paper’s answer is not “ask a better LLM.” It is “turn research reports into a dynamic financial knowledge graph, then retrieve graph context before asking the LLM to reason.” Small difference. Large operational consequences. ...

August 5, 2025 · 19 min · Zelina
Cover image

From Charts to Circuits: How TINs Rewire Technical Analysis for the AI Era

TL;DR for operators Trading platforms have spent decades giving users fixed technical indicators and then, more recently, neural models that treat those indicators as just another column in a feature table. Longfei Lu’s paper on Technical Indicator Networks, or TINs, proposes a different wiring job: make the indicator itself into the neural architecture.1 ...

August 3, 2025 · 14 min · Zelina
Cover image

The Lion Roars in Crypto: How Multi-Agent LLMs Are Taming Market Chaos

TL;DR for operators MountainLion is best understood as a crypto research operating system, not a mystical trading lion that eats volatility for breakfast. The paper introduces a multi-modal, multi-agent LLM framework that combines technical analysis, news retrieval, on-chain signals, chart interpretation, price forecasting, GraphRAG-style semantic reasoning, and user feedback into a structured investment-reporting pipeline.1 ...

August 3, 2025 · 17 min · Zelina
Cover image

When Your AI Disagrees with Your Portfolio

TL;DR for operators An AI investment assistant does not enter every portfolio discussion as a blank analyst. The paper behind this article shows that large language models can carry latent investment preferences: for certain sectors, for larger companies, and for contrarian rather than momentum arguments.1 The important mechanism is simple and uncomfortable. When buy and sell evidence are balanced, the model’s internal prior can break the tie. When counter-evidence later becomes stronger, that prior does not necessarily disappear. In mixed-evidence settings, the model may latch onto the fragment of evidence that supports its original inclination and discount the stronger opposing side. Splendid. Your “neutral” analyst has discovered confirmation bias and brought it to the investment committee. ...

July 29, 2025 · 14 min · Zelina
Cover image

Mind the Earnings Gap: Why LLMs Still Flunk Financial Decision-Making

TL;DR for operators A financial AI system does not fail only when it invents a company, misreads a filing, or forgets what EBITDA means. Those are the obvious failures. FinanceBench is more useful because it exposes the quieter failure mode: the model has access to the document, produces a coherent answer, and still gets the financial question wrong.1 ...

July 28, 2025 · 14 min · Zelina
Cover image

Stacking Alpha: How HARLF's Three-Tier Reinforcement Learner Beats the Market

TL;DR for operators HARLF is not a story about a large language model suddenly becoming a portfolio manager. Sensible readers may exhale. The language component is FinBERT sentiment scoring applied to financial news, then converted into monthly asset-level signals. The heavier claim is architectural: instead of throwing price metrics and sentiment into one flat reinforcement-learning model and hoping the neural soup tastes like alpha, the paper separates the decision process into three tiers. ...

July 27, 2025 · 17 min · Zelina
Cover image

The Two Minds of Finance: Testing LLMs for Divergence and Discipline

TL;DR for operators Finance teams do not ask AI systems to do one kind of thinking. They ask them to imagine plausible futures, extract investable implications, choose between similar explanations, and avoid being seduced by the prettiest narrative. Those are not the same task. A model can be fluent, plausible, and still strategically dull. Finance has a long tradition of rewarding that, but we do not need to automate the habit. ...

July 25, 2025 · 17 min · Zelina
Cover image

Beyond the Mean: Teaching RL to Price the Entire Option Distribution

TL;DR for operators Pricing desks usually ask an exotic-option model for one number: the expected discounted payoff. The paper behind this article asks for the whole conditional payoff distribution instead.1 That sounds like a small statistical upgrade. It is not. It changes what the model is trying to learn, what risk information becomes available after training, and where the engineering fragility enters. ...

July 20, 2025 · 17 min · Zelina