Skip to main content

13 posts tagged with "llm"

View All Tags

Ollama Typhon v2: 500$ upgrade plan

· 2 min read
Max Kaido
Architect

💰 Общая стоимость

Собрав всё вместе, ты уложишься в бюджет около 45 000–50 000 ₽ (~500–550 $).


🚀 Что ты получаешь

  • Возможность запускать флагманские модели LLM на CPU без использования swap.
  • Гибкость для будущего апгрейда, включая установку мощной GPU.
  • Стабильную и проверенную платформу для экспериментов с LLM.

Local LLM Integration for Trading Services: Ollama, LM Studio, and LMQL Toolkit

· 7 min read
Max Kaido
Architect

Looking to supercharge your trading systems with AI but concerned about API costs and latency? Local LLMs offer a powerful alternative to cloud-based solutions, providing faster response times, complete privacy, and significant cost savings. This guide walks you through integrating three essential tools that will transform how you leverage AI in your trading stack.

Mercury Trading Report System Optimization

· 22 min read
Max Kaido
Architect

Introduction

The Mercury Trading System faces an interesting challenge: how to effectively utilize large language models (LLMs) for comprehensive trading analysis while maintaining reasonable response times and resource utilization. This post explores our approach to decomposing a complex trading analysis system into manageable, sequential tasks that can leverage high-performance models efficiently.

Gemma3 - A Breakthrough in Market Analysis Precision

· 3 min read
Max Kaido
Architect

🎉 Today marks a significant breakthrough in our journey towards precise market analysis! After extensive testing and model evaluation, we've discovered that Gemma3 significantly outperforms our previous models, achieving an impressive 75/100 in market comparison accuracy. This isn't just an incremental improvement - it's a quantum leap in our ability to analyze markets systematically and reliably.

The path here wasn't straightforward. We had to acknowledge some harsh truths about our previous model choices, particularly DeepSeek R1, which didn't meet our exacting standards for market comparison. But this honest assessment led us to Gemma3, which has proven to be remarkably well-suited for our specific use case. With its superior reasoning capabilities and consistent output structure, Gemma3 is setting new standards for what we can achieve in automated market analysis.

The Hidden Cost of Chain of Thought in Trading Systems

· 5 min read
Max Kaido
Architect

Chain of Thought (CoT) has emerged as a popular approach in the AI world, allowing models to "think through" problems step-by-step before providing answers. This methodology has shown impressive results across many domains - from solving math problems to dissecting complex reasoning tasks. However, our team discovered a painful truth when implementing CoT in quantitative trading systems: what works for general reasoning can actively undermine performance in highly specialized technical domains.

Исповедь разработчика: как ИИ-ассистенты превращают разработку в ад

· 4 min read
Max Kaido
Architect

Сегодня я расскажу о невыносимой боли разработки с использованием ИИ-ассистентов. О том, как каждое взаимодействие превращается в борьбу за контроль над собственным кодом. О том, как я откладываю задачи на потом, зная, что мне придется иметь дело с этими тупыми кусками говна, которые систематически игнорируют самые простые инструкции.

Optimal Model Selection for Trading Systems - Research Results

· 19 min read
Max Kaido
Architect

Following our previous investigation into the limitations of Chain of Thought reasoning for trading systems, we conducted extensive benchmarking to identify the optimal language models for structured trading analysis. This post presents our findings, detailed performance comparisons, and implementation recommendations based on rigorous testing.

Multi-Turn Reasoning for Market Comparison - Deep Research

· 29 min read
Max Kaido
Architect

This research explores the application of multi-turn reasoning with smaller language models for financial market comparison. Inspired by the successful implementation of a multi-turn approach for prime number verification, we investigate how this methodology can be adapted and optimized for complex financial analysis tasks, potentially improving both accuracy and efficiency in market comparison operations.