โš—๏ธ LIVE LABS

Production-grade experiments โ€” each one solving a real problem, running on real infrastructure, and actively evolving. Built to learn.

๐Ÿง 
Trading LLM-Wiki & Market Intelligence
Domain-Specific AI Knowledge Base for Financial Research
Active
Traders and investors spend hours searching across scattered sources โ€” earnings calls, SEC filings, analyst reports, news โ€” to build context before making a decision. Generic AI assistants lack deep financial domain knowledge and hallucinate facts. There's no single place to ask "why is this stock moving?" and get a grounded, sourced answer.
A domain-specific AI knowledge base trained exclusively on financial content โ€” earnings transcripts, market news, trading strategies, and stock profiles โ€” that answers questions with cited sources and real context, not generic LLM guesses.
Hybrid retrieval combining semantic vector search and keyword search for higher accuracy. 9,100+ stock profiles, 370+ trading skills, and 207+ wiki chunks โ€” all searchable in one query. Supports runs on a private LLM so your financial queries never leave your infrastructure. Session-aware streaming responses with source citations included in every answer โ€” traceable back to original documents.
Natural language Q&A
9,100+ stock profiles
370+ trading skills
Multi-source ingestion
Market Intelligence dashboard
Real-time market scanner
Source citations
Private LLM support
Admin-gated ingestion
SSE streaming responses
Load-balanced across instances
McLab SSO auth
Retail traders
Quant researchers
Portfolio managers
AI developers
wiki.mclab.vip โ€” requires McLab access
๐Ÿ“ˆ
Trade Strategy Analyzer
Stock Trading Strategy Discovery & Validation Platform
Active
Retail traders know dozens of trading strategies exist โ€” trend following, breakouts, momentum, chart patterns โ€” but have no practical way to evaluate which ones actually work for a specific stock right now. Backtesting tools require coding skills. Strategy guides are generic. There's no tool that takes a stock symbol and tells you: here are the top 3 strategies that fit current market conditions, with a concrete trade plan.
A standalone web app that evaluates 29 proven trading strategies against any stock in near real-time โ€” ranked by signal strength, tailored to your risk profile, with entry, stop-loss, take-profit, and position sizing. Includes a Market Scanner across 10,000+ symbols and a Market Pulse dashboard with live indexes, economic indicators, and sector trends.
โšก Key Innovation
Strategy evaluation combines near real-time price data, technical indicators, volume analysis, and historical backtesting to score each strategy against current market conditions. An AI chat panel lets you ask follow-up questions about any evaluation result โ€” powered by LM Studio (homelab GPU) or OpenAI, with streaming responses and conversation history.
29 trading strategies
3 risk profiles
Backtest 3โ€“24 months
AI chat on results
Market Pulse dashboard
9 market scanners
Market Sentiment analysis
10K+ symbol coverage
LM Studio + OpenAI
Redis result caching
McLab SSO auth
Multi-server LB (CF Workers)
Retail traders
Swing traders
Day traders
Investors
strategy.mclab.vip โ€” requires McLab access
๐Ÿ“Š
TradeVoice AI
Multi-Agent AI Trading Intelligence Platform
Active
Retail traders juggle 5โ€“10 separate tools for charts, news, fundamentals, options, and sentiment. Professional-grade analysis โ€” the kind hedge funds use โ€” requires expensive Bloomberg terminals or deep technical expertise. Most AI trading tools are either too shallow (just price lookup) or too complex to use conversationally.
A unified conversational trading intelligence platform where you ask questions in text or voice and specialized AI agents collaborate to deliver comprehensive, actionable analysis โ€” from near real-time prices to deep multi-timeframe technical analysis, backtesting, and famous investor perspectives.
Deep Research Agent โ€” goes beyond simple Q&A to conduct multi-step analysis: gathering data, running technical indicators across timeframes, cross-referencing fundamentals, and producing a structured investment thesis with confidence scoring.

Chart Pattern Detection โ€” 20+ candlestick patterns and 15+ chart patterns detected automatically with visual annotations and buy/sell signals.

Backtesting Engine โ€” test any strategy against historical data with performance metrics, drawdown analysis, and risk-adjusted returns.

Trade Strategy Analysis โ€” AI evaluates strategies across multiple market conditions, comparing performance against benchmarks.

Private LLM support โ€” route all AI calls to your own GPU (Ollama, LM Studio, llama.cpp, vLLM) for complete data privacy. Your trading data never leaves your hardware.
Text & voice dual-mode
9 specialized AI agents
Deep research agent
20+ chart patterns
10 technical indicators
Multi-timeframe analysis
Backtesting engine
Trade strategy analysis
12 investor perspectives
Real-time market scanner
Portfolio scoring
SEC filings & insider data
Private LLM support
McLab SSO
Day traders
Swing traders
Long-term investors
Quant researchers
Finance students
tradevoice.mclab.vip โ€” requires McLab access
๐Ÿค–
Trade Agent Patterns
Skills-Driven Dynamic Workflow Engine for AI Agents
๐Ÿ”ฌ Research
Building reliable AI agent workflows for trading is hard. Two common approaches both have serious flaws:

Static pre-coded workflows โ€” rigid, require a developer to add every new use case, can't adapt to novel queries.
Pure LLM code generation โ€” flexible but unreliable: agents hallucinate APIs, produce inconsistent output, consume excessive tokens, and are hard to audit or debug.

The question: how do you get the flexibility of dynamic generation with the reliability of pre-validated code?
A skills-driven hybrid architecture where AI agents select from a curated library of pre-validated trading skills (defined in YAML) and compose them dynamically into workflows โ€” without a developer needing to pre-code each workflow. Think of it as giving the AI a cookbook of proven recipes rather than asking it to invent dishes from scratch every time.
Skills as first-class citizens โ€” each skill is a YAML file describing inputs, outputs, validation rules, and execution logic. Skills are versioned, testable, and reusable across agents.

Dynamic workflow composition โ€” the agent reads available skills at runtime and composes multi-step workflows on-the-fly based on the user's query. No static workflow graph needed.

Consistent, auditable results โ€” because execution follows validated skill templates, outputs are predictable and every step is logged. You can trace exactly which skills were used and why.

Significant reduction in hallucination โ€” in internal testing, skills-driven execution dramatically reduces errors because the agent selects from known-good patterns rather than generating novel code.

Token efficiency โ€” skills are compact YAML references, not full code blocks. The agent sends skill names + parameters, not entire implementations.
YAML skill definitions
Dynamic workflow composition
No static workflow graphs
Skills versioning
Sandbox code execution
Full audit trail
Token-efficient execution
Cross-agent skill reuse
Validated output schemas
Pluggable tool backends
Validated the skills-driven approach as a viable production architecture. Key finding: pre-validated skills significantly reduce hallucination vs pure code generation in internal testing, while maintaining full flexibility. The patterns from this research are being integrated into TradeVoice AI's agent system โ€” replacing static agent handoffs with dynamic skill-based orchestration.
AI/ML engineers
Agent framework builders
Quant developers
Research teams