Skip to main content

SEMS SOFTWARE ENGINEERING MADE SIMPLE

> Complexity is often just an explanation problem.

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

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

Recent Posts


          An internal framework for packaging team domain knowledge, workflows, and automation into reusable Claude modules - shareable, versioned, and improvable.

Claude Sauce - Spicey, Yet Nicey

An internal framework for packaging team domain knowledge, workflows, and automation into reusable Claude modules - shareable, versioned, and improvable.