China Drafting Rules for AI 'Companion' Agents

China is drafting new regulations for AI “companion” agents, with a heavy focus on establishing technical standards for reliability, explainability, and privacy. The move signals a push for compliance-by-design, with leading Chinese companies already building in “compliance toggles” to adapt regionally as rules evolve. This will likely make regulatory readiness a key competitive advantage.

China's new draft rules for "anthropomorphic interactive AI" go far beyond content moderation, targeting psychological harms like addiction and emotional manipulation. The regulations mandate that users are clearly informed they are interacting with an AI, and require interventions like mandatory breaks after two hours of continuous use. This reflects a broader strategy of combining high-level regulations with detailed, evolving technical standards to govern AI's societal risks. The competitive landscape in China's AI sector is fierce, with a "war of a hundred models" underway among established giants like Baidu, Tencent, and Alibaba, and well-funded startups like Zhipu AI, Moonshot AI, and MiniMax. This intense domestic rivalry, fueled by government investment and regional competition, is accelerating innovation and deployment at a massive scale. Despite US export controls, Chinese firms are achieving near-parity on major benchmarks through architectural innovation and a strong open-source culture. For CTOs building multi-agent systems, the primary challenge shifts from model capability to reliable orchestration. Production failures often stem from coordination overhead, state synchronization errors, and ambiguous handoffs between agents, issues that benchmarks often miss. Successful systems treat agent handoffs like explicit API calls, transferring a compressed, well-defined state rather than relying on a shared, polluted history. Open-source frameworks like CrewAI and LangGraph are popular for orchestrating role-based agents, but scaling requires a focus on deterministic execution and robust state management to prevent common failure modes like infinite loops. The emerging consensus is that multi-agent systems behave more like distributed systems than chatbots, demanding rigorous engineering patterns, typed schemas, and explicit interfaces to ensure reliability. Advanced agents are moving beyond simple reactive loops to incorporate explicit planning and reasoning modules. This "planning pattern" involves an initial reasoning phase to create a comprehensive, multi-step strategy before execution, which can reduce token consumption by up to 5x compared to continuous reasoning models like ReAct. Research is also exploring how to integrate knowledge graphs and graph learning to enhance these planning capabilities further. As a company scales, a CTO's role evolves from technical execution to building the leadership and processes that prevent them from becoming a bottleneck. This involves creating clear pathways for developing new technical leads and engineering managers, and standardizing infrastructure like CI/CD pipelines and monitoring to allow product teams to innovate independently. The focus shifts from personal output to creating an environment where the entire team can succeed. Designing for consumer agents requires a fundamental shift in UX, from designing screens to shaping goals, behaviors, and user trust. Since AI agents are increasingly becoming the "user" that interacts with interfaces, product design must account for how algorithms interpret content and navigate flows. Key UX patterns include providing transparency into the AI's decision-making, ensuring users have easy ways to override or escape automation, and adapting the interface based on the user's real-time context.

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.