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):
    while not simple(code):
        code = refactor(code)  # delete beats add
    return "🎉 ship it"

$ 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.