I eat too much then feel guilty about it, including stuff I shouldn’t eat that will make me sick.
I eat too much then feel guilty about it, including stuff I shouldn’t eat that will make me sick.
I realized that people didn’t really give a shit about me and just used me for my skills. I was always there for them when they needed me, but when I asked them for anything they were always busy or had some excuse. I started using the same excuses on them and they all disappeared almost immediately.
I still help people of course: some close friends, some colleagues, my students, but I no longer show myself to be competent in certain things so I can avoid parasites.
AI is to computer science what black magic is to science.
Seriously, what do you get after you’ve spent days and days to train a model? An inscrutable blob that may as well be proprietary software written for an alien CPU; studying it is damn near impossible, understanding how it works would require several lifespans, and yet it works, and we trust these models and use them to get solutions to problems that would normally be impossible to handle by computers using “real” computer science. And one day, this trust will bite us in the ass, not in the form of an “AI rebellion” but with every system that uses AI becoming unreliable because of situations outside its training.
As a developer, I use LLMs as sort of a search engine, I ask things like how to use a certain function, or how to fix a build error. I try to avoid asking for code because often the generated code doesn’t work or uses made up or deprecated functions.
As a teacher, I use it to generate data for exercises, they’re especially useful for populating databases and generating text files in a certain format that need to be parsed. I tried asking for ideas for new exercises but they always suck.