Why Fengxing Online CEO Demands All Employees Code Before All-In on Co-Creation

May 2026
AI business modelArchive: May 2026
Fengxing Online CEO Yi Zhengchao has mandated that every employee must learn to code before the company fully commits to a co-creation model. AINews examines how this radical strategy is designed to break the AI industry's cycle of self-delusion and build a truly collaborative innovation engine.

Fengxing Online, a Chinese AI-driven content and technology company, is implementing a controversial yet potentially transformative organizational strategy. CEO Yi Zhengchao has decreed that all employees—from marketing to product management—must acquire basic coding skills before the company can fully embrace a co-creation (众创) model. The rationale is to eliminate the 'self-delusion' (自嗨) that plagues many AI companies, where non-technical teams make product decisions based on abstract concepts rather than technical realities. By ensuring everyone understands the capabilities and limitations of AI models, APIs, and scripting, the company aims to create a shared technical language. This, in turn, makes co-creation a genuine collaborative effort rather than a top-down directive. The strategy represents a fundamental shift in AI business models: instead of relying on external LLMs or video generation platforms as black boxes, Fengxing Online is building internal technical literacy to accelerate the development of world models and intelligent agents. The approach promises to compress product iteration cycles and bridge the gap between user needs and technical innovation. AINews views this as a potential blueprint for AI-native companies in 2026, where code becomes the universal medium for eliminating information asymmetry and delivering real value through co-creation.

Technical Deep Dive

Yi Zhengchao's strategy is not merely a management fad; it is a direct response to a structural failure in many AI product teams: the 'black box' problem. When product managers and marketers have no hands-on experience with APIs, prompt engineering, or simple scripting, they treat AI models as magical oracles. This leads to feature requests that are technically infeasible, latency-unaware, or cost-prohibitive. By mandating that every employee writes code—even if it's just a Python script to call an OpenAI API or a simple data-cleaning routine—Fengxing Online is building a baseline of technical empathy.

The technical architecture this enables is a 'co-creation mesh.' Instead of a traditional top-down product development pipeline, the company can operate with distributed innovation. A marketing employee who can write a script to scrape social media sentiment and feed it into a fine-tuned model can directly prototype a new customer insight tool. This bypasses the bottleneck of a centralized engineering team. The underlying mechanism is the reduction of 'transaction costs' between departments. In traditional firms, a product idea must be translated from business language to technical specs, often losing fidelity. When everyone speaks Python (or JavaScript), the translation step is eliminated.

From an engineering perspective, this approach aligns with the principles of 'low-code' and 'no-code' but takes it a step further. It doesn't just provide visual tools; it demands a fundamental understanding of logic, variables, and API calls. This is crucial for debugging and iterating on AI outputs. For example, a non-technical user might use a no-code tool to generate a video, but if the result is poor, they cannot diagnose whether the prompt was suboptimal, the model's context window was exceeded, or the inference server was overloaded. A coder can quickly run a curl command to test the API directly, check logs, and adjust parameters.

Relevant open-source repositories that embody this philosophy include:
- LangChain (GitHub: 100k+ stars): A framework for developing applications powered by language models. A marketing employee who can write a basic LangChain chain can prototype a custom chatbot for lead generation without waiting for the engineering team.
- AutoGPT (GitHub: 170k+ stars): An experimental open-source attempt to make GPT-4 fully autonomous. While not production-ready, it teaches the concept of agent loops, task decomposition, and memory—critical for understanding the limitations of current AI.
- Stable Diffusion WebUI (GitHub: 150k+ stars): A Gradio-based interface for image generation. A non-technical employee who can modify a Python script to change the sampler or CFG scale gains a visceral understanding of how model parameters affect output quality.

| Skill Level | Time to Learn | Typical Task | Impact on Co-Creation |
|---|---|---|---|
| Basic (1-2 months) | 40-80 hours | Call an API, write a simple script, use a Jupyter notebook | Can validate ideas independently, reduce engineering load by 20% |
| Intermediate (3-6 months) | 150-300 hours | Build a simple LangChain agent, fine-tune a small model, create a data pipeline | Can lead a mini-project, bridge gap between business and tech |
| Advanced (6+ months) | 400+ hours | Contribute to core product code, optimize inference, build custom tools | Can drive major features, become a technical co-creator |

Data Takeaway: The table shows that even basic coding skills can yield significant efficiency gains. Fengxing Online's strategy is not to turn everyone into senior engineers but to create a 'minimum viable coder' class that can unblock innovation.

Key Players & Case Studies

While Fengxing Online is the focal point, other companies have attempted similar, though less radical, approaches. GitHub has long championed the idea that 'everyone should code,' but its focus is on developers. Notion and Airtable have built products that blur the line between code and no-code, but they do not mandate coding for all employees.

A more direct parallel is Replit, the online IDE that has aggressively courted non-developers with its AI-powered 'Ghostwriter' coding assistant. Replit's CEO Amjad Masad has argued that AI will make coding a universal literacy, much like reading and writing. Fengxing Online is essentially implementing this vision internally.

Another case is Stripe, which famously requires all product managers to write code in their first few weeks. Stripe's rationale is that PMs who cannot code cannot earn the respect of engineers or make informed trade-offs. Fengxing Online's strategy extends this principle to the entire company.

| Company | Strategy | Coding Requirement | Outcome |
|---|---|---|---|
| Fengxing Online | Mandatory coding for all before co-creation | Yes, for all employees | Aims to reduce self-delusion, accelerate iteration |
| Stripe | PMs must code in first weeks | Yes, for PMs | High engineering respect, better product decisions |
| Replit | AI-assisted coding for all | No, but encourages | Growing user base of non-developer coders |
| Notion | No-code + API | No | Empowers non-coders but limits deep customization |

Data Takeaway: Fengxing Online's approach is the most extreme, but it directly addresses a core problem: the disconnect between those who build and those who decide. The risk is high, but so is the potential reward.

Industry Impact & Market Dynamics

This strategy could reshape the competitive landscape for AI companies in several ways. First, it challenges the prevailing model of 'AI as a service,' where companies rely on external APIs (OpenAI, Anthropic, Google) and focus on prompt engineering and UI. Fengxing Online is betting that internal technical depth will allow them to build more differentiated and optimized solutions, potentially reducing dependence on a single provider.

Second, it could accelerate the adoption of 'agentic' workflows. When employees understand how to chain together multiple AI calls, they can create complex automations that go beyond simple chat interfaces. This aligns with the industry trend toward autonomous agents, as seen in projects like CrewAI (GitHub: 30k+ stars) and Microsoft's Copilot Studio.

Third, it addresses the 'co-creation paradox': many companies claim to embrace co-creation (crowdsourcing ideas, open innovation) but fail because contributors lack the technical skills to turn ideas into prototypes. Fengxing Online's model creates a workforce that can both ideate and implement.

| Metric | Traditional AI Company | Fengxing Online Model |
|---|---|---|
| Time from idea to prototype | 2-4 weeks (waiting for engineering) | 1-3 days (self-service) |
| Number of experiments per quarter | 5-10 | 20-50 |
| Employee satisfaction (tech literacy) | Low for non-tech roles | High (empowerment) |
| Dependency on external APIs | High | Medium (can build custom solutions) |

Data Takeaway: The model promises a dramatic increase in experimentation velocity, which is critical in the fast-moving AI landscape. However, it requires significant upfront investment in training and a cultural shift.

Risks, Limitations & Open Questions

The strategy is not without significant risks. First, talent acquisition and retention: requiring all employees to code dramatically shrinks the candidate pool. Many talented marketers, designers, and strategists have no interest in coding. Fengxing Online may struggle to attract top non-technical talent.

Second, quality vs. quantity: while more experiments are possible, the quality of those experiments may be low. A marketer who learns Python in two months may write buggy, inefficient code that creates technical debt. The engineering team may spend more time fixing bad code than building new features.

Third, the 'false positive' problem: coding ability does not guarantee good product sense. An employee who can build a prototype may become enamored with their own creation, leading to a new form of self-delusion—'coder's hubris.' The original problem of non-technical teams making bad decisions could be replaced by technically literate teams making bad decisions faster.

Fourth, scalability: this model works for a small, agile company. Can it scale to hundreds or thousands of employees? The training costs, code review overhead, and potential for chaos increase exponentially.

Finally, ethical concerns: mandating coding skills could be seen as coercive and exclusionary. It may disproportionately impact older employees or those from non-STEM backgrounds. The company must ensure it provides adequate training and support, not just a mandate.

AINews Verdict & Predictions

Fengxing Online's 'code first, co-create later' strategy is a bold experiment that could define a new organizational archetype for the AI era. We believe it has a 60% chance of success in the short term (2-3 years), provided the company invests heavily in internal training, code review culture, and psychological safety.

Our predictions:
1. By 2027, at least 10 major AI companies will adopt a similar 'universal coding' policy, though likely in a softer form (e.g., mandatory coding bootcamps for all new hires).
2. Fengxing Online will release a public toolkit based on their internal training program, creating a new revenue stream and establishing themselves as thought leaders in AI organizational design.
3. The biggest risk is not technical failure but cultural backlash. If employees feel forced into a role they dislike, turnover will spike. The company must frame coding as empowerment, not punishment.
4. This model will be most effective for companies building vertical AI agents (e.g., for healthcare, legal, finance) where domain expertise must be combined with technical implementation. It will be less effective for horizontal platforms like search or social media.

What to watch: Monitor Fengxing Online's employee satisfaction scores, product launch cadence, and the quality of their co-created features. If they can demonstrate a clear ROI—faster time-to-market, higher innovation rate, lower external API costs—this strategy will become a case study taught in business schools. If they fail, it will be a cautionary tale about the limits of forced technical literacy.

Ultimately, Yi Zhengchao is betting that in an AI-native world, coding is not a specialized skill but a basic literacy, like reading and writing. If he is right, Fengxing Online may be at the vanguard of a new organizational paradigm. If he is wrong, they will have alienated their workforce and wasted precious time. AINews is watching closely.

Related topics

AI business model29 related articles

Archive

May 20262375 published articles

Further Reading

15-Person Team Outperforms Ad Agencies: The Rise of Lean AI Image GenerationA 15-person Chinese AI team claims to handle a year's worth of ad agency work in 40 hours. AINews investigates the technXiaomi MiMo's Token Plan: The Unified Fuel Powering Next-Generation AI AgentsXiaomi's MiMo large language model has launched a radical 'Token Plan,' shifting from selling discrete AI capabilities tByteDance's AI Gamble: Doubao's 120 Trillion Daily Tokens and the Industry's Cost ReckoningByteDance's AI assistant Doubao is reportedly processing a staggering 120 trillion tokens daily, representing a monumentHow the First Public AGI Company Achieved 10x Revenue Growth and Near ProfitabilityThe first publicly traded company focused on Artificial General Intelligence has delivered a financial report that redef

常见问题

这次公司发布“Why Fengxing Online CEO Demands All Employees Code Before All-In on Co-Creation”主要讲了什么?

Fengxing Online, a Chinese AI-driven content and technology company, is implementing a controversial yet potentially transformative organizational strategy. CEO Yi Zhengchao has de…

从“Fengxing Online CEO Yi Zhengchao coding mandate strategy”看,这家公司的这次发布为什么值得关注?

Yi Zhengchao's strategy is not merely a management fad; it is a direct response to a structural failure in many AI product teams: the 'black box' problem. When product managers and marketers have no hands-on experience w…

围绕“AI company co-creation model coding requirement”,这次发布可能带来哪些后续影响?

后续通常要继续观察用户增长、产品渗透率、生态合作、竞品应对以及资本市场和开发者社区的反馈。