Finding it's much easier to migrate to linux with an llm as a troubleshooting assistant.
Even used it to make a task bar applet adjacent to Media Controls, where I can rate the current plexamp song without having to open plexamp.
A big plus of linux is the easy ability to use workspaces and switch between them with a hover over the workspace taskbar applet and the mousewheel (and other options).
I run claude code with 'dangerously skip permissions' flag enabled, and just tell it what I want. I hardly even interact with the OS anymore. I literally just tell it "install X, fix problem Y".
Yeah this is an actually good use of AI in an OS.
A recent ubuntu update made my boot fail - the splash screen for disk decryption has a known bug in the latest update for my exact video card. Being able to get into terminal-only recovery mode and launch Codex CLI and ask it to diagnose the problem was incredibly nice. I don't think I'll ever deviate from Linux again since most of my issues with it were random bugs like this, but they're now easily solvable.
> Finding it's much easier to migrate to linux with an llm as a troubleshooting assistant.
Especially with NixOS. I would never allow an LLM to make core updates to my OS for fear of breaking it. Now LLMs manage all my packages and upgrades, and because it's all declarative, I can always revert anything that goes wrong.