"Disciplined Systematic Global Macro Views" focuses on current economic and finance issues, changes in market structure and the hedge fund industry as well as how to be a better decision-maker in the global macro investment space.
Sunday, September 13, 2026
The danger in in the covariance matrix
Monday, August 3, 2026
What can LLMs do and more importantly, not do?
A very interesting position paper worth a read for any follower of AI: “LLMs Can't Jump: Why the Abductive Leap is the Final Frontier of AI Discovery.” The thought is simple. AI may be good at some forms of inference, like deduction and induction, but it is not able to do the third type: abduction. “While AI can compress data (Induction) and prove theorems (Deduction), it cannot yet recreate the intuitive leap Albert Einstein took to formulate the axioms of General Relativity—a process rooted in embodied physical simulation rather than symbolic manipulation.”
The Three Pillars of Inference
The paper adopts the framework of Charles Sanders Peirce to categorize AI’s missing link:
- Deduction (Rule + Case → Result): Applying a known law to a specific situation. (AI status: SOTA - Achieved)
- Induction (Case + Result → Rule): Spotting patterns in data to find a general rule. (AI status: SOTA - Achieved)
- Abduction (Rule + Result → Case/New Rule): Inventing a hypothesis to explain a surprising or singular phenomenon. (AI status: The Missing Jump)
Thursday, July 30, 2026
Momentum and network learning
The paper “Network Momentum across Asset Classes” introduces a multi-asset quantitative trading strategy based on network momentum—a trading signal derived from momentum spillover across different asset classes. Momentum spillover occurs when past performance in one asset predicts future returns in linked assets. While traditionally studied in pairwise connections (e.g., stock-bond pairs or supply chains), this paper expands the concept to a systemic network across four distinct asset classes.
The study analyzes daily price data from 1990 to 2022 across 64 continuous futures contracts covering Commodities, Equities, Fixed Income (FI), and Foreign Exchange (FX).
Methodology
Graph Learning - Uses a linear and interpretable graph learning model to infer dynamic asset networks strictly from historical price data, overcoming the lack of explicit fundamental links between disparate asset classes.
Momentum Features - Leverages 8 individual momentum features per asset, including volatility-scaled returns over multiple horizons (1-day to 1-year) and normalized Moving Average Convergence Divergence (MACD) indicators.
Portfolio Construction - Combines learned graph adjacency matrices with a linear regression model to forecast 1-day volatility-scaled returns across all assets.
Saturday, May 16, 2026
Causal inference and critical statistical thinking
Causal inference is one of the most important topics in finance today. There is a difference between what correlates with or is associated with X and Y and saying that X causes Y. We can thank the work of Judea Pearl for truly focusing our attention on causality rather than correlation.
You should not ask what tends to happen to Y when X is high. Of course, you can ask, but that only refers to the association. The real question for causality is, "What will happen to Y if we set X to a specific vlaue and all other factros are held constant?". To answer that question, we have to consider the relationship between X and Y, and also ask what other factors may influence Y, such as variable Z. Does Z cause X, which then affects Y? Does Z affect Y directly? This type of thinking is not about fitting a set of past data into a relational model, but about asking the primary question of whether there is a reasonable link between these variables.
Before you run a statistical test, think about causal relationships and how they may be linked together. What type of relationship are you trying to find?
Saturday, April 25, 2026
Multi-agent LLM systems for profit
Do LLMs make market more efficient? Yes
Friday, April 3, 2026
Is AI a stochastic parrot?
There’s a well-known phrase that AI is not true intelligence, but just a “stochastic parrot”. But human beings do quite a bit of parroting in conversation, as it turns out. So maybe the comparison is a little more complicated.
Six Questions on the Value of Humanities Research
A Podcast Interview with Chris Yeomans, Justin S. Morrill Dean of Liberal Arts, Purdue University
Friday, March 13, 2026
More on the Sharpe ratio - Look for its stability
A recent paper introduces a new concept to help investors assess managers and trading strategies: the Sharpe Stability Ratio (SSR). See “The Sharpe Stability Ratio:Temporal Consistency of Risk-Adjusted Performance”. This performance metric accounts for the temporal consistency of risk-adjusted returns. An investor, if given two Sharpe ratios with the same value, should choose the one that has more stable characteristics. You should like the persistent Sharpe ratio. This paper treats the Sharpe ratio as a rolling performance measure. It defines stability as the ratio of the mean rolling performance to the heteroskedasticity- and autocorrelation-consistent (HAC) standard deviation.
Using the time-series approach can help analyze point-in-time SR or the probabilistic Sharpe ratio (PSR). Given strong serial correlation in the Sharpe ratio, arising from the rolling average and return consistency, the HAC correction provides a better measure than simply scaling by the standard deviation.
The important issue for investors is to look at persistence and consistency with strategies. This may be the true hallmark of skill.
Wednesday, March 4, 2026
Think of global equity markets as a network
Saturday, February 14, 2026
What drives performance of machine learning
Thursday, January 15, 2026
Deep learning and asset management - it is here but requires significant work
Monday, January 5, 2026
Chaos and machine learning
"Chaos theory -the qualitative study of unstable aperiodic behavior in deterministic nonlinear dynamical systems" - Stephen Kellert
That definition of chaos theory is all-inclusive, yet in a world before ML, it would be hard to model using simple linear regression techniques. ML is helpful because it can address the characteristics of chaotic systems. It also helps define the type of ML necessary to employ when faced with a chaotic system. Foremost, ML learning can address nonlinear relationships. All neural network ML can address nonlinear relationships. ML can also work with dynamic systems that have strong cross-asset relationships. ML can also address aperiodic behavior by examining time-series relationships using techniques such as long short-term memory (LSTM) recurrent neural networks (RNNs). What takes more work is dealing with unstable systems that change over time. This requires ML models that are compact and can be retrained regularly.
Sunday, December 7, 2025
The AI model used differs by task
I found this simple graph that matches how I use AI models. There is not one single provider that works best. The choice of AI model will differ by the task. Given these differences, I will sometimes use more than one model for he same task by asking the same questions or using the same prompts across several models and then comparing the results. Claude is easy to work with, but ChatGPT will sometimes provide more useful answers. Gemini and Co-Pilot are easy to use because of their integration with workflow, although their answers for more complex questions are not as clear.
While good at answering quick questions, their usage is harder to intergrate with normal quant work.
Friday, November 28, 2025
CME Outage, Quant Models, and Prices
Prices are the lifeblood of any quant model. If you have the wrong input, you will get incorrect predictions. In the case of an outlier, a single incorrect price may generate misleading signals about future opportunities, so any model should be thoroughly reviewed to assess its sensitivity to wayward signals.
If there are incorrect inputs, the model output should be adjusted to reflect the change in data when a replacement is made. Users have to be alerted to any changes. These are easy cases to deal with. There are also more difficult issues, such as data oddities or anomalies.
For example, the CME outage during the Thanksgiving period is a market anomaly that has to be addressed, especially given that it occurred at month-end. To provide context, there was an 11-hour system outage ending at 1335 GMT. It was during the Thanksgiving break, which is associated with low trading volume in the US, but it impacted all global markets on a Friday, a month-end. An outage will lead to a change in trading and a surge upon reopening. Hence, the inputs for open, high, low, and close will be distorted from what they would be in the absence of an outage. This will lead to slightly different signals generated from any model.
So what should a modeler do about this? One response is that the price is the price and to do nothing. It is reasonable and defensible, yet it may seem odd not to account for some distortion; however, there is no way to determine the impact of any outage. What would be the right price? Another option is to drop the price to the last close. This can be defended, but replacing data seems somewhat arbitrary.
The best response is to focus on the output and look at the marginal trade signals generated. Does it matter? An output sensitivity analysis can be conducted to see what happens with the new prices, rather than looking at what would have happened if no change had been made. If there are small marginal changes, then keep the latest prices. If there is a large set of new signals, investigate further on why and flag the changes. The prices can be kept, but the flagged trades can be ignored. However, this creates another set of problems if the trade is closing an existing position. When do you exit the old position?
These real-life problems tell the user that there is no such thing as a fully automated system.
Thursday, September 25, 2025
Beware of the Sharpe ratio - Use the Sharpe ratio
The new paper "How to use the Sharpe Ratio" is an important read for any analyst looking to compare two managers or strategies using the Sharpe ratio. Many of the implications of the Sharpe ratio have been discussed in previous papers; however, this paper presents all the limitations and possible solutions in a single reading. The authors present several adjustments to the Sharpe ratio to address issues such as non-normality, and they also list and comment on all prior research associated with the Sharpe ratio. The overall conclusion is that using quick calculations should be done with peril. Oftentimes, minor adjustments will help on the margin. This is important because often Sharpe ratios for many strategies are close to each other, so rankings will flip once you account for some of these adjustments
Friday, September 5, 2025
The cause and effect link is not always obvious
Sunday, July 27, 2025
Choose your modeling technique wisely
Sunday, June 15, 2025
Causal discovery and trading
Causal discovery techniques can help any quantitative hedge fund, but may be especially helpful for enhancements to trend-following through finding causal links with other markets. The basic structure for a trend-following model is to use past values of a variable to extrapolate ot the future. Look for the trend, yet it would add significant value if you could learn whether other markets may have some causal impact on another variable.
The standard approach to time series causality is to use Granger causality tests, which simply determine whether some time series Y causes or has an impact on the prediction of X. However, a growing number of alternative techniques are available to aid in causal discovery, thereby improving trading, such as time series data causal inference, vector autoregressive linear non-Gaussian acyclic models, and time-varying interactions models for nonlinear observations. The code for these algorithms is already written, so it is relatively easy to implement for a set of assets.
We are not planning to explore all of these techniques, but there are ways to support better causal discovery that can be used to improve the inputs in investment strategy. See "Trading with Time Series Causal Discovery: An Empirical Study" for a simple application of causal discovery for long-short equity portfolios. Now, these algorithms are not easy to implement due to the time required for computation; however, this seems to be a fruitful area for further research, especially given the growing interest in causal reasoning in finance.
Choose your correlation carefully - Kendall's Tau
Thursday, April 10, 2025
The stock market - It is not your normal distribution
The stock market is not your normal distribution, yet we often focus on normal return stats. For risk management, assume normality at your own peril. Market extremes usually come in clusters when there is a regime switch in volatility, which does not change the fact that outliers exist. You can windsorize to take out extremes; however, that does not change the risk. Yes, April has been an unusual month.



































