Generative AI did something for me
I've had a hate-hate relationship with Generative AI. Today it might have fixed something for me, though.
All through the 2025-2026 academic year, I have been plagued by a recurring error in Microsoft Word in Office 365 for the web. When I type in a line and then leave the line, either by hitting enter or by moving to a new line, it often deletes around half of what I had just typed. This didn't happen every time, probably not even 50% of the time, but it happened a lot and I was never expecting it. I could not undo the deletion; the text I had entered was just gone.
All year I've been mitigating this by typing text into a text editor, then copy-pasting it into Word. Thankfully I don't have to use Word all that often. (Google Docs and LibreOffice did not have this issue.)
This morning, in an attempt to figure out what the problem could be, I upgraded my computer from Ubuntu LTS 22 to 24. When I finished that process, I could no longer get online on my laptop. I could kind of get on when I used my phone hot spot... for some webpages... but not via my home router. I struggled for an hour and after a bunch of web searches on my phone and a tablet, I thought it likely that my router wasn't giving me an IP address. I didn't know the solution to that, though.
I finally decided to ask an AI. I did Gemini because I'm on Android. (I know that's a terrible reason.) I started from the beginning and just said I couldn't get on line and after six rounds of communication, it gave me a solution that worked. I needed to have dhclient go fetch me a new IPv4 address, which it did with
$ sudo dhclient -v
This immediately popped up. Should I be concerned?
Generative AI has not been helpful for me, and usually caused me more frustration that it was worth. I do also believe there are severe negative consequences with using compute-heavy AI. Nevertheless, I've tried it every now and again.
It worked this time, though! So, I decided to give it a shot on the Word problem. Maybe it could solve the problem.
It took six more rounds of communication, but in the end it reasoned that the problem was a toggleable option listed at the bottom: Text Prediction was on. I turned that off and so far it seems to have worked! I haven't had any more of my text disappear.
Even though this was it's response on the fourth round of that conversation.
The irony of needing one AI to tell me to turn off a feature from another AI is not lost on me.
Hopefully I have no more issues with Word. I didn't test it a ton. (I don't enjoy using Word.) We'll see how well it works.