diff --git a/content/journal/dispatch-32-october-2025/index.md b/content/journal/dispatch-32-october-2025/index.md index 1ec7f0b..7f56b11 100644 --- a/content/journal/dispatch-32-october-2025/index.md +++ b/content/journal/dispatch-32-october-2025/index.md @@ -68,7 +68,7 @@ And then just so many nice public parks and cafes. And feeding pigeons, randomly ### 3D Monk -Nev has a little [snake fidget toy][6] I like to steal and make little figurines out of. I've [long wanted][7] to make a digital version of it, but it was an intimidating enough project that I never took action. Recently, I've been playing with [ChatGPT Codex][8], an AI prompt that runs in the terminal that can directly edit computer source code, and I decided to see if it could help me make progress with this project. +Nev has a [snake fidget toy][6] I like to steal and make little figurines out of. I've [long wanted][7] to make a digital version of it, but it was an intimidating enough project that I never took action. Recently, I've been playing with [ChatGPT Codex][8], an AI prompt that runs in the terminal that can directly edit computer source code, and I decided to see if it could help me make progress with this project. My first attempt fell completely flat -- I gave it a photo of the toy and a README with the desired functionality. It was able to make a program that output an image, but it wasn't anywhere close to the desired functionality and no amount of prompting got any closer.