Reduce cost, risk, or complexity by using copies, templates, or simplified representations instead of originals.
License & citation
Creator: Dzmitryi Kharlanau (SAP Lead).
Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-26.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. “Copying” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-26.json
Details: /legal/datasets/
JSON (copy / reuse)
{
"id": "TRIZ-26",
"title": "Copying",
"intent": "Reduce cost, risk, or complexity by using copies, templates, or simplified representations instead of originals.",
"triz_principle": {
"number": 26,
"name": "Copying",
"definition": "Use simple or inexpensive copies instead of complex, expensive, or fragile originals."
},
"problem_understanding": {
"core_contradiction": "We need accuracy and reliability, but working with the original system or data is risky, slow, or costly.",
"why_this_hurts": "Direct interaction with production assets increases failure impact, limits experimentation, and slows learning.",
"typical_signals": [
"fear of touching production",
"testing blocked by data sensitivity",
"experiments postponed due to risk",
"high cost of environments and setups"
]
},
"solution_logic": {
"core_idea": "Work on safe copies or abstractions instead of originals.",
"key_rule": "Copy the behavior that matters, not the full complexity.",
"how_it_resolves_the_contradiction": "Learning and change accelerate while risk to critical assets is minimized."
},
"application_patterns": {
"consulting": [
"use reference cases and archetypes instead of bespoke analysis",
"simulate decisions using scenarios",
"prototype recommendations before full rollout"
],
"software_engineering": [
"use mocks and stubs instead of live dependencies",
"sandbox environments for experimentation",
"golden templates for services and pipelines"
],
"architecture": [
"blueprints and reference architectures",
"shadow traffic for testing changes",
"digital twins for complex systems"
],
"enterprise_sap": [
"client copies for testing and training",
"test data subsets instead of full datasets",
"simulation runs before productive changes"
]
},
"anti_patterns": [
"copies drifting away from reality",
"false confidence from oversimplified models",
"maintaining too many variants"
],
"usage_guidance": {
"use_when": [
"risk of change is high",
"learning or experimentation is needed",
"production access is constrained"
],
"do_not_use_when": [
"exact real-time behavior is required",
"copies are costly to maintain"
]
},
"diagnostic_questions": [
"What part of the system is too risky to touch directly?",
"Which behaviors must be preserved in the copy?",
"How can we validate that the copy stays representative?"
],
"example": {
"before": "All testing and validation happen directly in the production-like environment.",
"after": "Teams experiment safely on copies and promote only validated changes."
},
"meta": {
"schema": "dkharlanau.dataset.byte",
"schema_version": "1.1",
"dataset": "TRIZ-bytes",
"source_project": "cv-ai",
"source_path": "TRIZ-bytes/TRIZ-26.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. “Copying” (dataset bytes). CC BY-NC 4.0. DOI: 10.5281/zenodo.18862098. https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-26.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-26.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": "Reduce cost, risk, or complexity by using copies, templates, or simplified representations instead of originals.",
"doi": {
"concept": "10.5281/zenodo.18862098",
"version": "10.5281/zenodo.18862097",
"repository": "https://github.com/dkharlanau/dkharlanau-datasets"
}
}
}