LLM consensus data pipeline
Developing a real-time data processing platform in Go, handling approximately 40 concurrent WebSocket streams with microsecond decision latency. The most interesting part was the parallel connection of three LLM providers as a consensus layer for automated decision making, which only works when all three providers agree.