Skip to main content

SEMS SOFTWARE ENGINEERING MADE SIMPLE

> Practical software engineering on AI agents, Claude Code, test automation, and Python by Mor Dabastany. Complexity is often just an explanation problem.

~/sems — zsh
# the SEMS engineering algorithm
def ship(code):
    while not simple(code):
        code = refactor(code)  # delete beats add
    return "🎉 ship it"

$ ship(production)
> complexity detected: 9001
> applying SEMS…
> ✓ simple. shipped.

Recent Posts