I would say so, yep. I just find it funny, that suddenly i am in the position to find for the cheapest option for my lovely AI workers. While usually me is the one who complains to be underpaid. I am in the same shoe as my employers now.
inline fun <reified T> Any?.cryptic() = (this as? T)?.let { it::class.simpleName?.also(::println) } ?: Unit