Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Makushi 🐧 pfp
Makushi 🐧
@makushi
There’s a lot of noise and confusion around what AI can achieve in web2, and it’s even worse in web3. So, is there something really useful beyond useless llm agents with crypto-bro persona, built to shill useless coins ? 🤔 In my opinion, one of the best use cases for AI in web3 is mitigating traders biases and saving them precious time. There are already a lot of ways to automate trading and delegate time-consuming tasks, and today we’re going to explore one possible way using AI generated vector embeddings. 🤖
1 reply
0 recast
0 reaction

Makushi 🐧 pfp
Makushi 🐧
@makushi
For the past few months I’ve been experimenting and trying to answer this question: Can we leverage vector embeddings to automate trading decisions ? As a bit of context, vector embeddings are lists of numbers that represent words, sentences, images, or other data in a way computers can understand. Instead of seeing the word "dog" as just letters, the computer sees it as something like [0.2, -0.5, 0.7, 0.1...] - a list of numbers that captures its meaning. This is how Spotify can suggests a podcast called "Feline mysteries and you" when you just typed "cat podcast". 🐈 How does this help us with market analysis ?
1 reply
0 recast
0 reaction

Makushi 🐧 pfp
Makushi 🐧
@makushi
Imagine a trader documenting market observations daily for 5 years, converting each analysis into vector embeddings. When we analyze today's market and transform this analysis into a vector, we can instantly search this historical dataset to find the most similar past market conditions using cosine similarity search. This search measures the angle between vector representations, not their size - values closer to 1 indicate higher similarity. This means similar market patterns are identified regardless of overall market scale. By providing any new market observation, the system returns historically similar situations based on semantic meaning, not just surface-level metrics. This would allows the system to learn from past trading decisions made in genuinely comparable market conditions.
1 reply
0 recast
0 reaction