← Back

Japanese Companies Diversify: The Role of Lifetime Employment

Why do Japanese companies diversify into unrelated businesses? This analysis explores how lifetime employment and stakeholder governance drive diversification, with insights from a viral HN discussion.

A recent blog post on why Japanese companies diversify so broadly sparked a lively Hacker News discussion. The post challenges the Western obsession with focus, arguing that Japan's conglomerates emerge from structural features: lifetime employment, firm-specific skills, and governance that prioritizes employees over shareholders. Here's an analysis of the argument and its broader implications.

The Core Argument: Lifetime Employment and Diversification

David Oks's original piece argues that Japanese companies' tendency to operate in wildly different businesses—paper mills running hotels, ceramic toilet makers producing chip tools—stems from three core features: lifetime employment, firm-specific skill development, and governance that prioritizes employees over shareholders. Because employees cannot be fired, their skills are tailored to the company's needs, not a portable occupation. And since the company is insulated from shareholder pressure, its primary goal becomes survival. Diversification follows naturally: if your core business shrinks, you use your skilled workforce to enter new domains rather than lay people off. As Oks puts it, "the J-firm exists simply to continue existing."

Why the Hacker News Discussion Matters

The HN thread—77 points and 18 comments—reveals a mix of cultural fascination and skepticism. One commenter noted that "this system is heavily driven by Japan's unique, subtle classism," a collectivist society with strict age-based milestones. Another, more supportive voice wrote: "Some companies exist for the purpose of employment, and that's okay. In fact it's admirable and makes me want to cheer." These reactions show how the article hits a nerve: it questions the dominant shareholder-value model while also raising concerns about cultural exportability.

The Hidden Costs of the Japanese Model

Oks's argument is compelling but incomplete. Lifetime employment and diversification create stability, but they also breed inefficiency and risk. Japanese firms are run for employees, not shareholders—but that does not automatically make them better. Consider the lost decades: many conglomerates became zombie companies, kept alive by cross-shareholding and bank bailouts. Diversification is often a way to avoid making hard decisions about resource allocation.

That said, Western companies have their own version of soft-layoff avoidance. Large tech firms spin off units and do "restructuring" that re-badges the same work. The difference is that Japanese companies formalize what Western firms do informally. The insight about firm-specific skills is sharp: if your people know only your internal systems, you have a real incentive to keep them busy.

Practical Takeaways for Founders and Leaders

If you are building or advising a company, two useful takeaways emerge.

First, think about your skill strategy. Investing in deep, non-portable training commits you to a stable workforce—and may push you toward broader diversification. Second, the governance angle matters. Are you optimizing for shareholder returns, employee continuity, or something else? The Japanese model shows that choosing employees leads to different strategic horizons.

Consider this simple framework. When a Western company faces a declining core business, it typically does:

def typical_western_response(sales_decline):
    if sales_decline > threshold:
        layoffs = 0.2 * workforce
        spin_off_non_core()
        return "Focus!"
    else:
        return "Wait and see"

A Japanese-friendly response might be:

def japanese_response(sales_decline):
    new_biz = find_new_opportunity(current_workforce)
    retrain(workforce, new_biz)
    launch_new_biz()
    return "Diversify to survive"

Neither is always right. The key is to consciously choose which model you are running.

Final Verdict: Is the Japanese Model Exportable?

The Japanese model offers an alternative to the relentless focus demanded by activist investors. It is not for everyone—especially in fast-moving industries where adaptive skills matter. But it is a reminder that companies can be more than profit engines; they can be communities. Just do not romanticize it: the same system that creates stability can also create stagnation. For founders and executives thinking about long-term strategy, the lesson is clear: align your governance and talent strategy with your goals.


Further reading: The original post on David Oks's blog, the HN discussion, an HBR article on keiretsu, Ronald Coase's theory of the firm, and Wikipedia on stakeholder capitalism.