A small experiment with Claude Code:
Hotel room search, built twice.
1) Vaadin Spring Boot jOOQ Testcontainers PostgreSQL: 3 minutes.
2) Angular Python DynamoDB: about 5x longer.
Why the gap? One stack is one language, one runtime, and a clear data model. The other is two ecosystems, two languages, and design decisions that need to be made up front.
Choose your tech stack wisely.