Posts

Claude 3.5 Sonnet Codes Really Well

One of my favorite things to do with language models is to use them to write code. I've been wanting to build a variation on tic-tac-toe involving a bit of game theory. I called it "Tactic". I wasn't even really sure if the game would be any more interesting than tic-tac-toe itself, which reliably...

Embracing Failure in Software Development

Exploring the Importance of Embracing Failure in Software Development and the Value of Learning from Mistakes

To write software is to experience constant failure until you get a success. When you start learning to write code, very little works, especially on your first try. You make a lot of mistakes. Maybe you copied example code to get started, then modify it to try and do something new. Reading errors...