Skip to main content

LangChain Guide

· 3 min read

LangChain is a framework for developing applications powered by language models. It provides tools and abstractions for building complex LLM applications, with a focus on composability and reusability.

10 возможных юзкейсов (способов применения методик RAG из представленного курса) к проекту Mercury Bot — профессиональному боту-помощнику в сфере трейдинга.

· 14 min read
Max Kaido
Architect

Ниже приведены 10 возможных юзкейсов (способов применения методик RAG из представленного курса) к проекту Mercury Bot — профессиональному боту-помощнику в сфере трейдинга. Каждый сценарий демонстрирует, как механика поиска и генерации (Retriever Augmented Generation) может усилить функционал бота и предоставить пользователям более релевантные и детальные ответы.

When AI Learns to Be Mediocre: A Tale of Feedback Gone Wrong

· 3 min read
Max Kaido
Architect

The Discovery

It started with a simple observation: our fancy trading signal dashboard was showing 31,753 neutral signals, 0 sell signals, and a suspiciously uniform distribution. Something was clearly wrong with our "intelligent" signal generation system.

"That's odd," I thought, "the signals aren't diverse enough 🙂"

Little did I know I was about to uncover one of the most ironic implementations of machine learning I've ever seen.

Introduction to Choreography

· 5 min read
Max Kaido
Architect

Choreography is the art of designing sequences of movements in which motion, form, or both are specified. It's a creative process that involves crafting dance routines or pieces, often set to music, to convey a story, emotion, or concept.

Why is choreography important?

  • Creative Expression: It allows dancers to express themselves artistically and convey messages or emotions.
  • Skill Development: Crafting routines enhances your understanding of dance techniques and styles.
  • Personal Growth: It encourages self-exploration and helps develop your unique dance voice.
  • Performance Preparation: Choreography is essential for performances, competitions, or showcases.

Crypto News Sentiment Analysis: Building a Smarter Market Intelligence System

· 17 min read
Max Kaido
Architect

Introduction

The cryptocurrency market is notorious for its volatility and sensitivity to news. From regulatory announcements to celebrity tweets, various information sources can trigger significant price movements. However, not all news is created equal, and not all influential voices maintain their market-moving power over time.

This post explores methodologies for building a sophisticated news sentiment analysis system that can distinguish signal from noise, identify which voices truly move markets, and adapt to changing market dynamics.