/01
2026 · in production
ProcMine
Agentic enterprise process mining · Im Beside You
Fully autonomous platform where LLM agents discover, segment, and optimize enterprise workflows. RL agents operate in Gymnasium environments modelled on real process traces, learning segmentation policies through reward signals. 13-step multimodal pipeline behind nginx, in production.
LLM agents
RL · Gymnasium
Mamba / LSTM
FastAPI
Docker
/02
2026 · shipped
EVM Event Decoder
On-chain ABI-driven parser · KLab engagement
ABI-driven decoder (Python + web3.py) parsing raw EVM logs into typed records. Handles ERC-20, ERC-721, Uniswap V2/V3, custom contract events. Reorg-aware backfills, incremental loads into BigQuery for tokenomics analytics. BTC on-chain metrics (MVRV, NVT, hash rate, UTXO) aligned alongside derivatives + macro.
web3.py
BigQuery
Airflow
dbt
Solidity
/03
2023–2026 · production
FlexData
Trading data infrastructure · FlexTrade Systems
Large-scale ingestion + analytics platform processing institutional order flow across asset classes (equities, FX, fixed income, crypto). Airflow + dbt pipelines over multi-billion-row warehouses, sub-100ms query layer. 3× throughput, −50% cloud spend. Crypto/on-chain extension via web3.py.
Airflow · dbt
BigQuery
FIX
Terraform
<100ms latency
/04
2026 · SDK
Strategy Factory
Dataset-generation SDK · YAML DSL → AST compiler
A handful of YAML config lines fans out into 20,000+ synthesized datasets / strategies. Custom DSL → restricted-Python AST compiler evaluated over multi-source data (on-chain, derivatives, macro). Monte Carlo + Combinatorial Purged CV filter survivors. Same engine drives parameter sweeps and eval harnesses.
YAML DSL
AST compiler
PostgreSQL
Monte Carlo · CPCV
/05
2026 · agent
FSA — Financial Sentiment Agent
Autonomous trading-signal pipeline
ReAct-style agent that ingests financial news + social signal, plans its own retrieval, classifies sentiment via structured JSON schemas, and emits actionable alpha signals. Tool-use with confidence-based routing, retry, and fallback strategies wired in.
Anthropic API
ReAct + tools
FastAPI
Structured outputs
/06
2025 · agent-callable
BTC Regime Detection
Mamba + LSTM + HMM market-state classifier
Time-series ensemble over BTC OHLCV and on-chain metrics, exposed as a callable agent tool. Orchestrator agents invoke it for real-time market state classification; paper-trading harness evaluates regime-conditional strategies autonomously.
PyTorch
Mamba
LSTM · HMM
Tool use