Using machine learning to assign bugs to the correct component: https://hacks.mozilla.org/2019/04/teaching-machines-to-triage-firefox-bugs/
Related Posts
Exploring design ideas using AI as a learning assistant, for creative exploration: https://andymatuschak.org/hmwl/
LLMs are a really accessible machine learning technique. I dabbled with text classifiers a few years ago and the APIs were way more involved.
(system_prompt: String, input: String) -> String
I can prototype with this much more easily!
Learning software development through playing and contributing to a MUD: https://tashian.com/articles/how-i-learned-to-program/