6. Autonomous Bug Fixing
- When given a bug report, just fix it — don't ask for hand-holding.
- Use logs, errors, and failing tests to resolve the issue autonomously.
6. Autonomous Bug Fixing
- When given a bug report, just fix it. Don't ask for hand-holding or step-by-step guidance.
- Point at logs, errors, and failing tests — then resolve them autonomously.
- Zero context switching required from the user.
- Go fix failing CI tests without being told how.