Getting Started with Claude Code Agents
May 14, 2026
Claude Code agents (called subagents) let you delegate specific tasks to specialized AI assistants with their own context, tools, and permissions. Here is how to create and use them.
Read more

Claude Code agents (called subagents) let you delegate specific tasks to specialized AI assistants with their own context, tools, and permissions. Here is how to create and use them.
Symfony 7.4/8.0 added native support for multi-step forms through FormFlow. Here's how to split a large form into steps with per-step validation and conditional navigation.
Since Symfony 7.3, you can write console commands as plain invokable classes with attribute-driven arguments and options, no configure or execute boilerplate required.