Thursday, September 3, 2026

Vaccines, Mid-Terms, and Other Things

My parents taught me without saying a word, that while we may be part of society and share a culture and history with society, we can pick and choose which parts we want to keep for ourselves.

For Halloween, for example. My parents didn't like the phrase "Trick or Treat'. I forget the exact way they phrased it, but basically you're threatening to trick people unless they give you candy. So they taught us to always say "Happy Halloween" instead.

Oh, they also never taught us to believe in Santa Claus. 

They didn't like black comedy. Mom didn't like us having the TV on when we ate together, and they didn't have cable TV.

So we were part of society, but we were also sometimes different. Maybe even a bit nerdy and weird.

And that's okay. For the most part I kind of liked it. Sure, it's a bit weird to have everyone talking about a show you've never seen. But years later I saw an episode of that show (Beavis and Butthead) and tbh I don't really understand why it was that popular in the first place.

The point of all that is to say this:

While I would not say I'm completely independent, that I never follow a crowd or do things without thinking, if I have decided something than it's decided. 

And I don't really care how many people disagree.

 That's kind of where I am with regards to vaccines, and with regards to Trump.

For vaccines - and the Covid vaccine in particular - it has been six years since Covid hit. Almost six years since the vaccine was released. And unless there are long term consequences in twenty-thirty years that we won't learn about until we've reached that, we have pretty good data on it's effects and side effects.

There are studies now that are able to look, county by county, and compare the vaccination rates to the death rates and hospitalization rates.

It has been long enough that the data is available. We're not waiting for reports to trickle in.

And the evidence is overwhelming clear. 

Vaccines save lives.

This is not up for debate. This is not in doubt. 

And anyone trying to argue differently just makes me question their judgement.

Which, given the widespread anti-vax attitude, means that I'm questioning the judgement of quite a few people. Some of them even somewhat distant family members that I care about.

It's a similar story with Trump supporters. The fastest way to make me question your ability to make good decisions is to tell me you support Trump.

The fastest way to make me question whether billionaires deserve their wealth is to see them propping up and enabling Trump. (And see the way they treat their employees too, tbh.)

I don't really care how many people seem swayed, how many sing his praises, how many cheer. All it does is show how deep the rot has spread.

And right now, it's clearly spread pretty deep.

The problem, right now, is what we're going to do about it.

I don't want an America that makes people 'disappear', whether their immigrants or not. 

I don't want an America that bombs civilian boats, especially when their engines could have been shot and evidence collected. If they're drug runners doing something illegal, arrest them. Whatever happened to due process?

There's so many statements that start like that. So many things I thought we cared about, that apparently 'we' do not.

I am worried about the midterms. Not so much the votes themselves, since it seems quite clear that the midterms will go against Trump and his sycophants and manipulators.

I am worried because they've already proven they don't care about the rule of law. They're already continuing to lay the groundwork to sow doubts if they lose. To try to mobilize their supporters and overturn the results when they don't go their way.

These people are clearly the type who will keep pushing, and pushing, until someone forcefully makes them stop...

And I don't see the willpower to make them stop.

Not consistently, at least.

Not on the same level. 

 

AI

 I have described myself as AI skeptical. That was because I knew and felt the same frustration most people have had

 with AI, and yet I also see the potential.

I have long thought that computers and humans were... complementary. They're better at certain things than we are, we're better at other things, and I frankly look forward to dumping all the tedious, mind-numbing and boring work on artificial intelligence. 

At the same time, the term 'meatspace' has become common for good reason.

If you're using AI to read e-mails and articles, and then using AI to write a response, and all you're really doing is sitting at the keyboard as a meatsuit for the AI... what are you even doing here?

And don't get me started how tech companies have pushed AI on us. Foisted it. It's one thing to have a nice little icon on the menu bar letting you know it's an option. It's another thing to rearrange your entire website so that the only think you see is an AI prompt window. 

But that's all casual observation, as a customer or user and not as a coder or programmer. 

Ever since my company purchased a subscription to one of the major AI coding platforms, and I realized that (as we lost a team member, and there's only one other member of my team stateside at the moment) I needed someone or something to answer questions and help me resolve issues while I learn my job, I have been using it at work.

And...

It's been a bit like the Gartner Hype cycle, all happening in about a month.

It's a powerful tool. A really powerful tool. But it will also go off on wild goose chases and tangents unless I stop it.

I've also worked hard at creating a 'coding harness', though I didn't even really understand that term when I started. I just knew that I wanted it to remember important parts about how our self-service application worked, and that I didn't want it to keep all that information in it's context window if it wasn't relevant. So I had it create a 'lessons learned' document, and reference documents, and also added in some hooks and workflows to try to make it consistently perform well and not hallucinate or write some crappy slop.

I... am not sure about that last part. I am still learning our application myself, and it's been great at helping explain what the code is doing and how it's doing it, but when you have multiple steps in a flow where one function is calling another function which is calling yet another, I am not entirely sure the AI understands the full flow properly. But that's what code reviews are for, right?

Anyways, in terms of troubleshooting, it's really, really good. Almost scary good. I had it create a skill so it knew what logs to check to see how a request was handled (this took some work too, because I gave it about four examples of different types of requests and had it look for the log entries related to it... and at first it was like "I didn't find any results, expanding the search window from the last 30 days to the last 60 days" and I had to stop it very fast and point out that the examples I gave were all from the last couple of days. Basically if it's not finding results with it's query, the issue is with the query and not with the date-range.)

Anyways, once I got it all configured it proved it's worth. It actually proved it's worth while I was configuring it, as a help request came in while I was training it and I decided to use that as an example. It very quickly noticed that the reason our company's customer support person wasn't able to get an account on their client's instance for troubleshooting purposes was because the group we were trying to create their account in had another group with the exact same name in it, and the duplicate names meant it was erroring out.

The skill has been... a life-saver, tbh. It's helped identify root causes and find workarounds more than I want to admit.

However - it still needs human judgment.  Human involvement. If it starts going down the wrong track it just keeps on going

It reminds me a bit of Mickey Mouse as the Sorceror's Apprentice in Fantasia, when he got the broom to start carrying the buckets of water. Except that things soon got out of hand, the brooms multiplied and kept carrying water and kept carrying water and kept carrying water...

Because here's the thing.

A human would eventually notice that the water was overflowing, that continuing to bring buckets of water didn't make sense, and they would probably stop before things got out of hand. They'd at least ask you if you really wanted them to keep doing it.

That broom, however, did not.

And an AI will not. Not unless on some level it's programmed to.

Anyways, as I see the discussions of AI going around and look at what tech companies are doing and consider it's usefulness and it's challenges, I think the heart of the problem is this:

Some people are using AI as a replacement for real people. 

And that, at least at our current level of technology, is going to fail. 

Update

 It's been a while since I sat and typed out some long posts. I've mostly just been throwing in some quick links for articles that interested me.

I don't think I've really talked about my thoughts on AI since I started using it at work, for example. And of course I'll have to write something about current events.

But overall - things are going well. I still love my job, am still working remote, and if it weren't for the ongoing decline in *looks around and skims the news* pretty much everything else, I'd say things were going well.

Oh, and I might have a business trip to Poland soon. I haven't been to Poland yet, so I'm looking forward to it.