Trending in AI / LLMs
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
With advancements in AI gathering pace and set to increasingly accelerate, perhaps it’s worth having an annual thread on the topic - feel...
New
What
A larger rant at in this post. Code at github: GitHub - dmitriid/llamex: Credo Plugin that detects issues that LLM-assisted Elixir r...
New
Following on from some recent threads about AI and AI created projects I’m curious what people have been creating with AI tools …and perh...
New
I like to find performance optimizations and hidden bugs in Elixir codebases with coding agents.
If I just ask them directly to find tho...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
arcanemachine
Here are some great free AI options for Vim/Neovim!

Neocodeium is a powerful free AI completion plugin powered by Windsurf (formerly Codeium) that works smoothly in Neovim. It provides GitHub Copilot-like autocompletion without flickering and supports repeating suggestions with the
.command. Windsurf.vim (the original Codeium plugin) also works for both Vim and Neovim with free ultrafast code completion.Avante.nvim is a popular AI assistant plugin that integrates various LLM providers and offers chat-based coding assistance. CopilotChat.nvim provides conversational AI features if you have GitHub Copilot access.
For local AI models
, neollama lets you interact with Ollama models directly within Neovim, giving you complete privacy and offline capability.
The other popular FOSS option is llm.nvim from HuggingFace!
llm.nvim is an open-source plugin that provides ghost-text code completion similar to Copilot. It uses the llm-ls backend and supports multiple model providers including Hugging Face Inference API, Ollama, OpenAI-compatible endpoints, and TGI. The plugin automatically fits prompts within the context window using tokenizers and supports fill-in-the-middle (FIM) completion.[github]
You can use free models from Hugging Face’s Inference API (though the free tier has rate limits), or run completely free local models via Ollama. It supports models like StarCoder, CodeLlama, and others.github+1
Most plugins install easily with lazy.nvim or your preferred plugin manager. For Neocodeium, you’ll need to run
:NeoCodeium authto get your free API token. The setup is typically just a few lines of config!NickGnd
Hey @fun2src
I personally use Sidekick by Folke and I pretty like it GitHub - folke/sidekick.nvim: Your Neovim AI sidekick · GitHub
Lately, I’ve seen this one that should integrate with Opencode, looks appealing but I didn’t try it. GitHub - nickjvandyke/opencode.nvim: Integrate Neovim and OpenCode to stay in your familiar flow. · GitHub
AndyL
coder/claudecode.nvim