8-10 min read
Mob Agentic Engineering: Riding the AI Wave Together
AI is revolutionizing code generation, but how do we collaborate effectively with AI in a team? Exploring Mob Agentic Engineering and the critical challenge of shared context.

Explore our latest insights on software development, consulting, and technology trends.
AI is revolutionizing code generation, but how do we collaborate effectively with AI in a team? Exploring Mob Agentic Engineering and the critical challenge of shared context.
How a mob programming session works step by step, how to run one (in the office or remote), and what the practice buys and costs your team.
Mocking is often challenging. This article explores how to handle situations where a function needs to be mocked during the module import phase in Python tests.
The article covers a real-life adventure into debugging unexpected test failures caused by mutable state modifications in Python.