/images/avatar.png

Go 1.24 New Features

Go 1.24 has no revolutionary changes—mostly incremental improvements that show up in daily coding. range-over-func graduated from experimental and is safe for production. Performance percentages in the notes follow the official write-up and were not reproduced here.

AI Agent Security in Production: A Practical Guide

OWASP is watching this: AI Agents are expanding their capability boundaries rapidly — writing code, executing commands, calling external APIs, querying databases. The more capable they become, the larger their attack surface.

In 2024, Anthropic research demonstrated that LLMs can retain backdoor behaviors even after standard safety training. OWASP listed prompt injection as the #1 threat to LLM applications. Deploying AI Agents in production means security is not optional.