-
You can still find terminal interfaces for a lot of these things, including Slack: https://github.com/jpbruinsslot/slack-term. I don't use Emacs but I imagine you could integrate that somehow if you wanted to.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
with the steep learning curve of setting it up followed by the never ending UX complexities emacs seems like it's for people who get satisfaction of spending time setting things up rather than being effective. A modern alternative of this is Notion.
On the contrary, for people who care about getting stuff done with a capture-first organize-later interface that works out of the box like an iPhone, options are limited.
for the curious ones I'm building one myself https://acreom.com
-
Emacs is able to run prompts, just like any other tool that's able to make an HTTP request. E.g., https://github.com/karthink/gptel provides hooks to both OpenAI and local LLMs, and allows you to use them anywhere—since everything in Emacs is a buffer.
There are some pretty great examples in the README.