This document is a diary entry by Jarosław Pałka about patterns of organic architecture. It discusses using metrics like complexity and number of changes to identify stable and fragile parts of a codebase. It also talks about refactoring incrementally with user stories, modularizing based on stability, and transforming a system design through an architectural process focused on understanding needs and allowing for design flexibility. The overall message is that architecture is an ongoing process of understanding problems, identifying constraints, and evolving a system's design for improved resilience through principles like separation of concerns, asynchronous communication, and self-organization.