Experimenting With AI In Emacs
Over the last few years I’ve used most of the major LLMs in some capacity or another for a variety of tasks.
If I need to write a script to do something tedious my reflex is to first see if Claude can do it before writing it myself.
If I want to compare different products I’m thinking about buying I generally use Perplexity to round up info sources and make a table showing the contrasts.
Over at $DAY_JOB
we have an internal version of a Cursor clone (which is unfortunately not very good) that I dabble with for brain-dead sorts of code changes.
One thing I had never really done a deep dive on before was the state-of-the-art in coding assistance software.
This involves two different dimensions: the models generating the code and the software that puts things in a nice package (or at least tries to).
I had a pretty good understanding of the reputations of the different available models (which is no substitute for direct experience!) but I was less familiar with the different interfaces for interacting with them.
One of the things I was especially interested in was the potential for integration with Emacs.
I am one of those people (there are dozens of us! Dozens!) who more or less runs their digital life through Emacs.
One of the benefits of Emacs is that it is highly extensible and has a robust ecosystem of packages so whenever some new cool thing comes around a package integrating it with Emacs quickly follows.
After doing some further digging I stumbled upon a product called Aider.
Aider had a few things going for it that I found appealing.
First, the fact that it wasn’t bound to a particular model (and in fact has some interesting ways you can mix and match them) was a big plus.
Given the speed at which new and better models drop the ability to easily swap them out and experiment is really nice.
Second, the interaction model simply feels like the right approach.
The ability to have granular control over the contents of the model’s context is great and the UX around adding, removing, and communicating what files are included is easy to grok.