My GSoC Journey
My proposal Project repository Work log Join LLM4S
I will be documenting my experience as a Google Summer of Code contributor at the Scala Center, working on LLM4S - a Scala-native framework for building LLM applications.
Using Scala instead of Python allows us to leverage Scala's strong static typing to catch errors at compile time
, its functional programming model with immutable data structures for more predictable code
, and the vast, high-performance JVM ecosystem for robust concurrency and maintainable LLM applications.
I share how I got my GSoC proposal accepted starting 10 days before deadline (with some tips).