Scala 3 FAQ: How does 'derives' work? (Notes on type classes, derivation macros, and compile-time derivation)The derives keyword in Scala 3 streamlines creation of type class instances, specifically enhancing JSON handling in libraries like ZIO JSON.