Building an integrated agent orchestrator with LangChain, LangGraph, and Temporal
Last quarter, our algorithmic execution desk migrated its multi-step portfolio rebalancing agent from a standalone LangGraph deployment to a hybrid archit…
Read entryLast quarter, our algorithmic execution desk migrated its multi-step portfolio rebalancing agent from a standalone LangGraph deployment to a hybrid archit…
Read entryIn high-throughput, LLM-powered trading intelligence pipelines, latency is the bottleneck that kills execution edge. My team runs an automated pipeline th…
Read entryWe have all seen the cherry-picked backtests on Twitter and LinkedIn. Someone feeds ten years of earnings transcripts or financial news into an LLM, extra…
Read entryEvery algorithmic trader has a graveyard of dead scripts. Mine was a messy collection of Jupyter Notebooks, raw CSV files, and fragile cron jobs running o…
Read entryThree months ago, a naive git-push triggered a standard Kubernetes rolling update on our systematic market-making cluster. The deployment replaced our ETH…
Read entryWe were spending $4,200 a month on closed-source LLM APIs to power a real-time sentiment extraction and limit-order-book feature pipeline. The setup was s…
Read entrySix months ago, our team was running a cluster of 64 NVIDIA H100 GPUs hosting a pipeline of custom Stable Diffusion XL and LLaMA-3-70B models. For the fir…
Read entryEarly in my systematic trading career, I blew up a highly promising trend-following model because of a single, deeply human flaw: I sized my positions bas…
Read entryI spent the first half of last year writing the same boilerplate code over and over again. My workflow as a quant researcher followed a mind-numbing patte…
Read entryWhen building a high-frequency or medium-frequency crypto trading bot, developers usually start with a simple asyncio loop or a Celery queue. I did exactl…
Read entry