Tag: technology
All the articles with the tag "technology".
The AI Prisoner's Dilemma
Published:5 min readAI coding tools are everywhere, and each step feels reasonable. But what if we're all caught in an AI prisoner's dilemma, where individual choices lead to an uncertain future for our craft?
I made a game with AI and I don't know how to feel about it
Published:10 min readI built a sprint-planning game with AI over a weekend. Making it was more fun than playing it, and left me unsure what that means for the craft.
In Python, Rose == 'Red', Violet is not 'Blue'
Published:4 min readWhy a Python string comparison with 'is' appeared to work, and what string interning and bytecode revealed about identity versus equality.