Dataset entry

The Other Way Around (Inversion)

TRIZ-bytes triz_byte TRIZ-13
Solve a problem by reversing actions, relationships, or assumptions instead of optimizing the existing direction.

Attribution

Creator: Dzmitryi Kharlanau (SAP Lead).

Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-13.json

LinkedIn

JSON (copy / reuse)
{
  "id": "TRIZ-13",
  "title": "The Other Way Around (Inversion)",
  "intent": "Solve a problem by reversing actions, relationships, or assumptions instead of optimizing the existing direction.",
  "triz_principle": {
    "number": 13,
    "name": "The Other Way Around",
    "definition": "Invert the action, the system structure, or the problem perspective to achieve the desired effect."
  },
  "problem_understanding": {
    "core_contradiction": "We keep optimizing the current approach, but results do not improve or get worse.",
    "why_this_hurts": "Incremental optimization reinforces a flawed direction; effort increases while impact stays flat.",
    "typical_signals": [
      "repeated optimizations with diminishing returns",
      "more controls but lower throughput",
      "processes that exist mainly to fix problems they create",
      "teams exhausted by constant tuning"
    ]
  },
  "solution_logic": {
    "core_idea": "Reverse the flow, responsibility, or logic instead of refining it.",
    "key_rule": "If improvement stalls, question the direction, not the speed.",
    "how_it_resolves_the_contradiction": "Inversion exposes hidden assumptions and unlocks simpler or more robust solution paths."
  },
  "application_patterns": {
    "consulting": [
      "start from desired outcome and work backwards",
      "replace approval-driven processes with exception-driven ones",
      "shift from pushing work to pulling demand"
    ],
    "software_engineering": [
      "event-driven instead of request-driven architectures",
      "pull-based processing instead of scheduled batch jobs",
      "consumer-controlled retries instead of producer retries"
    ],
    "architecture": [
      "CQRS: queries pull state instead of being updated synchronously",
      "reverse dependencies using dependency inversion",
      "policy-as-code instead of manual enforcement"
    ],
    "enterprise_sap": [
      "exception-based MDG workflows instead of mandatory approvals",
      "downstream-triggered replication instead of central push",
      "derive data on read instead of precomputing everything"
    ]
  },
  "anti_patterns": [
    "inverting without understanding the original goal",
    "creating symmetrical complexity in the opposite direction",
    "mixing old and inverted logic inconsistently"
  ],
  "usage_guidance": {
    "use_when": [
      "optimization no longer yields results",
      "controls keep increasing but quality drops",
      "process exists mainly to manage its own side effects"
    ],
    "do_not_use_when": [
      "current direction is fundamentally correct and under-optimized",
      "inversion would violate safety or compliance constraints"
    ]
  },
  "diagnostic_questions": [
    "What if we did the opposite of our current approach?",
    "Which assumptions would break if flow direction changed?",
    "Who should really control this interaction?"
  ],
  "example": {
    "before": "Central team pushes frequent mandatory updates to all systems.",
    "after": "Systems pull updates when ready, based on explicit contracts and readiness checks."
  },
  "meta": {
    "schema": "dkharlanau.dataset.byte",
    "schema_version": "1.1",
    "dataset": "TRIZ-bytes",
    "source_project": "cv-ai",
    "source_path": "TRIZ-bytes/TRIZ-13.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 (SAP Lead). Dataset bytes: https://dkharlanau.github.io"
    },
    "license": {
      "name": "",
      "spdx": "",
      "url": ""
    },
    "links": {
      "website": "https://dkharlanau.github.io",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "contact": {
      "preferred": "linkedin",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "canonical_url": "https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-13.json",
    "created_at_utc": "2026-02-03T14:33:32+00:00",
    "updated_at_utc": "2026-02-03T15:29:02+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": "Solve a problem by reversing actions, relationships, or assumptions instead of optimizing the existing direction."
  }
}