# Autonomous-Agents

- [Agentic Coding 101: When Your AI Plans, Builds, Tests, and Ships](https://sdd.sh/2026/05/agentic-coding-101-when-your-ai-plans-builds-tests-and-ships.md): Most engineers still think of AI coding as an advanced autocomplete. They're missing the paradigm shift. Agentic coding is fundamentally different — the AI plans the work, writes the code, runs the tests, fixes the failures, and iterates until the task is done.
- [Claude Code Auto Mode: Anthropic Hands AI More Control (But Keeps It on a Leash)](https://sdd.sh/2026/03/claude-code-auto-mode-anthropic-hands-ai-more-control-but-keeps-it-on-a-leash.md): Auto Mode lets Claude decide which actions are safe to take without asking permission — but adds an AI safety layer that screens every action for prompt injection and risky behavior. Here's what changed and why it matters.
