
A market-intelligence experiment for crypto and stocks - testing a clean split between computation and explanation.
What I was exploring¶
LLMs shouldn't invent market signals. I wanted the numbers to decide the signal, and the model to only explain it in plain language.
What it does¶
It pulls live market data, computes technical indicators, derives a Bullish / Bearish / Neutral signal from those indicators, and has an AI layer that writes a balanced analysis for any asset and answers follow-up questions.
What was interesting¶
Drawing a hard line - deterministic indicators produce the signal, the LLM never overrides it - kept the output honest.
An MVP; feedback welcome.
Live demo: https://market.robiriu-dev.my.id
Project page: https://robiriu.github.io/projects/marketmind/