Feed

Agile

Agile methodology discussions covering Scrum, Kanban, sprint planning, and iterative development practices from developer communities.

Articles from the last 30 days

Our Agile coach's answer to every technical problem was let's break it into smaller stories
01Friday, February 6, 2026

Our Agile coach's answer to every technical problem was let's break it into smaller stories

The article critiques the prevalence of non-technical Agile coaches in the tech industry, illustrated through a two-year experience with a coach earning $150,000 annually who lacked production coding experience. The author highlights a recurring pattern where technical challenges, such as Kafka rebalancing or database migrations, were consistently redirected into process-oriented discussions like 'user stories' or 'stickey-note voting' because the coach lacked the domain expertise to address root causes. This 'certification industrial complex' prioritizes credentials like CSM or SAFe over actual engineering competence, leading to retrospectives that fail to address technical debt. The author argues that organizations would benefit more from hiring senior engineers who can provide technical mentorship and hands-on problem solving rather than meeting facilitators who focus solely on process rituals.

Sources:/r/programming469 pts
Code isn’t what’s slowing projects down
02Monday, February 23, 2026

Code isn’t what’s slowing projects down

This article explores how communication dynamics, rather than technical complexity, dictate development speed. It discusses Conway’s Law, explaining how organizational structures mirror software architecture. By highlighting the Inverse Conway Maneuver and team collaboration strategies, it emphasizes that bridging silos and improving team interaction are essential for efficient system design and faster project delivery.

Sources:/r/programming421 pts
Apple XNU: Clutch Scheduler
03Sunday, February 8, 2026

Apple XNU: Clutch Scheduler

The text emphasizes the importance of user feedback and iterative improvement within a documentation or product ecosystem. It highlights a system where every piece of input is read and considered seriously to enhance the user experience. By directing users to their official documentation to explore available qualifiers, the provider ensures transparency and empowers users to provide more structured and effective feedback. This approach aligns with modern agile methodologies and software development life cycle standards, where ongoing communication between developers and the user community serves as a critical driver for feature prioritization and quality assurance. This feedback loop is essential for maintaining product relevance and addressing specific technical requirements or bugs identified by the community.

Sources:Hacker News152 pts