Blog
Local AI Coding Assistant in Neovim in 2026 v2
Posted on March 8, 2026
A follow-up to my previous post on setting up a local AI coding assistant in Neovim in 2026. Still no internet required!
Local AI Coding Assistant in Neovim in 2026
Posted on January 18, 2026
Setting up a local AI coding assistant in Neovim in 2026. No internet connection required!
Buying a Home in Denmark in 2025
Posted on May 4, 2025
After getting lost of confused countless of times during my own home buying process, I decided to write this blog post to help others navigate the process. What steps do you need to take, and in what order? What costs are normal, and what do they mean?
Is GPT-4 Performance Getting Worse?
Posted on June 13, 2024
Whenever OpenAI (or any other AI company to be fair) releases a new GPT model, we all tend to assume that the new model is always better than the predecessor - even if that model is also cheaper than the previous models. Even if we assume that this is the case for English, where does this leave the rest of our languages? In this blog post, I'll be digging into this question, using the multilingual ScandEval benchmarking framework.
Making a Voice Bot
Posted on October 21, 2023
In this post, we create a voice bot from existing tools out there. This involves detecting audio, transcribing audio, processing the transcription to generate an answer, and converting that answer back into speech. All code is open source, allowing you to easily modify it to your own needs.