Key points
The post argues that a company's tech stack is a materialized expression of its governance philosophy — the balance of power, control, efficiency, and risk at a given organizational stage.
Core thesis: the tech stack is the hash value of organizational power
Technology selection maps to the capability relationship between managers and frontline engineers:
| Power-capability structure | Stack preference | Organizational logic | Case | | :--- | :--- | :--- | :--- | | Non-expert manages experts | Industrialized Java | Strong conventions reduce management complexity; toolchains compensate for managerial insecurity | Alibaba e-commerce | | Expert manages non-experts | Uniform Go | Simplified stack enables "scalably replicable labor" during rapid expansion | ByteDance (post-2016) | | Experts manage experts | Flexible C/C++ → Go | Elite teams maximize efficiency, but growth forces standardization to curb entropy | Tencent games / early WeChat |
Case 1: Alibaba — Java as management discipline
- The "big middle platform, small front end" strategy concentrates senior architects (P7–P9) in platform teams while business units (managed by M-track, business-background managers) execute on top.
- This creates an "outsider-manages-insider" structure. Java, the Spring ecosystem, the in-house Dubbo RPC framework, and the famous *Alibaba Java Development Manual* act as a "technical proxy": standardized processes make technical work measurable and controllable even by managers who lack deep technical knowledge.
- Decision-making authority is centralized; frontline developers become executors of the convention system.
- The cost: a homogeneous, JVM-bound stack trades technical flexibility for organizational stability — a "control cost" management willingly pays.
- A dual structure emerged: technical founders and elites set strategy, while rapid post-2016 hiring brought in many fresh graduates and career-switchers for execution.
- Go's simple syntax, fast compilation, static binary deployment, and built-in concurrency (goroutines/channels) fix high-level technical decisions inside the language. Mandatory
gofmteliminates style disputes, guaranteeing a quality floor without exhaustive code review. - The author calls this "de-skilling" developers into pluggable "human code encoders."
- Rather than delegating language choice for performance-critical paths, ByteDance invested in customizing Go itself — e.g., "Beast mode" optimized builds, and memory mechanisms like GAB (Goroutine Allocation Buffer) and CopyGC — because stack uniformity outweighs local optimization.
- Founder-level engineers (e.g., the commonly cited story of Tony Zhang's QQ architecture) sustained an elite self-governance culture; autonomous game studios favored C/C++, whose complexity doubles as a moat and apprenticeship-based filter.
- As cloud and fintech business groups scaled, managers could no longer review every line of code. Go was pushed internally as a standardization tool, marking a shift from personal technical authority to process-based, bureaucratic governance.
- Meituan runs Java and Go in parallel (store-business Java, food-delivery Go), better explained by old/new organizational splits than capability gaps.
- Path dependence: Alibaba chose Java around 2004 for legitimate technical reasons; accumulated technical debt now makes migration prohibitively expensive regardless of power structures.
- Corporate politics: competition between DingTalk and WeCom reflects differing organizational cultures (Alibaba's strong middle platform vs. Tencent's weaker cross-BG coordination), with stacks as projections of that politics.
- Java = management-control organizations; Go = scale-replication organizations; C/C++ = elite-autonomy organizations.
- Tech-stack migrations fail when they replace tools without changing the underlying power structure.
- Invoking an "inverse Conway's Law," the author concludes that debates over technology selection are ultimately organizational politics spilling over into architecture.
Case 2: ByteDance — Go as "dimensionality reduction" for labor scaling
Case 3: Tencent — from C/C++ "tribal elders" to Go "bureaucratization"
Three mechanisms by which power "compiles" into stacks
1. Agency cost solution: managers less capable than their teams choose technologies with mature communities, high replaceability, and strong monitoring (Java). 2. Human-capital standardization: highly capable managers facing average staff choose low learning curves and enforced uniformity (Go), de-skilling execution. 3. Elite technocracy vs. organizational entropy: expert-manages-expert teams choose flexible C/C++; expansion lowers average skill levels and raises code entropy, forcing a "technical democratization" migration to Go.