DEV Community

Cover image for 5 AI tools for developers to help boost your productivity
Matt Angelosanto for LogRocket

Posted on • Updated on • Originally published at blog.logrocket.com

5 AI tools for developers to help boost your productivity

Written by Lewis Cianci✏️

Behind any high-quality piece of software is a team of developers, designers, project managers — the list goes on — each of whom plays a valuable role in the software development lifecycle. But what of the humble developer who, on their own, has an idea for an app or a way to enhance an existing app?

Without a full team, learning new features or fixing old issues can take up a disproportionate amount of time — potentially hours of searching, reading documentation, and watching instructional videos. Fortunately, advancements in AI have dramatically sped up this process.

The AI juggernaut that everyone immediately thinks about is ChatGPT, which has somehow only been available since November 2022. It may feel like it’s been much longer because of how dramatically AI has shaken up the day-to-day life of the humble developer.

However, ChatGPT is fairly general-purpose. Where AI really stands to shine is in purpose-built tools that exist to resolve a specific issue within the development world.

There are a lot of tools that meet this description, but let's go ahead and take a look at five of them and understand what purpose they serve. Jump ahead:

  1. Phind
  2. bloop.ai
  3. Codeium
  4. ColPat
  5. RegExGPT

At the end of this article, you can check out the table summarizing use cases for all five AI dev tools to better understand how each tool can fit into your workflow.

If you’re planning to leverage these or any other AI tools for developers, make sure you read all the way through to my small word of caution to read about a few considerations to keep in mind. Otherwise, let’s get started!

Phind

Homepage Of Phind Ai Search Engine For Developers Kicking off our list is Phind, a tool that promises to be a search engine, but tailored toward developers. Whereas a more generalized tool like ChatGPT is for pretty much any question, Phind is specifically tailored toward developers.

Interestingly, this position of “search engine” means that Phind’s responses typically consist of two parts:

  • Very detailed and insightful responses to your particular question
  • Related links that have been retrieved through search

Oftentimes, you’ll bounce between asking the AI questions and navigating the search results to dial into what you’re after.

One of the more annoying things about using AI to solve programming questions is that, when the AI model isn’t quite sure of the answer, it can start to bluff its way through things. As a result, it may give you answers that seem plausible, but simply don’t work.

This is frustrating because you can invest considerable time in something that should work, only to find out after some time that the AI has essentially led you astray. There’s probably nothing worse for your productivity than to chase after something that was never going to work in the first place.

Let’s take Phind for a spin by asking it how we can connect to Bluetooth Low Energy (BLE) devices on Windows using Rust. This is an interesting question because, although Bluetooth is ubiquitous, finding samples on how to search and connect to BLE devices is quite difficult.

Using “Find and connect to BLE devices on Windows in Rust” as input in Phind results in the following: Phind Input Asking To Find And Connect To Ble Devices On Windows In Rust With Code Sample On Left And Search Results On Right

On the left, we get a code sample that uses the btleplug package, which is the right package to use for this. On the right, we also get search results, so we can quickly jump to the cargo page for the btleplug crate. This means that we can quickly jump between an example on how to use the code, and the documentation itself.

Asking ChatGPT the same question, by comparison, told us to use the rumble crate, which is older than btleplug and doesn’t support Windows. So Phind definitely yielded better results in this case.

As of July 2023, Phind is free, with no subscription options, which is a nice bonus.

In summary, here’s what sets Phind apart:

  • Great for coding questions
  • Search results are shown next to the generated answer — great added context
  • Seems to give better coding answers than ChatGPT
  • ✨Free✨

bloop.ai

At various times, I’ve had reason to clone various GitHub repositories to my computer. Typically, I’ve done this either to try to fix a certain bug or to learn how the given repository solves a certain problem.

Whenever I do this, there’s always a period at the start where I have to understand how the repository is structured and where to find the code I’m looking for. This “onboarding” can take anywhere from minutes to hours.

bloop.ai looks to expedite this process. You can clone whole GitHub projects, then ask bloop.ai questions about the repository. In this case, I cloned the btleplug repository, and asked it about how the BLE scan worked for Windows devices: Bloop Ai Tool Answering Developer Questions About Btleplug Repo

This is actually a pretty hard question. The library in question supports four different platforms, so bloop.ai had to locate the Windows-specific code.

Additionally, because the btleplug code is abstracted behind an interface — for the purpose of normalizing the API surface, regardless of what platform you are on — bloop.ai also had to find the actual platform implementation.

bloop.ai is also free for individuals. To use it, you have to:

  • Download the app
  • Install it
  • Sign up
  • Connect it with your GitHub account

Once you’ve done that, you can clone and inspect repositories to your heart's content.

Another way that bloop.ai can really help productivity is within the context of when developers leave organizations.

I’ve inherited codebases that have been the product of other developers’ expertise, and it’s not been easy to understand how the app holds together. Being able to load the repository into an AI-assisted tool and then hammer it with questions would definitely remove a lot of trial and error.

Finally, the desktop app looks great 👌. The high degree of polish makes the app a joy to use.

Here’s a summary of what makes bloop.ai great for developers:

  • Understand existing code bases without losing several days
  • Inline chat makes it easy to get answers where you need them
  • The app is so pretty 🤩

Codeium

You’ve likely heard about other AI-assisted tools for programming, like GitHub Copilot. Codeium works a lot like that, providing contextual suggestions within your codebase as you write your code. It’s pretty impressive.

For example, if you write a function in Rust like calculate_fibonacci_sequence(), the Codeium plugin will suggest a function that does just that: Codeium Plugin Suggesting Function As Developer Writes Code

In the above example, I just wrote the function name, and Codium suggested a function that could meet this need. Whereas ChatGPT or even Phind might take a few minutes to suggest an answer, Codeium only took a few seconds to roll out a function that could work most of the time.

Codeium’s suggestions aren’t always perfect, but it’s often faster than writing an entire function from scratch yourself.

It’s great for your productivity because you don’t have to search for how to achieve a given function. Sometimes, just giving your function the name of what you want it to do is enough for Codeium to fill in the rest.

Where Codeium really shines is in editor support. While VS Code is the de facto standard for many a Rust developer these days, I was pleased to find native support for CLion and many other JetBrains IDEs. The list of supported editors is nothing short of impressive — check it out: List Of Ides Supported By Codeium With Ide Names And Icons

Add to this a pretty compelling message from the Codeium team about why Codeium for Individuals is and will continue to be free, and this tool seems to be a great offering in this space.

In summary, Codeium provides:

  • Real-time, near-instant code suggestions
  • Extremely wide IDE support

ColPat (Color Palette & Design Tool)

You can make the best app in the world, but if it’s painful to look at, or if it’s even just ugly, people will struggle to engage with it. Finding complementary colors and themes that look good can sometimes require a well-trained eye — or a lot of trial and error.

Fortunately, ColPat provides an easy way of creating themes and colors for your website or app: Colpat Design Tool Homepage

Only two of ColPat’s tools — Palette from Image and Color Palette from Color — specifically identify as using AI to prepare the results. Otherwise, it seems like this all happens locally; from browsing the source repository, it’s not clear how AI actually gets involved in generating the color palettes, or if it does at all.

But still, ColPat is a great tool, and it can definitely help you to produce a complementary color scheme for your website or app.

In summary, ColPat is:

  • Great for quickly settling on a beautiful design for your app
  • Probably not actually AI-assisted, but still works very well

RegExGPT

At some point in your development career, you’re going to need to filter text out of a bigger text string. Potential reasons for this are numerous — maybe you’re trying to convert data from one type to another type, or maybe you’re trying to automate something.

In the early days of your career, you’d probably settle for splitting some strings and juggling character counts. But eventually, you’ll probably wind up using a RegEx expression.

RegExes are ubiquitous within software development because of how powerful they are. However, they’re not very easy to read.

For example, Google provides a few examples that show a few RegExes that achieve a certain purpose, but they’re not what you’d call very easy to interpret. There are also complex posts on sites like StackOverflow from people who find the syntax incredibly cryptic.

For example, this RegEx gets matches email addresses ending in yahoo, hotmail, and gmail:

(\W|^)[\w.\-]{0,25}@(yahoo|hotmail|gmail)\.com(\W|$)
Enter fullscreen mode Exit fullscreen mode

There are other websites like Regex 101 that let you provide some input, then play around with your RegEx until it does what you want it to do.

Traditionally, this method — supplying the input, then trying to craft the query until you get what you’re after — is how you would achieve many of these goals. Of course, that comes after visiting approximately every StackOverflow question on how RegExes work. This can be a time-intensive process.

Fortunately, we can just fast-forward a lot of this process by using RegExGPT. Instead of guessing your way around a RegEx, you can simply supply the string along with the value you expect to get from it.

For more complex queries, you can also supply a natural language prompt — such as, “I want the third value from the comma-separated array” — and RegExGPT will pump out a RegEx that does exactly what you want it to do.

For example, at the risk of summoning Zalgo, I can use RegEx to read a href from HTML anchor tabs: Regexgpt Regex Generator With Input To which RegExGPT gives this helpful reply: Output From Regexgpt With Suggested Regex To Use When taking it for a spin in the Chrome developer console, we can see the result is as expected: Regex Generated By Regexgpt With Expected Result In Chrome Developer Console

RegEx has never been so easy!

In summary, you can use RegExGPT to:

  • Get AI to write the cryptic RegEx expressions for you
  • Test the produced expressions thoroughly! A rogue RegEx query could cause quite a bit of harm

Summary table for AI developer tools

So, when you’ve got a specific issue, what tool should you reach for?

Tool Great for…
Phind …finding answers to questions that are specifically linked to coding, in a more detailed form than ChatGPT
bloop.ai …understanding how a code base works when you haven’t seen it before so you can quickly get started on it
Codeium …getting contextual suggestions and auto-complete in a surprisingly wide variety of coding tools
ColPat …quickly generating color palettes for your apps (even if it’s not technically AI-powered)
RegExGPT …generating RegEx queries for your language of choice

A small word of caution

With all the AI-assisted tooling, trying to solve development problems is suddenly a lot easier. But a lot of these technologies are based on GPT-3.5 or GPT4. These language models are a gigantic leap forward and are helpful for a wide range of applications.

However, as of right now, sometimes asking an AI model a question can result in the AI model not knowing. When this happens, instead of telling you that it doesn’t know, the model will often just try to bluff its way through an answer. These are technically known as hallucinations.

This is possibly problematic for two reasons. For starters, you could be given wrong information that sounds plausible but is completely wrong.

Subsequently, because it sounds plausible, you could spend quite a bit of time trying to get an AI solution to work before realizing that it’s never going to work. That’s quite a waste of time and works against your productivity, which is the entire point of why we’re here in the first place.

If your AI solution isn’t working for you, don’t be afraid to fail fast and try a different prompt.

Secondly, consider what happens when you ask someone in the workplace how to fix a certain problem. If that “solution” introduces a bigger problem, you have someone to go back to ask what’s wrong with the code. With GPT-based solutions, that’s not the case.

For example, imagine that you generated a RegEx query with a GPT-assisted language model. If that RegEx works once for you on a small test but fails in production on a much larger set of data, that’s entirely on you.

No senior developer would ever accept, “But AI suggested that particular RegEx query!” as an excuse for something like an outage. And of course, deploying patches for issues possibly introduced by AI-written code is going to work against your productivity as well.

The bottom line is this: AI can definitely help you with a variety of situations and be of incredible help. But only you, as the developer, can endorse the given solutions.

Whether you are writing the code or AI is helping you write the code, quality is always important. Using unit tests and automated testing to prove that your code works is now more important than ever.

Conclusion

It’s a great time to be a developer, with AI providing solutions to many issues that developers have faced over the years. Whether you are writing new code, trying to understand an existing codebase, or just want a new color palette, there’s a tool to be used.

Making wise use of these tools will equate to many hours saved, and no doubt we will continue to see this space evolve dramatically. If you’ve found another AI-powered tool that has helped you, definitely let us know in the comments!

Top comments (5)

Collapse
 
devland profile image
Thomas Sentre

Great list!

Collapse
 
kurealnum profile image
Oscar

Even if it isn't technically AI, ColPat is incredibly useful. I always have a hard time picking out colors, so this is a must have for any sort of UI/front end work.

Collapse
 
divinity profile image
Adefemi Adeyanju

Great read.

Collapse
 
blueberry077 profile image
Marc-Daniel DALEBA

You forgot Snapchat's "My AI"

Collapse
 
matthiasxcoder profile image
Matthiasxcoder

AI is a truly powerful technology.