Attitude, popularized in the TypeScript community, of publishing type definitions with a library so consumers get editor support and optional verification but are never forced to type their own code. Rafael Zamaris advocates adopting this mindset in the Ruby ecosystem via tools like Sorbet or RBS — types help with IDE hints, faster feedback loops, and upgrade safety (catching broken interfaces without a full QA pass) without penalizing users who stick to duck typing.