Observation from Adam Okoń: across wroclove.rb 2026 talks and recent Ruby tooling, the community is increasingly distinguishing heavy-CPU from heavy-IO workloads and reaching for different primitives. A concrete example cited: the new Puma version released that week ships a fiber pool alongside its thread pool, signalling ecosystem movement toward fiber-based IO concurrency.