Aller au contenu

2025

The present and future of AI in the browser

Running AI models is often associated with heavy server-side computations but it is not true anymore.

With advancements in hardware capabilities and the efficient use of small AI models, it is now possible to run AI models directly in the browser. This is a game changer, bringing new possibilities for building amazing user experiences and making AI more accessible to both developers and users.

Scripting with Kotlin

Kotlin is a modern and versatile programming language that is used for many targets and types of applications. Although it is a compiled language at its core, Kotlin supports scripting, which enables small programs or scripts to be written and executed directly, providing a developer experience (DX) similar to other scripting languages. In this article, three ways of scripting with Kotlin are presented: using the *.main.kts file, using kscript, and using JBang. Kotlin notebooks are also mentioned as a bonus at the end.