Currently I’m working on adding interactive chats. Chats where users add some financial data automatically into messages. Something like:
“Please analyze {historical_data(10, days)} and also check {news}. Give me some recommendations based on these data”
Next step is to explore how god these forecasts are. Although I don't think they will always green, but if for example 51% of them are good I'll call it a win.
I don’t believe this is an appropriate application for an LLM, unless it’s mixed with another program that does some fundamentals analysis based on historical data. That could be interesting.