A deep dive into how to render the visible spectrum accurately from wavelength to RGB, including CIE 2012 color matching functions, gamut clipping, Abney effect correction, OkLCh, and ACES 2.0.
NVIDIA has released Nemotron-Nano-9B-v2-Japanese. It takes first place in the sub-10B category on Nejumi Leaderboard 4, delivering strong performance in Japanese knowledge, QA, and tool calling.
Go 1.26 completely rewrote `go fix`. It can now automatically update codebases to modern Go idioms, including `interface{}` to `any`, `min`/`max`, and the new `new(expr)` syntax.
GitHub has released the Copilot SDK in technical preview. It exposes the Copilot CLI agent runtime as a programmable interface and supports custom tools as well as MCP server connections.
A case study on building a real-time analytics platform with Cloudflare Workers, Hono.js, and Supabase. It covers practical edge-computing design decisions, including global P95 event ingestion of 47 ms and cookie-free session management.
Anthropic has released the mid-sized model Claude Sonnet 4.6. In Claude Code evaluations, 70% of users preferred it over Sonnet 4.5, and 59% preferred it over Opus 4.5, while pricing remains unchanged.
VectorWare has announced the first implementation of Rust's Future trait and async/await running on GPUs by adapting the Embassy executor to a GPU environment.
Alibaba open-sourced AliSQL 8.0, which combines MySQL-compatible OLTP, DuckDB-based high-speed OLAP, and HNSW vector search into a single database. This article considers what that means amid MySQL stagnation and PostgreSQL's momentum.
A roundup of four topics around AI agent development and operations in February: a study showing AGENTS.md may be counterproductive, Continue.dev's CI-integrated AI checks, AWS Strands Agents' built-in session persistence, and Docker Shell Sandbox for isolated agent execution.
Google has launched a public preview of the Developer Knowledge API and MCP Server, letting generative AI tools access official documentation for Google Cloud, Android, Firebase, and other Google technologies.
Using Jeff Geerling's article as a starting point, this piece looks at how low-quality AI-generated contributions are increasing the burden on open source maintainers, along with responses from curl and GitHub.