Why I Modelled My LLM Pipeline as a DAG Instead of a Chain — and What I Found Out

The problem with chains in production Every major Python LLM framework gives you the same primitive: a chain. LangChain’s LCEL. LlamaIndex’s pipeline. Haystack’s components. They all model your pipeline as Continue reading Why I Modelled My LLM Pipeline as a DAG Instead of a Chain — and What I Found Out

Processing High Frequency Solar Data Without HPC: Real Constraints and Design Decisions in MackSun

Solar activity directly impacts Earth, from GPS accuracy to power systems. MackSun was designed to process billions of high frequency solar data points under strict hardware constraints, without relying on Continue reading Processing High Frequency Solar Data Without HPC: Real Constraints and Design Decisions in MackSun