Steve Cook
MontyAI
MontyAI is the second Ruby gem I created that utilizes AI to explain code. It's a helpful tool that can come in handy when you're reviewing legacy code, or just trying to understand a complex algorithm. I'm planning to add syntax highlighting and keyboard interaction soon. It's simple to install and use:
You can get the gem at https://github.com/scookdev/monty_ai. Please submit an Issue or create a Pull Request if you'd like to contribute!
$ gem install monty-ai
$ gem explain /path/to/file
You can get the gem at https://github.com/scookdev/monty_ai. Please submit an Issue or create a Pull Request if you'd like to contribute!

<< Back to Blog