How to use FreeMonad to build data pipelines for AI

I will present how to use FreeMonad to build data pipelines for AI. Will try to focus not on what FreeMonad is, but how we may take advantage of it and build readable, efficient and robust data pipelines.
The approach I present will focus on building pipelines that are build around business rules, not around Spark data frames.
How Libretto, a Scala DSL for concurrent programming, can be used for writing custom stream operators
Avoid mistakes in API design, implementation and evolution with Smithy
I will show you how you can build your own IDE for scala based on my nvim setup
We will look into three less-understood, yet (arguably) extremely useful constructs introduced in Cats Effect 3: Dispatcher, Supervisor, IOLocal
Scala is improving rapidly. This session will give you the perspective of someone in the middle of these changes.
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.