|
|
|
|
|
by therein
17 days ago
|
|
I am seeing a lot of people suffering from AI psychosis getting interested in writing a trading bot using large language models. They give them access to basic market data and then ask the model for analysis of the current market conditions. The bot talks about seeing high volume here, that being a confirmation for this, and that doing an invalidation of that etc. I looked into it after someone pitched me theirs, only to realize it doesn't even have access to the trading volume. So it was hallucinating a whole narrative about that and the guy shilling this to me hadn't noticed it didn't have access to trade volume yet coming up with a whole rationale for what it is observing. |
|
I was confused, how did he figure it out? Is it somewhere I missed? I checked the query in the dashboard and it was this insane looking query that was correctly looking for the shared userAgent, but also doing a shit ton of odd functions and weird looking math. I asked the guy and he pointed me to the obligatory 1,400 line markdown file describing the “plan” and “approach”. In between all the raw LLM-isms and very sophisticated “weighted normalized distribution of language spread over time” sounding sentences, there was a sentence that said “Since we only have one userAgent for all tools, we use industry standard distribution of language popularity to approximate the usage, and apply some randomness to emulate an organic usage pattern”
So basically the AI just made up some numbers that look plausible (python 20%, JavaScript 30%, CLI 25%, etc) with some randomness thrown in “to look organic”, and the guy was like “that checks out”. When I pointed that these numbers are wrong because X, Y and Z, the person who asked for the data said “that’s ok, it’s a great start and gives me something to use for planning with other teams. Feel free to refine them if you want, but it’s good we have some numbers”. I’m planning my exit soon.