Drawing from multiple Scala LLM workshops we conducted this past year, I will share insights to significantly enhance your AI experience.

Large language models and agentic systems are currently very popular, with many advocating for their use. However, they sometimes fail to deliver the expected 'magical' results. Does this mean they are not useful? Absolutely not. With the right strategy and tools, you can leverage them effectively in Scala using existing solutions like the Metals Language Server. While this may not be a '10x developer' experience, even a 50% productivity boost is a significant win.
Drawing from multiple Scala LLM workshops we conducted this past year, I will share insights to significantly enhance your AI experience. I'll cover LLM fundamentals, but my primary focus will be on the Model Context Protocol and the agentic system tooling, particularly our solutions within the Scala ecosystem. These tools allow agents to interact with your machine and the external world in a controlled way, providing LLMs with crucial feedback to refine their output. My goal is for the audience to leave with a strong foundational understanding of how to use AI tools and where to seek further improvements.
This will be a live coding demonstration of Scala's newest feature set: capture checking.
For nearly a decade, Scala's concurrency has been driven by Akka, Cats Effect and ZIO, each with its own vision for purity, safety, and pragmatism. Kyo enters this incredible ecosystem with a fresh perspective.This talk provides a critical, technical comparison of these systems through a unified framework.
In this talk, I will introduce the highlights of what to look forward to in Scala 3.9 LTS, as well as how to think about the upcoming new release.
Scala Native can interact with C code and libraries, greatly expanding the library ecosystem beyond pure Scala offerings. Let's see the low level and high level tools that make it possible, talk through challenges of encoding various C concepts in Scala, and demonstrate what popular C libraries look like when used alongside idiomatic Scala code.
Don't miss out on this opportunity to connect with Scalar community and create lasting memories!
We'll explore type classes in Scala 3, using its new rules for givens, extension methods, and mechanisms for automatic derivation via mirrors or macros.