Return

Writing

small systems over big promises

why i keep choosing compact ai workflows that stay understandable after the first week.

march 2026·4 min read
a quiet abstract system of small connected cards on a creamy background

Where it started

i’ve started noticing something in almost every workflow i build: the useful part is rarely the impressive part. the useful part is usually a small decision that removes one repeated action, one unclear handoff, or one moment where i would otherwise stop and think too much.

for a long time, i thought better systems meant bigger systems. more integrations, more dashboards, more automatic steps. that kind of work feels exciting at the start because it gives the illusion that everything is being handled. but after a week, the same systems often become heavy. one broken connection, one unclear file name, one changed assumption, and the whole thing starts asking for attention.

the better pattern has been quieter. one capture point. one repeatable prompt. one script that does a narrow job. one place where the output lands. it does not look like much, but it keeps working when the day gets messy.

The exciting part

small systems are easier to trust because they are easier to inspect. if something fails, i can usually see where it failed. i do not have to remember a diagram, trace five tools, or open a dashboard that only made sense on the day i created it.

this matters even more with ai workflows. language models are flexible, but that flexibility can hide weak structure. if the surrounding system is vague, the model has to guess too much. if the surrounding system is small and clear, the model has a better lane to run in.

a small system might be as simple as a saved prompt, a naming convention, and a review step. it might be a tiny script that turns messy notes into a draft outline. it might be a checklist that tells an agent exactly what to change and what to leave alone. none of this is glamorous. that is the point.

the real win is not automation for its own sake. the win is returning to the same workflow tomorrow and still understanding it. calm tools create momentum because they do not ask you to re-learn them every time you come back.

What lasts

the systems that last in my life have a few things in common. they are narrow, visible, and easy to change. they do not try to become the center of everything. they sit close to the work and disappear when they are not needed.

i like when a workflow can be explained in one sentence. capture the raw idea here, run this prompt, review the result, publish or archive it. if i need a long explanation, the system is probably carrying too much hidden complexity.

small systems also leave more room for taste. when the machine handles a narrow repetitive part, i can spend more attention on judgment: what should stay, what should be cut, what actually feels useful, what sounds like me.

that is why i keep choosing compact tools over big promises. not because big systems are always wrong, but because small ones teach you what the work really needs. they make the shape of the problem visible before you build too much around it.

the current goal is simple: build tools that feel calm, survive real usage, and leave enough space for curiosity. small systems do not try to do everything. they do just enough — and that is why they last.