Cover image

Taming the Trading Floor: How 'Roaree' Optimizers Could Redefine AI Stock Forecasting

TL;DR for operators The paper behind this article is not a victory lap for AI stock prediction. It is a more useful thing: a controlled comparison of how different optimisers behave when a MambaStock model tries to forecast one-week-ahead S&P 500 returns.1 The operational read is simple. If your priority is lowest forecast error in this setup, the safer family is still adaptive or momentum-based optimisation: RMSProp, Adam, Nesterov, and SGD with momentum. If your priority is fast experimentation across many hyperparameter settings, Lion deserves attention because it trains quickly and tolerates a broader region of settings. If your priority is Lion-like speed without quite so much convergence thrashing, Roaree is interesting: it smooths Lion’s hard sign update and improves Lion’s test error and training stability. ...

August 10, 2025 · 14 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

Nodes Know Best: A Smarter Graph for Long-Term Stock Forecasts

TL;DR for operators NGAT is useful because it attacks a real modelling mismatch in financial AI: companies do not absorb market information in the same way, yet many graph neural networks treat them as if they do. The paper’s answer is a node-level graph attention layer, where each company learns its own attention mechanism for reading signals from related companies. ...

July 4, 2025 · 16 min · Zelina