Skip to main content

Whose Dividend Is Globalization?

This Youtube video China's role in globalization, particularly focusing on the perceived negative consequences of prioritizing low-price competition driven by factors like low wages, reduced benefits, and mandated overtime. It contrasts this approach with an ideal scenario where China leverages its manufacturing strength for higher value-added production and improved worker welfare, questioning why the focus shifted to simply lowering prices globally. The author uses examples like the solar panel industry and the recent surge in low-cost Argentinian beef imports to illustrate the downsides of prioritizing market share through price wars, arguing that such strategies hurt domestic industries and may not constitute true "dumping" in the international sense. The text concludes by suggesting that the ultimate goal of globalization should be to benefit the populace, not just businesses, and highlights how China's tax structure and a focus on corporate success over individual well-being may contribute to these issues.

Spotify

The true purpose and beneficiary of globalization can be addressed from several angles presented by the speaker:

  • Historically, when China joined the WTO over 20 years ago, the objective of participating in globalization was to escape the fate of being just a cheap labor provider and to eventually produce high-value-added goods. The ultimate vision was to allow the Chinese people to live better lives. At that time, enterprises were considered merely the means to achieve this broader societal goal. There was a general acceptance of enterprises succeeding or failing based on their ability to benefit the people, which was seen as eliminating backward production capacity.
  • The speaker suggests that the ideal outcome of industrial upgrading within the context of globalization should be for China to set higher prices, like Western powers historically did with their dominant positions, and earn excess profits with high added value. These profits should then lead to better wages and social welfare for domestic laborers.
  • However, the speaker observes a deviation from this ideal, where the concept seems to have been wrongly redefined. The mission of "Made in China" appears to have become primarily about driving down prices globally. The current form of industrial upgrading often relies on low prices achieved through intensive labor, reduced welfare, and extra hours, which the speaker argues is fundamentally no different from the situation in the 1990s. This approach, achieved at the cost of young people's freedom and declining birth rates, seems to primarily create a cheap consumption environment for consumers in other countries.
  • The speaker highlights a shift over time where Chinese enterprises have gained greater legitimacy, policy preference, and significant advantage over employees and consumers internally. In international trade, there's increased sensitivity and difficulty in accepting cheaper, higher-quality foreign products, with a near-fanatical pursuit of domestic production, sometimes equating buying domestic goods with moral virtue. The concept of global market competition has become blurred, taking on a flavor of winning or losing for national dignity.
  • According to the speaker, this shift is partly due to China's unique tax model, which heavily relies on indirect taxes (like VAT) levied on enterprises and passed to consumers, rather than direct taxes on individuals and profits. This structure inherently causes policy to prioritize enterprises over individuals. Furthermore, the success of enterprises is highly visible and often equated with national honor, causing people to overlook the true purpose of enterprises, which is to improve people's lives through increased productivity and technology. The focus has become "catching the mouse" (enterprise success) without considering the reason for catching the mouse (improving lives) or how the benefits should be distributed.
  • The speaker argues that China should not only embrace globalization when it is winning. Using the example of imported beef, the issue can be framed not just as whether foreigners should make money from Chinese consumers, but whether ordinary Chinese people have the right to enjoy the benefits of globalization by accessing cheaper, higher-quality protein. The speaker believes most people simply want to eat affordable good meat.
  • The speaker explicitly states that the true essence of the economy is "經國濟民" (managing the nation and benefiting the people). The essence of globalization, in the speaker's view, is about fully free trade where each party obtains what they need, developing advantageous industries and technological leaps based on advantages that do not rely on labor exploitation.
  • Ultimately, the speaker believes that excess profits gained through competitive barriers should be distributed to all Chinese laborers in the form of more pay and more vacation. When this is genuinely achieved, the speaker believes people will naturally enjoy a good life, be optimistic about new life, and will not need slogans to encourage consumption or childbirth.

In summary, the source suggests that the initial purpose of engaging in globalization for China was to improve the lives of its people through industrial upgrading and higher-value production. The ideal continuation of this process would involve gaining market dominance and high profits to benefit domestic workers with better conditions. However, the speaker perceives a current deviation where the focus has shifted to enterprise success often achieved through intense labor and cost-cutting, sometimes appearing to benefit foreign consumers more than domestic laborers. The true purpose, as argued by the speaker, is "benefiting the people" ("經國濟民") through equitable distribution of the gains from globalization, achieved through non-exploitative competitive advantages. The true beneficiaries should ultimately be the people, enjoying a better standard of living and greater well-being.

Comments

Popular posts from this blog

Long Term Memory Technology Comparison

Let’s compare traditional databases , graph databases , and LLM network memory in terms of accuracy , structured data , and retrieval . 1. Accuracy Aspect Traditional Database Storage Graph Database (e.g., Neo4j) LLM Network Memory Definition Data is stored explicitly in tables, rows, and columns. Data is stored as nodes, edges, and properties, representing relationships. Data is encoded in the weights of a neural network as patterns and relationships. Accuracy High : Data is stored exactly as input, so retrieval is precise and deterministic. High : Relationships and connections are explicitly stored, enabling precise queries. Variable : LLMs generate responses based on learned patterns, which can lead to errors or approximations. Example If you store "2 + 2 = 4" in a database, it will always return "4" when queried. If you store "Alice is friends with Bob," the relationship is explicitly stored and retrievable. An LLM might c...

Economic Impact of New Tariffs on Canada, Mexico, China, and Europe

Tariffs as Federal Income 1. Tariff Revenue from Canada, Mexico, and China Using 2024 U.S. import projections (based on 2023 data from the U.S. Census Bureau and Trading Economics): Country 2024 Est. Imports (USD) Tariff Rate Revenue Generated Canada $420 billion 25% $105 billion Mexico $400 billion 25% $100 billion China $500 billion 10% + 10%* $100 billion Total $305 billion *China’s tariff is assumed to be a phased 10% + 10% (total 20%). 2. Tariff Revenue if Applied to All European Countries (25%) The U.S. imported $620 billion from the EU in 2023. Assuming 3% growth in 2024: 2024 EU Imports : $638 billion Revenue at 25% Tariff : $638B × 0.25 = $159.5 billion Combined Total Revenue (Canada, Mexico, China, EU) : $305B + $159.5B = $464.5 billion Spending the Extra Tariff Income 1. Trump’s Promised Tax Reductions Corporate Tax Cuts (21% → 15%) Current Federal Corporate Tax Revenue (2023) : $425 billion Projected Taxable I...

Comprehensive Analysis of Modern AI-Agent IDE Coding Tools: Features, Costs, and Model Ecosystems

The integration of large language models (LLMs) into coding workflows has revolutionized software development, enabling AI-agent IDEs to automate code generation, debugging, and project management. This essay compares 15 leading tools across three categories— standalone IDEs , IDE extensions , and CLI/framework tools —evaluating their cost structures , supported LLMs , and use-case suitability as of February 2025. I. Standalone AI-Agent IDEs 1. GitHub Copilot Workspace (GitHub/Microsoft) URL : GitHub Copilot Previous Names : GitHub Copilot (2021), Copilot X (2024). Cost : $10–$39/month (individual); enterprise pricing on request. LLMs : GPT-4o, Claude 3.5 Sonnet, Google Gemini 1.5, and o3-mini (speed-optimized). Features : Real-time autocomplete, Workspaces for end-to-end project management, and autonomous Agent Mode for multi-file edits. 2. Cursor (Cursor Inc.) URL : Cursor Cost : Free (2,000 completions/month); Pro at $20/month (unlimited). LLMs : GPT-4o, ...