Artificial intelligence as an aid for developers
Ghost Coder

© Image © pitinan, 123RF.com
Artificial intelligence is increasingly supporting programmers in their daily work. How effective are these tools? What are the dangers? And how can you benefit from AI-assisted development today?
Developers have been using artificial intelligence for decades. Even text editors such as Kate offer syntax highlighting and auto-completion. Under the hood, these tools are based on predefined rules. If the editor encounters the for
character string, for example, it highlights the string in green. Modern AI assistants are far smarter, opening up completely new possibilities for developers.
For instance, what happens if you want to convert your existing program code from C to the more modern Rust? No problem for CodeConvert [1]. The cloud service can translate source code between many programming languages (Figure 1). In addition to well-known representatives such as Go and Python, you can also translate code from more exotic languages such as Ocaml, Cobol, and Tcl. Other translators, such as Refraction [2], Codeium [3], and Figstack [4] also help you beam your code to different languages, but these tools can do far more.
The translator tools use plugins to connect to the development environment, monitor the programmer's work in the background, and then make coding suggestions while the developer is typing. The additions will complete lines started by developers and typically even finish off whole functions. The snippets that GitHub Copilot [5] outputs also stick to the coding conventions of the rest of the document. AI coding thus goes far beyond conventional rule-based autocompletion.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
Dash to Panel Maintainer Quits
Charles Gagnon has stepped away as maintainer of the popular Dash to Panel Gnome extension.
-
CIQ Releases Security-Hardened Version of Rocky Linux
If you're looking for an enterprise-grade Linux distribution that is hardened for business use, there's a new version of Rocky Linux that's sure to make you and your company happy.
-
Gnome’s Dash to Panel Extension Gets a Massive Update
If you're a fan of the Gnome Dash to Panel extension, you'll be thrilled to hear that a new version has been released with a dock mode.
-
Blender App Makes it to the Big Screen
The animated film "Flow" won the Oscar for Best Animated Feature at the 97th Academy Awards held on March 2, 2025 and Blender was a part of it.
-
Linux Mint Retools the Cinnamon App Launcher
The developers of Linux Mint are working on an improved Cinnamon App Launcher with a better, more accessible UI.
-
New Linux Tool for Security Issues
Seal Security is launching a new solution to automate fixing Linux vulnerabilities.
-
Ubuntu 25.04 Coming Soon
Ubuntu 25.04 (Plucky Puffin) has been given an April release date with many notable updates.
-
Gnome Developers Consider Dropping RPM Support
In a move that might shock a lot of users, the Gnome development team has proposed the idea of going straight up Flatpak.
-
openSUSE Tumbleweed Ditches AppArmor for SELinux
If you're an openSUSE Tumbleweed user, you can expect a major change to the distribution.
-
Plasma 6.3 Now Available
Plasma desktop v6.3 has a couple of pretty nifty tricks up its sleeve.