// ls -la ~/posts --sort=date
The real roots of the Singularity concept: from von Neumann and Ulam's 1958 conversation and I. J. Good's intelligence explosion to Vernor Vinge's 1993 essay. Why Singularity ≠ AGI, why the name comes from mathematics, the different scenarios, and why it may not be a "moment" at all.
An engineering look at the components of AGI: multimodal perception, types of memory, reasoning, adaptive planning, world models, tools, continual learning, verification, and safety. With a conceptual architecture diagram, the jagged capability profile, and a small Python agent.
A deep dive into how neural networks are trained: initial random weights, data and batches, loss, backpropagation, gradient descent, learning rate, overfitting, and how language models are trained. With complete, real PyTorch code on FashionMNIST.
A deep dive into the geek mindset in the AI era: seeing hidden layers, asking better questions, debugging AI outputs, systems thinking, experimentation over memorization, and why curiosity becomes a multiplier when machines can answer.
Learn to read AI model names like a pro. Understand parameters, quantization, MoE architecture, GGUF format, and how to choose the right model for your needs.
A deep dive into why language models produce fluent, confident, yet factually wrong answers. Understand next-token prediction, logits, softmax, and hallucination.