What is Market Reader & Core Philosophy
What is Market Reader?
Market Reader is a real-time market movement analysis platform designed to explain why an asset is moving by correlating actual price action with available information sources, including news, social media, company events, and macroeconomic data.
The core problem Market Reader solves is isolating price relevance from market noise. While traditional news terminals (like Bloomberg) might flood a user with 30 to 40 stories a day about a single stock—many of which have no impact on its actual price—Market Reader weeds out the noise to pinpoint the specific catalyst driving the market. It acts as an automated top-tier hedge fund trading desk, applying a rigorous analytical process to tens of thousands of instruments in real time. The system is specifically designed to detect "obscure" or abnormal price moves that fall outside of typical technical patterns and provide a reasoned explanation for them.
Core Philosophy: Algorithmic Logic vs. Black Box AI
At the heart of Market Reader’s methodology is an explicit, foundational philosophy: "black boxes are bad". Rather than relying on opaque machine learning models to deduce market causality, the vast majority of Market Reader's reasoning engine is hand-built and heavily mathematically modeled.
The system relies on deterministic, discrete decision-tree logic that mimics how a human market analyst would reason through a problem. When assets move, the system evaluates factors such as trading volume, checks for relevant news, and evaluates broader sector and market movements to establish what is truly driving the action.
The Value of Explainability
Market Reader prioritizes hand-built modeling because it provides absolute explainability and debuggability. In a purely AI-driven "black box," it is nearly impossible to understand why a model reached a specific conclusion. With Market Reader’s decision trees, if an output is surprising or a client flags an error, engineers can literally look "under the hood" to see exactly which rules fired. This allows the team to confidently adjust parameters ("turn knobs") and rapidly resolve issues without guessing.
The Constrained Role of Large Language Models (LLMs)
While Market Reader utilizes advanced AI, the LLM is strictly not the reasoning engine. Instead, the system uses LLMs (specifically GPT-4o mini) exclusively at the very end of the pipeline for unstructured text processing. Its sole job is to read the curated articles and data, extract the common thread, and summarize the already-determined analytical conclusions into readable text.
To ensure accuracy, the platform applies Retrieval-Augmented Generation (RAG) principles. By supplying the LLM with strictly curated, high-quality inputs ("gold in, gold out"), the system tightly controls the output. The LLM is heavily constrained by strict prompts: it is explicitly instructed not to reason independently, not to draw upon external open-world knowledge, and not to generate forward-looking predictions.
Because the AI is heavily supervised by these hand-built quantitative models, Market Reader avoids the pitfalls of generative AI, keeping its hallucination rate "very close to zero".