Articles tagged with: Python

Learning LLMs Through MicroGPT

Summary: Turning MicroGPT into a more educational, configurable project and finding that modifying and experimenting with it was the best way to understand how LLMs work.


Updating a Django project from v2 to v6

Summary: Upgrading a long-neglected Django project turned out to be far smoother than expected, reinforcing the Django project's strong commitment to backward compatibility.


Experimenting with GitHub Copilot Pro in a Django Project

Summary: Hands-on account of testing GitHub Copilot Pro, Claude 4.5, and GitHub's new review tools by delegating a real Django feature implementation to the AI, with minimal manual coding.


LLMs can't count reliably - and that’s not a problem

Summary: LLMs can't reliably do math or counting on their own, but tool calling lets them delegate those tasks to external code or APIs, making them accurate without needing innate calculation skills.


Why Go is a compelling choice for building CLI tooling

Summary: Why Go is a compelling choice for building CLI tooling, argumented with an example project.