Engineering posts
Scarf moves its production stack off Haskell after seven years
- Category: Engineering post
- Status: discussion
- Sources: Avi Press writeup, HN discussion
- Summary: Avi Press wrote on 2026-07-10 that Scarf, which provides package-download analytics for open source, is moving its production systems off Haskell to Python after seven years. He cites Haskell build and compile times as the main friction, worsened by parallel AI-assisted development where a model can produce an implementation faster than the build completes, plus toolchain complexity around Nix and CI caching. Rewritten components include authentication, database access, shared models, deployment images, and tests.
- Why it matters: It is a concrete production migration argued around how LLM-assisted workflows change the cost of slow compile cycles, not a language-quality complaint alone.