Using AI to Enhance the Retro Computing Experience

The Problem
Accessing ChatGPT from the command line on various flavors of Unix like operating systems is nothing new. I found an interesting use for it today that I had not previously considered. That is to make researching from a retro computer possible where it would normally be not be so.
For example, as previously discussed in my post NetBSD & iBooks & Python, oh my!, I like to use old hardware for useful things like, in this case, a Pygame development machine. That works great but the problem is that I'm not very good at Python and have to look up lots of stuff. Since I don't have access to a modern browser available on this machine, this is my usual experience especially when Stack Overflow comes into the picture.
The AI Workaround
Thankfully, chatGPT-shell-cli exists in NetBSD's package repos and works great on my PowerPC iBook. Its dependencies are very light requiring only Bash, jq (a command line JSON parser), and curl. If you wanted to, you could even do this on old OS X with Macports!
Here are a couple screenshots of it in action!
Summary
While I've been very "old man yells at cloud" about anything AI related and slow to adopt it, I feel that it holds a lot of potential to keep old machines useful. That's always a win in my book!
Want to discuss? Email me at blog@pipetogrep.org.