|
|
|
|
|
by potatotrader
641 days ago
|
|
I'm building a website (https://pocket-quant.com) where you can use LLMs to ask questions about past earnings calls. You can see the earnings report and calls side by side and ask questions about them. I'm also working on adding a live calls feature that can trigger workflows. So you'd pose a question before the call, define some answer structure (using structured outputs) and then connect it to some kinda of integration (e.g. invoke a lambda, slack/discord message, etc.) As the call happens in real time I transcribe it and run the output by the llm to answer your question. I see it being useful for fed talk, earnings calls, and open to ideas for other data sources! |
|