DEV Community

Denise Amsen
Denise Amsen

Posted on

China Telecom TeleAgent Review: A Free AI Digital Worker with 60M Daily Tokens

For office workers interested in AI agents but discouraged by tedious setups (Node.js, Git, API keys), a zero-barrier option has finally arrived. China Telecom recently launched TeleAgent, a zero-config desktop assistant. Offering 60 million free tokens daily, it covers high-intensity task automation. Here is our hands-on review of this free AI digital worker.

💡 What is TeleAgent?

Unlike chat-based bots like Kimi or Doubao, TeleAgent acts as a "digital employee" rather than just an advisor. Instead of simply outputting advice, it interacts with your computer filesystem, running automated tasks like classifying files or extracting structured summaries from raw folders.

🛠️ Three Real-World Testing Scenarios

Scenario 1: Sorting Messy Folders

Given a directory of unsorted Word, PDF, and archive files, TeleAgent categorized them by extension and creation date. It successfully parsed file metadata, although it does not understand semantic contents of documents for advanced contextual tagging yet.

Scenario 2: Creating Research Outlines

Asked to research three main free AI tools, TeleAgent quickly scraped search results and structured a detailed markdown outline. It is highly useful for framing presentations and monthly reviews.

Scenario 3: Generating Python Data Scripts

Given a CSV with sales logs, it outputted clean Python code utilizing matplotlib to graph the metrics, saving developers lookup time.

🥊 Comparison with Claude Code

Feature Claude Code TeleAgent
Planning Mode Strong (confirms plan before executing) Immediate action (less runtime control)
Project Support Professional (understands multi-file codebases) Basic (ideal for single-file scripts)
Setup Barrier High (requires Node.js, git, API config) Low (desktop executable, register & run)
Pricing Paid per token Free (60M daily tokens during launch)

Top comments (0)