The Cost of the Compiler in the Age of AI
Scarf, a developer tools company, is migrating its core web API from Haskell to Python after seven years, citing the high cost of Haskell's slow compilation in an era of AI-generated code and agentic …
Scarf, a developer tools company, is migrating its core web API from Haskell to Python after seven years, citing the high cost of Haskell's slow compilation in an era of AI-generated code and agentic …
A developer has published a mechanized type inference algorithm for biased record concatenation, based on Mitchell Wand's 1991 paper, to address challenges in type-checking the Nix language. The algor…
Hugging Face announced major updates to its Kernels project, introducing a new repository type on the Hub, improved security with trusted publishers and code signing, revamped CLIs, and expanded frame…
Shopify's AI agent River, which coauthors roughly one in eight merged pull requests, succeeds because it operates only in public Slack channels, creating visible transcripts that enable company-wide l…
A developer explains the basics of type inference for anonymous records, arguing that good type inference for such records is a key missing feature in statically typed languages. The post introduces t…
A researcher using nanoGPT on a MacBook Pro faces dependency failures when moving to a GPU cluster, prompting a solution using Nix and Flox to create reproducible, cross-platform runtime environments …
A developer deleted their blog post comparing Nix flakes and Guix after Andrew Tropin publicly accused them of using an LLM to write it. The author, who had researched and hand-coded the site, said th…
Zerostack released v1.5 of its lightweight Unix-inspired coding agent, achieving feature parity with Claude Code on key agent capabilities. The update introduces a redesigned TUI, multi-modal input su…
A blogger deleted their post comparing Nix flakes and Guix equivalents after Andrew Tropin accused them of using an LLM to write it, devastating the author who had invested significant effort into the…
Graham Christensen, CEO of Determinate Systems, discussed the growing adoption of Nix and reproducible infrastructure on the Open Source Ready podcast, highlighting how more senior engineers are now d…
Shopify has deployed River, an AI agent integrated into the company's Slack, that now co-authors one in eight merged pull requests across the organization. The agent's capabilities were enabled by two…
A developer lost a decade of macOS configuration after a MacBook Pro failure, motivating them to rebuild their entire system setup using Nix-based declarative configuration files. The project aims to …
DeepSeek TUI, a terminal user interface for DeepSeek's models, has gained nearly 33,000 GitHub stars in two weeks. The tool can run against other providers including local models via Ollama or oMLX, a…