A software engineer working on an embedded IoT data pipeline identified architectural code smells—over-abstraction through excessive use of Rust traits and decorators that obscured object identity and created systems of many similar objects. Using the Design Patterns book, they diagnosed the issues and proposed the Mediator pattern as a solution to centralize data transformation and reduce interconnections between modules.