/ all insights
Strategy·Mar 03, 2026·9 min read
Owning your stack again: the case for custom over off-the-shelf.
The hidden cost of stitching together ten SaaS tools, and a calmer way out.
A stack can look modern and still feel exhausting. When every process requires copying data between tools, the subscription cost is only part of the bill. The larger cost is coordination, missing context, and software that does not match the business.
Ownership does not mean building everything
The calm approach is to decide which workflow deserves ownership. Keep the tools that do their job well. Build the layer that connects them, encodes the business rules, and gives the team one place to operate.
| Stack smell | Business effect | Useful custom layer |
|---|---|---|
| Same customer exists in five tools. | Teams disagree on status and history. | A canonical customer view with synced source references. |
| Approvals happen in chat. | Decisions are hard to audit or improve. | A workflow system with state, owner, evidence, and timestamps. |
| Reports depend on manual spreadsheet updates. | Leaders make decisions from stale data. | Automated data pipelines and operational dashboards. |
| AI output is copied into another tool. | The workflow gets faster but still brittle. | AI integrated directly into the action step with review and logs. |
- Own the workflow that creates leverage.
- Integrate before replacing.
- Keep data contracts explicit.
- Design for handover so the team can keep operating after launch.