Last chapter I promised we’d come back to the map, so here it is: what types of AI exist, and why almost everything you’ve seen in this series so far, without exception, falls into the lowest and most boring of the three tiers. This chapter separates what already exists from what’s still, at best, a […]
READ MORE
In the previous article we installed Go and compiled our first binary. Today we cover the raw material everything else is made of: Go data types, variables and constants. And at the end, iota, that word that shows up in every Go codebase and nobody explains right the first time. Static typing, minimal ceremony Go […]
READ MORE
Before we get into classic machine learning, neural networks, and language models, this chapter takes a different shape: no history, no philosophy, just the minimum toolkit of math for AI you need for the rest of the series to actually click. No heavy formulas, no exams, no flashbacks to university. Just the intuition behind three […]
READ MORE
Heads up This series is written with the help of artificial intelligence (Claude), cross-checking every technical claim against the official Go documentation (go.dev) and citing the source for every relevant statement. Even so, it doesn’t replace your own judgment: compile it, test it, and be suspicious of any paragraph with no link behind it. Spot […]
READ MORE