Articles tagged with: Tools

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.


macOS Classic Gaming in 2025

Summary: Different options to play classic MS-DOS and Windows videogames on modern Macs with Apple Silicon CPUs.


Your choice of agentic IDE or tool matters

Summary: A content blocking scenario that turned into a small comparison of three agentic IDEs and CLIs.


LLMs are great at deoptimizing code for readability - Example with Lua

Summary: An example of how to instruct an LLM to deoptimize code into a more readable form.