Another kernel written in Rust!
https://github.com/hermitcore/libhermit-rs
Rust tooling/docs must be making operating system development more accessible, as there is an impressive number of these projects.
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!