Tag
Systems design
11 articles · 3 silos
How To · 7 min
The Human/System Boundary in Operational Design
The useful boundary is not human versus automation. It is repeated handling versus the judgement, context, and accountability that still need a person.
Breakdowns · 4 min
What Is an Automation Trigger in Practice?
An automation trigger is the defined condition that fires a workflow. Not a feeling about when something should happen, a rule you can write down and test.
Breakdowns · 4 min
What Is Workflow Automation in Practice?
Workflow automation removes repeated human handling from rule-based work. Not robots. Not AI. Removing the person from steps that always happen the same way.
How To · 5 min
Automation or Custom System for the Workflow?
Not every workflow needs automation, and not every automation needs a custom build. Use the problem shape to choose.
How To · 6 min
API vs No-Code: Choose the Connection Implementation
Choose how systems connect: native API, no-code tools, or custom code. The decision is about operational cost, control, and maintainability.
How To · 6 min
How to Write a Data Contract Before You Build an Integration
Most integration failures are visible before the first line of code is written. A data contract surfaces them in a document instead of a production failure.
Build Notes · 7 min
What a Live Artifact Reveals Before You Automate
A working artifact can disprove the assumption that a workflow is ready for automation by exposing the context and judgement people still need.
Build Notes · 8 min
Why a Typed Builder System Keeps a Site Coherent
The builder used to guess missing templates and section IDs. Making 311 section contracts explicit removed that hidden decision from the renderer.
Breakdowns · 4 min
What Is a Workflow Audit in Practice?
A workflow audit is structured observation of how work actually moves, not how it was designed to. The gap between the two is where systems fail after launch.
Breakdowns · 4 min
What Is Exception Handling in Operations?
Exception handling is the designed path for work that falls outside the standard flow. Not an edge case, a core design requirement for any system in production.
Build Notes · 8 min
Building a Content System for AI Citation
How we applied systems thinking to content: typed records, build-time validation, topic clusters, and structured data for AI models to index.