Leipzig Gophers
blog

🔗Hybrid Meetup #60 wrap-up

Nix, Go and learning with LLMs

Hybrid meetup #60 took place on Tuesday May 26, 2026 19:00 CET and we had an great presentation by Maxime from mxmlabs on Nix and LLM assisted active learning, the slides can be found here and we have a recording on YouTube, too:

Some confusion around Nix is that it can mean a couple of different things: a language, a package manager and an operating system.

The main concept of nix is the derivation:

a specification for running an executable on precisely defined input files to repeatably produce output files at uniquely determined file system paths

A great property of Nix is that it allows for gradual adoption. A downside of a core abstraction in Nix, the store, is that when run locally, it can consume more space than traditional approaches, due to the strict isolation and immutability.

The learning with an LLM angle was illustrated on Nix examples, but the ideas are general:

Misc

Our results show that Docker does not guarantee reproducibility under any tested definition, nor is there a “silver bullet” set of rules for writing Dockerfiles yielding reproducible images. – Docker Does Not Guarantee Reproducibility (01/2026)

Thanks!

Thanks again Maxime giving us a gimpse into a better way to manage the software stack.


Join our meetup to get notified of upcoming events.