Maximize value creation by ensuring the system is always performing useful work instead of waiting or idling.
License & citation
Creator: Dzmitryi Kharlanau (SAP Lead).
Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-20.json
License: CC BY-NC 4.0 (non-commercial only, attribution with source link required).
Concept DOI: 10.5281/zenodo.18862098
Version DOI (`v1.0.0`): 10.5281/zenodo.18862097
Repository: https://github.com/dkharlanau/dkharlanau-datasets
Suggested citation: Dzmitryi Kharlanau. “Continuity of Useful Action” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-20.json
Details: /legal/datasets/
JSON (copy / reuse)
{
"id": "TRIZ-20",
"title": "Continuity of Useful Action",
"intent": "Maximize value creation by ensuring the system is always performing useful work instead of waiting or idling.",
"triz_principle": {
"number": 20,
"name": "Continuity of Useful Action",
"definition": "Carry on work continuously so that all parts of the system are always performing useful functions."
},
"problem_understanding": {
"core_contradiction": "We want efficiency, but systems spend large amounts of time waiting, blocked, or idle.",
"why_this_hurts": "Idle time hides bottlenecks, inflates lead time, and creates the illusion of progress while value is not produced.",
"typical_signals": [
"waiting for approvals or dependencies",
"queues growing while resources are idle",
"stop-and-go processes",
"work started but not finished"
]
},
"solution_logic": {
"core_idea": "Redesign flow so that useful work continues even when the main path is blocked.",
"key_rule": "Optimize for flow of value, not utilization of steps.",
"how_it_resolves_the_contradiction": "Through parallelization, pre-work, or alternative tasks, the system keeps producing value instead of stalling."
},
"application_patterns": {
"consulting": [
"prepare decision options while approvals are pending",
"parallelize analysis streams",
"keep a ready backlog of value-adding tasks"
],
"software_engineering": [
"async workflows to avoid blocking",
"background processing for non-critical tasks",
"work stealing and dynamic task queues"
],
"architecture": [
"non-blocking I/O",
"message-driven architectures",
"separation of critical and non-critical paths"
],
"enterprise_sap": [
"parallel data preparation while approvals run in MDG",
"non-blocking replication queues",
"decoupled follow-up processes after master data changes"
]
},
"anti_patterns": [
"busy work that does not create value",
"parallelism that increases coordination overhead",
"masking true bottlenecks with side activities"
],
"usage_guidance": {
"use_when": [
"lead time is dominated by waiting",
"teams are blocked by external dependencies",
"system throughput is low despite high effort"
],
"do_not_use_when": [
"parallel work would cause rework or conflicts",
"strict sequencing is required for correctness"
]
},
"diagnostic_questions": [
"Where does work wait most of the time?",
"What useful work could continue while waiting?",
"Which dependencies unnecessarily block progress?"
],
"example": {
"before": "Development stops completely while waiting for final approval.",
"after": "Non-critical improvements and preparation continue while approvals are pending."
},
"meta": {
"schema": "dkharlanau.dataset.byte",
"schema_version": "1.1",
"dataset": "TRIZ-bytes",
"source_project": "cv-ai",
"source_path": "TRIZ-bytes/TRIZ-20.json",
"generated_at_utc": "2026-02-03T14:33:32+00:00",
"creator": {
"name": "Dzmitryi Kharlanau",
"role": "SAP Lead",
"website": "https://dkharlanau.github.io",
"linkedin": "https://www.linkedin.com/in/dkharlanau"
},
"attribution": {
"attribution_required": true,
"preferred_citation": "Dzmitryi Kharlanau. “Continuity of Useful Action” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-20.json"
},
"license": {
"name": "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
"spdx": "CC-BY-NC-4.0",
"url": "https://creativecommons.org/licenses/by-nc/4.0/"
},
"links": {
"website": "https://dkharlanau.github.io",
"linkedin": "https://www.linkedin.com/in/dkharlanau",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
},
"contact": {
"preferred": "linkedin",
"linkedin": "https://www.linkedin.com/in/dkharlanau"
},
"canonical_url": "https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-20.json",
"created_at_utc": "2026-02-03T14:33:32+00:00",
"updated_at_utc": "2026-03-04T11:23:27+00:00",
"provenance": {
"source_type": "chat_export_extraction",
"note": "Extracted and curated by Dzmitryi Kharlanau; enriched for attribution and crawler indexing."
},
"entity_type": "triz_byte",
"entity_subtype": "",
"summary": "Maximize value creation by ensuring the system is always performing useful work instead of waiting or idling.",
"doi": {
"concept": "10.5281/zenodo.18862098",
"version": "10.5281/zenodo.18862097",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
}
}
}