Latest
Machine Learning
Why Inference is Hard and What is Inference
While training gets the spotlight, model inference—the actual deployment to make predictions—is
often the hardest engineering challenge. Discover why latency, throughput, and memory
constraints make inference difficult in AI pipelines.
Comprehensive Guide
System Design
Inference Pipelines: A Structured Reference
A definitive breakdown of the hardware bottlenecks, memory architectures, and framework
optimizations required to scale machine learning to millions of users.
Automatic via MD
System Design
Automated Markdown Workflow Example
This is an example blog post dynamically parsed via marked.js from a raw markdown file! Features
syntax highlighting and mermaid diagram integration without writing a single HTML tag.
Volatility Modeling
Understanding Regime-Switching Volatility Models
Exploring Hidden Markov Models for volatility regime detection and their applications in
adaptive trading strategies. We examine transition probabilities, state persistence, and
real-world implementation challenges.
Risk Management
CVaR vs VaR: Beyond Traditional Risk Metrics
Why Conditional Value-at-Risk (CVaR) provides superior tail risk measurement compared to VaR.
Practical implementation for portfolio optimization and position sizing.
Market Microstructure
Jump Detection in High-Frequency Data
Implementing Lee-Mykland jump detection methodology. How to distinguish between continuous price
diffusion and discontinuous jumps in tick data.
Portfolio Theory
Black-Litterman Model: Theory to Practice
Complete walkthrough of the Black-Litterman model for portfolio optimization. Incorporating
investor views with market equilibrium returns.
Machine Learning
Feature Engineering for Financial Time Series
Beyond technical indicators: creating predictive features from price data, volume patterns, and
order book dynamics for ML models.
Execution
Optimal VWAP Execution Strategies
Mathematical framework for Volume-Weighted Average Price execution. Balancing market impact,
timing risk, and implementation shortfall.