Oct 23, 2025
Reflecting on AI agents and coding.
I decided to review a few Python concepts. I’ve always enjoyed working with agents and I often ask them to help me code things. Over time I’ve realized that these tools are more iterative than anything else. I don’t see them replacing humans anytime soon; rather, they feel like extensions of our technical abilities. (Sometimes a bit too technical and verbose, as if they’re trying to use as many tokens as possible… but who knows.)
Take this blog, for example. I started building it in conversation with ChatGPT; we discussed everything from the tech stack and requirements to the style and design. In the end, it couldn’t really build anything for me, so I switched to Codex, OpenAI’s code assistant. Still, after watching the agent generate more bugs than progress, I decided to go back to basics: copy an existing theme or repo and work from there.
So, returning to this idea of AI as an extension rather than a replacement, I’ve decided to study Python again, this time following a study calendar (which of course was created by chatGPT itself)
I’ll try to keep this space updated as much as possible. 🐍✨