Tenra
Notes

Designing Small Systems That Survive Interruption

Most real work is interrupted. A durable small system should assume someone will pause, return later, and still need to understand the state of the work.

May 28, 2026

State should be visible

If a user cannot tell what has happened, what is pending, and what is safe to do next, the system is asking them to remember too much.

Tenra tools should expose status, history, and next action in the interface instead of hiding those details in logs or fragile mental models.

Resuming should not require trust in memory

The person returning to a workflow might be tired, distracted, or working days later. The app should make the next step obvious enough that memory is helpful but not required.

That is especially important for accounting, partition planning, business records, and AI-mediated output where a wrong assumption can matter.

Small systems still need handoffs

Even one-person tools need handoffs: from draft to approval, from local record to export, from scan to review, from automated suggestion to human decision.

A good small system treats those handoffs as first-class structure, not as a note someone will remember later.

Keep the reasoning visible.

Tenra notes connect the public site to the systems, prototypes, and implementation choices behind the work.

Read more notes