Tencent Hunyuan Open Sources 4B Parameter Mobile Agent Model PhoneBuddy
Published · Jun 26 · Fri Source · 量子位 (CN)

Tencent Hunyuan Open Sources 4B Parameter Mobile Agent Model PhoneBuddy

Tencent Hunyuan open sources the PhoneBuddy 4B mobile Agent model, simultaneously releasing 5 papers including PhoneWorld and PhoneHarness, systematically covering the full chain of environment, training, execution, privacy, and security. The model's core innovation adopts Real+Mock hybrid RL training, combining real Apps with a self-built PhoneWorld mock environment, enabling the 4B model to surpass GPT-5.4 in multiple metrics across 150 real-device evaluations.

KeywordsGPTAgentTencentHunyuanOpenSourcesParameterMobile

AI Agent (Intelligent Agent) Tutorial

AI Agent (Artificial Intelligence Agent) is called an intelligent agent. Essentially, it is a program that automatically executes tasks. The core lies in enabling the model not just to answer questions, but to complete actions step by step.

AI Agent (Artificial Intelligence Agent) is an intelligent software entity capable of perceiving the environment, making decisions, and executing actions to achieve specific goals. It is not just a chatbot that answers questions, but an intelligent executor capable of taking action.

Agent = LLM (Brain) + Planning + Tool use (Execution) + Memory.

Quick experience 0 code, generate an app with one sentence: https://www.miaoda.cn/.

Who is suitable for reading this tutorial?

- People who want to use AI to automate daily tasks - Newcomers unfamiliar with programming but want to use AI for practical work - People who know basic computer operations but have zero foundation in concepts like Agent/Workflow - People who want to elevate AI from chatting to truly doing work

What is an Agent?

An Agent is an intelligent assistant that can do work.

Learning Agent requires a mindset shift: evolving from dialog box Q&A to goal-driven task execution.

Traditional software programs follow fixed instruction flows: Input → Process → Output, while AI Agents are more like autonomous employees who can:

- Understand task goals: Understand what result you want - Make plans: Think about how to achieve goals - Use tools: Call various resources and APIs - Self-adjust: Optimize strategies based on feedback - Continue execution: Until the task is completed or an unsolvable problem is encountered

Analogy for understanding:

- Traditional program = Vending machine: Insert coin → Press button → Dispense goods - AI Agent = Personal assistant: Tell needs → Assistant plans → Complete task and report

Core structure:

- Goal: Know what to complete - Reasoning: Plan execution steps - Tools: Call APIs, code, or systems to complete tasks

Workflow:

Input → Think → Call tools → Execute → Return results → Continuous iteration

Difference from ordinary large models:

- Large model: Output content - Agent: Output results and drive execution

For example, if we converse with an AI Agent and output: Plan a three-day Beijing trip, budget 5000, the agent will complete the following tasks:

- Break down requirements - Query flights, hotels, attractions - Generate itinerary plan - Continue completing booking when conditions are met

Learning Resources

Existing platforms and popular frameworks:

Below are other popular AI Agent open-source frameworks. Most of these projects revolve around tool calling (Tool Calling), memory (Memory), workflow (Workflow), multi-agent collaboration (Multi-Agent), and long-term task execution capabilities.

This page provides an editorial summary based on publicly available information. It is not a republished article. Use the source link below for the original report.