Determinism Scales Better Than Discovery
This is a follow-up to Why Large Quantitative Analytics Platforms Rarely Fail All at Once. That post argued platforms slowly lose coherence; this one is about one structural choice that helps keep it. Thesis: When dependencies are knowable (as they often are in pricing and risk), explicit orchestration plus explicit caching scales better than runtime discovery plus database-as-memoisation (i.e., when the persistence layer quietly becomes the cache and dependency catalogue). This is not an argument against graphs. It is an argument about where you pay complexity. ...