This Tool Fixes Your Code While You Code

Manpreet Singh
2 min readNov 13, 2023

Welcome back! Coding is one of the best skillsets to have nowadays, so, what if there was a tool that fixes your code while you’re programming? Well, there actually is! This specific tool is called Raider, and it’s hosted on GitHub:

This specific tool is an AI pair programmer inside of your terminal! This tool will essentially take a look at your code and make suggestions to your project, here is an example of this:

Installing this project is super basic! You can use the following pip command:

$ pip install aider-chat

You then want to insert your Open AI API keys, then you can run your project like this by using the aider command:

$ export OPENAI_API_KEY=your-key-goes-here
$ aider hello.js

At this point, your project will pop up and showcase any problems within the project to you! There you have it! Do you plan on…

--

--