We help organizations align their corporate culture with their strategy and challenges by combining the intercultural, cognitive, and systemic dimensions.

Systems thinking is essential for driving cultural evolution within a company, but it is not enough on its own. Two other key dimensions must be integrated: the diverse cultures embedded within the organization, and the emotional filters and cognitive biases of individuals.

Our three dimensions

understand and act on each lever

import { systemic } from 'code_culture';
01.

Systems thinking

Understanding and acting on interactions and feedback loops within the organization. A company is a living system — changing one variable impacts others, often in unexpected ways.

Systems thinking enables us to understand these dynamics and act at the right leverage points, at the right time, to trigger virtuous cycles rather than cascading resistance.

// detecting the barriers

function observe(system) {
  try {
    const interactions = analyze(system);
    const feedback = regulate(interactions);
    return act(system, feedback);
  } catch (systemicResistance) {
    // homeostasis
    // inertia
    // feedback loops
  }
}
translation

To act on the system, proceed in two phases. Analyze the parts of the system, the interactions, and the self-reinforcing feedback loops; act in the right places, in the right sequence, with the right tools.

But these actions can run into a corporate culture with a long memory.

import { cognitive } from 'code_culture';
02.

Cognitive sciences

Understanding and acting on cognitive biases and emotional filters. While cognitive biases are well-known intellectually, they are rarely integrated into communication and transformation strategies.

Every decision to change activates unconscious filters — loss aversion, status quo bias, framing effects. Identifying them upstream means defusing resistance before it crystallizes.

// emotional filters and biases

try {
  deploy('new process');
} catch (cognitiveBias) {
  // confirmation bias
  // hindsight bias
  // reactance
}
translation

Faced with a new project that disrupts the system, cognitive biases reinforce individuals' resistance or reactance — the reflexive rejection of an obligation they see no way to escape.

The organization churns instead of executing. Psychosocial risks loom.

import { intercultural } from 'code_culture';
03.

Intercultural management

Understanding and acting on the diverse cultures and collective unconscious at play. Every company harbors multiple cultures — professional, generational, geographical — that coexist, sometimes ignore each other, sometimes clash.

In France, analysis and debate take precedence over action and iteration. Opinion drives action, whereas other cultures find a starting compromise, test, and move forward pragmatically.

// collective worldviews

const cultures = [
  'engineering',
  'sales',
  'safety',
  'gen Z',
  'innovation'
];

// each has its own codes
// each has its own values
// all must coexist
translation

Within a single company, multiple cultures coexist. For example, the engineering and sales cultures, or those of safety, gen Z, or innovation.

Each has its own codes, each its own values, and all must coexist.

Why all three dimensions at once?

each is necessary, none is sufficient

Intercultural and systems thinking without cognition → means exposing yourself to the opposition generated by cognitive biases and emotional reactions.

Intercultural and cognitive without systems thinking → means doing more of the same thing that doesn't work.

Systems thinking and cognitive without intercultural → means exposing yourself to deep cultural resistance that persists despite your actions.

H.E.A.R.T

our 5 markers guide our policies and client commitments

H Hybridization
1. Combining human, social, and behavioral sciences.
2. Three consultants from three generations with over 60 years of combined experience.
3. Blending creativity and rigor.
E Engagement
1. Treating causes rather than symptoms.
2. Accepting success-fee arrangements for selected missions.
3. Three consultants committed to civil society in healthcare, education, and animal welfare.
A Anticipation
1. Prioritizing actions with lasting impact.
2. Promoting forward-looking indicators over lagging metrics.
3. Monitoring emerging trends that pose risks to the organization.
R Robustness
1. Favoring durability over optimization.
2. Focusing efforts on the 80/20.
3. Investing in anchoring new habits (nudges).
T Transmission
1. Valuing and building on the client's legacy.
2. Sharing code_culture tools with our clients.
3. Fostering knowledge transfer within client teams.