
Qianwen Office turns descriptions of roles into a multi-person collaboration app. It also uses task descriptions and retained data. The app includes permissions. It has a cloud database and an administrative backend. According to geekpark, the workspace supports up to 100 people online simultaneously, making the prompt the starting point for a shared operating surface rather than a private chat result.
The speed is real. geekpark reports that OneX AI community founder Huo Ge used it for a tourism collaboration platform, with a first version generated in about half an hour and further iteration taking one night. ifanr also found TeleAgent could produce a positioning document for Shixu. It could produce a recruitment plan and a two-week action plan. It could also create a 6-page PPT and a web prototype. The harder question is what keeps such generated work reliable: bounded context and canonical documents. Explicit controls matter. Stable interfaces matter.
A generated app still needs operating rules
Qianwen Office (千问办公) turns a description into a shared application by asking who is involved. It also asks what work they perform and what information the team must retain. Its multi-person workspace, launched on September 7, generates role-based permissions alongside a cloud database and an administrative backend. That combination changes the result from a disposable mock-up into a place where work can be assigned. Records can persist. Someone can administer access.
- JuneAlibaba combines QoderWork, Wukong, and MuleRun into one Agent line
- August 3Alibaba officially releases the latest Qianwen Office
- September 7Qianwen Office launches its multi-person workspace
- February 3, 2026Anthropic extends Claude Cowork plugins to knowledge-work fields
The workspace supports up to 100 people online simultaneously.
The prompt is therefore only the starting instruction. The operating rules live elsewhere. They live in the roles and retained records. They also live in permissions and backend controls that the generated application carries forward.
According to geekpark, OneX AI community founder Huo Ge used the workspace for a tourism collaboration platform. Sales staff work on the same orders as operations coordinators. Finance staff also use those orders. He said the first version took about half an hour to generate, followed by one night of iteration. The example shows why a shared app needs more than a fast initial build: different participants require defined responsibilities around the same operational record.
ifanr's Shixu test makes the same point from another angle. TeleAgent generated a positioning document and a recruitment plan. It also produced a two-week action plan. It produced a 6-page PPT. It produced a web prototype. It revised the beta-user quota from 50 to 30. It changed the displayed price to "Pricing not yet disclosed" and added a local-only data-storage statement. Generated output remains useful when changes can be made explicitly; a collaborative application needs equivalent clarity about who may alter records and who oversees the system.
Treat context as a bounded project package
An agent-ready project package is a bounded working set, not a demand to ingest every enterprise record. It begins with approved source files and a local project directory that holds both materials and outputs. woshipm describes creating such a directory as a shared context environment for an AI Agent.
The package also needs canonical data definitions: one accepted meaning for each field the agent may use. A decision log should record what was accepted, what remains open, and who owns the next judgment. Where a fact is uncertain, the rule should say whether the agent must preserve alternatives, request confirmation, or stop. In ifanr's student-planning test, TeleAgent kept October 29 and October 30 as possible presentation dates because the academic administration had not confirmed a change.
That restraint matters more than sheer context capacity. TeleAgent supports more than 400K tokens of context, according to ifanr, but a large window does not establish which documents are approved or which instruction outranks another. A defined workspace makes those boundaries visible.
Access must be scoped to the task, with named owners for files and decisions. TeleAgent lets users limit its workspace and retain confirmation steps before key file operations, ifanr reports. Those confirmations turn a vague instruction into a controlled handoff: the agent can prepare work inside the package, while a person retains authority at consequential points.
Qianwen Office's DingTalk integration shows why this package must travel with the request. geekpark reports that users can issue natural-language tasks directly within DingTalk. The prompt may be brief; the governed context behind it cannot be assumed.
Make documents canonical before agents split the work
A product plan and a technical solution should not compete for the same agent attention. According to woshipm, after the seventh version of a product plan, the author separated those documents for their different audiences. That division gives agents a clearer source of truth. The product document can define intended work. The technical document can define the interfaces and data that can support it.
This is where contradictions become easier to catch.
For planning, woshipm describes supplying material on each SaaS module. The material included references to competitors' CLIs, with Feishu as the focus. The technical team then exported interfaceable backend-data content for each module into Markdown files for Agent input. An API inventory in an agent-readable file is more dependable than leaving interface details scattered across separate chats.
Scenario mapping also makes assumptions visible before an agent turns them into a workflow. The requested CLI spreadsheet named the scenario and described it. It recorded the current HR method, then specified the AI Agent method. It identified the required CLI functions. The spreadsheet also indicated suitability for scheduled tasks and set a recommended frequency. Those fields force a team to distinguish a desirable automation from one with an available interface and a defined operating cadence.
Outputs need a durable home as well. In ifanr's student-planning test, the weekly task dashboard was saved locally and remained openable without an internet connection. Local access preserves a usable artifact when a chat is gone, while versioned planning and technical documents preserve the decisions behind it.
The point is not to make every document longer. It is to make each document canonical for its own purpose, so separate agents begin from the same recorded modules. They can then refer to the documented interfaces. They can also refer to scenarios and prior versions.

A chat window does not remove the validation loop
A single chat window can carry more of a project than a conventional handoff chain. According to woshipm, its author used one chat for business-story design and product-solution design. The chat also supported prototyping. It supported requirements documentation. It supported Vibe Coding. That continuity can reduce the friction of restating a brief as work moves from concept to implementation. It does not make the output self-validating.
The reported workflow still depended on iteration. woshipm's author needed 3-4 debugging rounds for a business-story document that met expectations, and generally 3-4 rounds for a satisfactory product solution; the official website prototype took 5-6 rounds.
Those loops matter because each artifact answers a different question. The business story defines what the business story is, while the product solution explains how the product should work. A prototype shows whether it expresses that intent. A chat can keep these materials near each other, yet review remains the mechanism that exposes mismatches.
Handoffs also persist inside the chat-led process. The author asked AI to produce two requirements documents, one for the official website and one for the online developer platform. For implementation, the Coding Agent received the product-solution document and the official-website PRD to initialize the website project. The author also moved from QoderWork to QCoder while retaining the same project directory, preserving context across the tool change.
Reuse should face the same scrutiny. ifanr describes TeleAgent suggesting skill modifications after a task, then allowing workflows to be saved as reusable skills or shared publicly. A reusable workflow is a claim about repeatability. Its time savings should be measured through review of the resulting documents. The prototype and code should also be reviewed, rather than inferred from the fact that one chat produced them.
How three Chinese-agent approaches turn context into operational infrastructure
| HR SaaS CLI project | Qianwen Office multi-person workspace | TeleAgent | |
|---|---|---|---|
| Primary approach | Packages existing HR SaaS capabilities as interfaces and Skills in a CLI client | Generates a collaboration application from descriptions of roles, tasks, and data to retain | Acts as a desktop agent built on the Xingchen large model and a domestic intelligent computing foundation |
| Context source | Technical teams export each module's interfaceable backend-data content into Markdown for Agent input | Roles, tasks, and retained data define the generated application | Supports more than 400K tokens of context |
| Permissions and access control | Each CLI application has an AppKey, an AppSecret, and module-based function authorization | Generated applications include role-based permissions | Users can limit the workspace and retain confirmation steps before key file operations |
| Administrative control plane | Prototype includes CLI application management and Skills marketplace management | Generated applications include a cloud database and an administrative backend | Not covered |
| Skill and workflow reuse | Planned to package the CLI, Skills, knowledge base, and persona into virtual employees; marketplace administrators enable Skills for employees | Not covered | Users can save workflows as reusable skills or share them publicly |
| Validation workflow | Author prepares context, then repeatedly debugs and validates outputs against judgment criteria | Not covered | Safety guardrails cover perception, reasoning, execution, and memory |
| Collaboration scope | Scenario mapping groups work by employee, attendance HR, and department administrator roles | Supports up to 100 people online simultaneously | Not covered |
| Output examples | CLI scenarios, requirements documents, prototypes, and technical-solution documents | A role-based collaboration application | Plans, a PPT, web prototypes, browser-accessible dashboards, and reusable skills |
Choose an agent workflow by the strength of its control plane
- You are turning an established SaaS product into agent-accessible operations. Start by packaging existing capabilities as interfaces and Skills, then export each module's interfaceable backend-data content into Markdown for agent input. Map scenarios by role, required functions, and whether they suit scheduled tasks before treating the agent as a replacement for the product UI.
- A task spans payroll, performance, recruitment, training, or other distinct business modules. Use separate agents per module and run them in parallel, but require an explicit role-based, closed-loop scenario map and priorities. This is preferable to asking one general-purpose chat to infer all operational dependencies.
- You need a lightweight collaborative application rather than a document or one-off answer. Use Qianwen Office's multi-person workspace when you can clearly specify roles, tasks, and retained data: it generates an application with role-based permissions, a cloud database, and an administrative backend, and supports up to 100 people online simultaneously. Do not use prompt-generated collaboration software as a substitute for defining permissions and retained operational data.
- A small team needs to move from product definition to prototype and code without a frontend engineer, designer, or tester. Maintain a local project directory as shared agent context, carry the product-solution document and PRD into coding, and separate planning artifacts for different audiences. Expect iterative review: the reported workflows used 3-4 rounds of debugging for business stories and product solutions, and 5-6 rounds for an official-website prototype.
- An agent will modify files, handle sensitive operational material, or execute consequential actions. Prefer a bounded workspace with confirmation steps for key file operations. TeleAgent lets users limit its workspace and retain confirmations, and describes guardrails across perception, reasoning, execution, and memory; long context alone is not a governance model.
Move generated workflows onto stable interfaces
A generated workflow should not gain permanent authority merely because it produces a useful first result. Changes to source files need human confirmation before they become the maintained version. Application settings, permissions, and data-handling rules also need that confirmation. TeleAgent provides a useful boundary: according to ifanr, users can restrict its workspace and keep confirmation steps for key file operations.
The production handoff also needs records that a chat session does not naturally preserve. Each approved change should be tested against the intended interface. It should also be tied to a versioned rollback point and retained in an audit trail that identifies the decision and the scope of access involved. This is how a temporary workspace becomes accountable.
Qianwen Office can generate a collaborative application from defined roles. It can also generate tasks and retain data, with role-based permissions, a cloud database, and an administrative backend, according to geekpark. Those generated components still need stable control surfaces. The HR SaaS project described by woshipm took that route by packaging existing capabilities as interfaces and Skills in a CLI client rather than treating the agent as the system itself.
Scoped credentials make that interface usable without granting blanket access. In the Trae prototype, CLI Applications could be created with an AppKey and an AppSecret. They could also be edited or deleted through module-based function authorization. A maintained CLI can then connect agent products to defined actions while keeping authorization separate from the prompt.
Reuse matters here. woshipm describes plans to integrate the CLI client with Trae, QoderWork, CodeX, and self-developed Agent products, then deploy it in the company's own Agent product for existing customers.
QoderWork's prototype also kept Skills under administrator control: employees could inspect enabled Skills, but could not add or upload them. That separation turns an agent-built workflow into a governed interface that can be reviewed. It can then be tested or withdrawn.
Before delegating a substantial task, limit the workspace to approved files and keep confirmation steps for key file operations. TeleAgent supports both controls, according to ifanr. Name the owner who can approve a change, and record which facts may be edited without escalation.
Treat generated claims as provisional when a project is still moving. In ifanr's Shixu test, TeleAgent changed the beta-user quota from 50 to 30. It replaced a price with "Pricing not yet disclosed." It also added a local-only data-storage statement. Those are useful revisions, but each needs a retained version and a human decision trail.
Watch the handoffs across the four stages where TeleAgent applies guardrails. Perception leads to reasoning. Execution follows, with memory as the final stage. A task that lasts tens of minutes or hours can produce a positioning document. It can also produce plans. Slides and a prototype are possible outputs as well. It can also carry an early assumption into every output. Keep sources attached to each change.
For readers outside China
- Availability: The source material identifies products from Alibaba, China Telecom, Anthropic, and OpenAI, but does not say which of Qianwen Office, QoderWork, QCoder, Trae, TeleAgent, Claude Cowork, or Codex are available outside China, in which markets they can be purchased, or what account requirements apply.
- Pricing: No monetary pricing is disclosed for the products discussed. Newly registered TeleAgent users receive 3,000 points and can continue to claim points every day; the sources do not state what those points buy or their monetary value.
- Closest Western equivalents: Claude Cowork, whose plugins can carry departmental workflows, call external tools and data, and complete tasks under preset rules.; OpenAI Codex, cited in connection with delegated tasks lasting tens of minutes or even hours.; A low-code internal-tool builder combined with an AI coding agent: Qianwen Office can generate a collaboration application with role-based permissions, a cloud database, and an administrative backend from descriptions of roles, tasks, and data to retain.
- Data residency: Data-residency commitments are largely not disclosed in sources. In one TeleAgent product-launch test, the generated prototype stated that product data is stored only locally, and a weekly task dashboard in another test was saved locally and could be opened without an internet connection. Those examples do not establish a general storage policy for TeleAgent or any other product. Qianwen Office's generated workspace includes a cloud database, but the source material does not say where that data is hosted.
Sources
- geekpark 千问办公发布多人工作台,重写企业软件的最后一公里 https://geekpark.net/news/370061
- ifanr 办公 Agent 大乱战,新势力TeleAgent 凭什么坐上牌桌 https://ifanr.com/1679152
- woshipm 如何用AI Agent从0到1做产品? https://woshipm.com/ai/6437246.html
- woshipm 怎么用2-4个Agent,干一个真实项目? https://woshipm.com/ai/6462658.html
The evidence: 64 facts from 4 Chinese articles
Each line below was extracted from the article it sits under, in Chinese, before any of this was written. The writing is done from these and never from the source prose - that separation is structural, not a promise. How we work.
geekpark千问办公发布多人工作台,重写企业软件的最后一公里
- On February 3, 2026, Anthropic announced that it had extended Claude Cowork's plugin capabilities to knowledge-work fields including legal, sales, and finance.
- Claude Cowork plugins can carry departmental workflows, call external tools and data, and complete specific tasks under preset rules.
- On February 3, Goldman Sachs' basket of U.S. software stocks fell 6% in a single day.
- Bloomberg calculated that stocks related to software, financial services, and asset management lost a combined roughly $285 billion in market value on February 3.
- One day after February 3, the Wind Hong Kong SaaS Index fell 6.39%, and the sector's total market capitalization shrank by nearly 15 billion Hong Kong dollars.
- On September 7, Qianwen Office (千问办公) launched a multi-person workspace.
- Qianwen Office's multi-person workspace generates a collaboration application from descriptions of roles, tasks, and data to retain; the application includes role-based permissions, a cloud database, and an administrative backend.
- Qianwen Office's multi-person workspace supports up to 100 people online simultaneously.
- In 2015, China's SaaS market reached $1.05 billion, up 30% year on year.
- In 2023, China's SaaS market reached 58.1 billion yuan, up 23.1% year on year.
- From 2021 to 2023, the number of SaaS investment and financing events in China fell 71%, while financing value declined 85%.
- Microsoft's 2023 Work Trend Index found that employees spent an average of 57% of their time on communication activities such as meetings, email, and chat, and 43% on producing content such as documents, spreadsheets, and presentations.
- OneX AI community founder Huo Ge, who has nearly 20 years of experience in the tourism industry, used Qianwen Office's multi-person workspace to build a tourism-industry collaboration platform for sales, operations coordinators, and finance staff working on the same orders.
- In June, Alibaba integrated QoderWork, Wukong, and MuleRun, which had been distributed across different teams, into a single internal Agent product line.
- After deep integration with DingTalk, Qianwen Office allows users to issue tasks in natural language directly within DingTalk.
ifanr办公 Agent 大乱战,新势力TeleAgent 凭什么坐上牌桌
- TeleAgent is a desktop agent launched by China Telecom and built on the self-developed Xingchen large model and a domestic intelligent computing foundation.
- TeleAgent supports more than 400K tokens of context.
- In a test event-planning task, TeleAgent produced an initial plan for a brand exchange event with 160 guests.
- In the event-planning test, TeleAgent revised the event name to "Qike - Friday After-Work Party" and reduced the guest count to 100 after receiving updated requirements.
- In the event-planning test, TeleAgent reduced the budget from 120,000 yuan to 80,000 yuan by removing gifts and lowering tea-break costs.
- In a student-planning test, TeleAgent created a semester task list, a 16-week plan, and a browser-accessible weekly task dashboard.
- In the student-planning test, TeleAgent retained both October 29 and October 30 as possible presentation dates because the academic administration had not confirmed the change.
- The weekly task dashboard produced in the student-planning test was saved locally and could be opened without an internet connection.
- After a task is completed, TeleAgent provides skill-modification suggestions and allows users to save workflows as reusable skills or share them publicly.
- The top-ranked skill on TeleAgent's rising chart was "Xianjing Yingxiong Zhuan," a turn-based RPG web game developed by CheLia with reference to Ragnarok Online.
- In a product-launch test for Shixu, TeleAgent produced a product positioning document, a recruitment plan, a two-week action plan, a 6-page PPT, and a web prototype.
- In the Shixu test, TeleAgent updated the beta-user quota from 50 to 30, replaced the displayed price with "Pricing not yet disclosed," and added a statement that product data is stored only locally.
- TeleAgent allows users to limit its workspace and retain confirmation steps before key file operations.
- TeleAgent includes a Model Router that automatically selects models based on task complexity.
- Newly registered TeleAgent users receive 3,000 points and can continue to claim points every day.
woshipm怎么用2-4个Agent,干一个真实项目?
- The project aimed to convert an HR SaaS system into a CLI by packaging its existing capabilities as interfaces and Skills in a CLI client.
- For product planning, the author provided information about each SaaS module and reference materials on competitors' CLIs, with a focus on the Feishu platform.
- The requested HR SaaS CLI upgrade covered modules including employee organization, performance, recruitment, payroll, attendance, individual income tax, training, Zhishu, and a computing platform.
- After the seventh version of the product plan, the author split it into a product-planning document and a technical-solution document for different audiences.
- For CLI scenario mapping, the technical team exported each module's interfaceable backend-data content into Markdown documents for Agent input.
- The requested CLI scenario spreadsheet included the fields scenario name, scenario description, current HR work method, AI Agent work method, required CLI functions, suitability for scheduled tasks, and recommended frequency.
- The author used one Agent per module and ran multiple Agents in parallel to process modules such as payroll, performance, recruitment, and training.
- For scenario prioritization, the author asked an Agent to group scenarios by employee, attendance HR, and department administrator roles and to ensure each role's scenarios were exhaustive and closed-loop.
- After about 2-4 rounds of debugging, the author produced a result mapping each role to its scenarios, required CLI capabilities, and priorities.
- The project required four requirements documents: phase-one CLI documents for attendance and payroll, a CLI application authorization-management document, and a Skills marketplace-management document.
- The project required two prototype files: CLI application management and Skills marketplace management.
- The author used at least 2-3 Agents simultaneously during the prototype and requirements-document stage, with some tasks in QoderWork and others in Trae.
- In Trae, the CLI application prototype included a top-level Development Management menu with CLI Applications and Plugin Applications submenus.
- CLI Applications in the Trae prototype supported creating, editing, and deleting applications, with an AppKey, an AppSecret, and module-based function authorization for each application.
- The Skills marketplace prototype in QoderWork did not allow users to add or upload Skills in the current phase; administrators had to enable Skills for employees, while users could view Skill details.
- The author used custom Skills in Trae to constrain design style and theme colors, and used system screenshots plus specified theme colors in QoderWork to keep prototype styles broadly consistent.
woshipm如何用AI Agent从0到1做产品?
- The woshipm author is a SaaS product manager.
- The author's team was authorized by its technical lead to form a two-person team consisting of one product manager and one backend engineer.
- The two-person team planned to rebuild an internal AI companion platform as an independent platform for external release.
- The team had no frontend engineer, designer, or tester.
- The reconstruction included at least two core products: an official website and an AI plugin workbench.
- The author was responsible for overall product design and management and for independently developing and launching the official website full stack.
- The backend engineer was responsible for the AI plugin workbench's full-stack work.
- The author used QoderWork and QCoder for the case described.
- The author created a local project directory to store project materials and outputs as a shared context environment for the AI Agent.
- The author completed business-story design, product-solution design, prototyping, requirements documentation, and Vibe Coding in one chat window.
- The author reports that 3-4 rounds of debugging produced a business-story document that met expectations.
- The author reports that 3-4 rounds of debugging generally produced a product solution that met expectations.
- The proposed official website included a homepage, plugin marketplace, resource support, and a developer-registration area with login and registration functions.
- The proposed developer platform included eight pages, including a workbench, an online IDE, plugin management, a revenue center, and model-configuration management.
- The author reports that 5-6 rounds of debugging completed the official website prototype.
- The author asked the AI to write two requirements documents: one for the official website and one for the online developer platform.
- The author switched from QoderWork to QCoder for coding while continuing to use the same project directory to preserve context.
- The author provided the Coding Agent with a product-solution document and an official-website PRD to initialize the official website project.