Reckon: https://github.com/cantino/reckon uses machine learning to understand CSVs exported by banks. This plus ledger may replace much old code!
Related Posts
Over a sufficiently long time horizon, all code you write is legacy code.
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/