Categories

Artificial Intelligence

The initial Claude 4 family: first quality tests

Anthropic released Claude Opus 4 and Claude Sonnet 4 on 22 May 2025, the first major naming jump since the 3.5 series. Claude 4 reasons noticeably better over long programming tasks: multi-hour refactors that previously stalled without a human nudge now run further alone, and the family targets agentic, multi-step flows.

How to Install

Generics in Go: three years later, what has survived

Generics arrived in Go in March 2022 with high expectations and some skepticism. Three years on, idiomatic code barely uses them on the surface, but they have transformed deep libraries: type-safe collections, database clients, concurrency primitives. This analysis examines what has taken hold and why.

Technology

GitHub Copilot: The Future of AI Programming

GitHub Copilot is an AI-powered coding assistant that suggests code as you type, built into VS Code, JetBrains, and Neovim. It speeds up repetitive tasks and API exploration, but it also generates plausible code with real errors: studies document security vulnerabilities in a meaningful share of its suggestions, so every suggestion still needs human review.