Asymptomatic

Posts tagged: AI

On AI - Why I’m Using It Despite Everything

I want to start posting about AI. I’ve been working with large language models—ChatGPT, Anthropic Claude, Midjourney for image generation—and I want to write about what I’ve learned. But before I do that, I need to be absolutely clear about my position on AI itself.

If you disagree with what I’m about to say so fundamentally that you can’t stomach reading about my actual use of these tools, then my suggestion is simple: keep those thoughts to yourself. I have zero interest in debating whether or not to use AI. I’ve already put considerable thought into this decision, and this post exists to explain my reasoning—not to invite arguments about it.

Projects Progress

I have a few technical projects that I’m working on, but they are moving very slowly. Little’s Law has taken effect, where working on multiple things at once makes everything progress at a glacial pace. Let’s talk about the things I’m doing and maybe write out some progress. I might also cover some other topics, like how I’m using current AI techniques to get better at leveraging technology.

One project is called Team Beat. It’s software that organizes a retrospective into phases: a discovery phase where people can submit cards to a board, a voting phase where participants vote on the most important cards, and a discussion phase to talk about those cards. The software takes all the notes from the retrospective and puts them into a markdown document that you can save. The tool works well, and a couple of teams at work are using it. However, there are issues with it. The real-time board submissions are powered by WebSockets written in Go, which connects to the database storing all this information. One problem is that although Go performs well, configuration exists in the front end that really should be part of the back end. This disconnection of config makes it hard to filter down to specific user details in some situations. For example, every action on a board is broadcast on a single channel delivered to all users, requiring them all to fetch new information from the API instead of receiving simple updates.

Influencing Musical Preferences

The Mere-Exposure Effect is a phenomenon stating that the more you are exposed to something, the more you develop an affinity for it. Lately, I’ve been using Spotify’s “Songs for You” feature, which creates a playlist of songs based on your past listening habits. I’ve noticed that it recommends earworms – catchy tunes that get stuck in my head. While these songs are somewhat similar to my usual music preferences, they’re not what I would expect to discover during my musical explorations.

This makes me wonder if there is some hidden option within Spotify’s corporate structure, or perhaps even the Illuminati, where artists can pay to have their songs promoted more frequently. As a result, listeners experience the mere exposure effect and ultimately develop a liking for the song, wanting to listen to it more.