虎嗅

**End-to-Edge AI: What It Really Needs to Learn is to Forget**

原文:端侧AI,最该学会的是忘记

Summary of Key Points

This article highlights that the current focus of edge AI (AI running on local devices such as smartphones and computers) is on “model compression”—reducing large models to a size of a few GB so they can fit on these devices. However, the real hidden challenge that determines the success or failure of edge AI is how it handles user context information: what to remember and what to forget. Model compression solves the problem of whether AI can operate locally, but it doesn’t address the issue of how AI can understand users intelligently and securely. The article argues that the future of excellent edge AI will not involve “remembering everything” but rather “forgetting appropriately.” By implementing a smart mechanism for forgetting, edge AI can balance intelligence, privacy, and device costs, which is the next battleground in this field.

Detailed Analysis

1. Model Compression Is the Ticket, but Understanding Users Depends on Context

Current edge AI announcements often talk about “4-bit compression” and making models smaller. These technologies are indeed important; without them, AI would have to run in the cloud (resulting in high latency and privacy risks) and couldn’t be used on mobile devices. However, the ability of a model to run locally does not equate to its ability to truly understand users. For example, if you want an AI to remind you about a meeting tomorrow or recommend your favorite coffee, it needs to know information about your schedule and taste preferences—details that accumulate over time as you use the AI (chat history, photos, shopping habits, etc.). Model compression merely makes it possible for AI to be installed on devices but doesn’t address how to manage this growing amount of context data. Therefore, a smaller model does not necessarily mean the AI can serve as an effective “personal assistant.”

2. Context Expansion Is More Troublesome Than Model Size

People are concerned about whether 7GB models can run on mobile phones, but for long-term use cases, the more challenging issue is context expansion. After using an AI for a few months, it will accumulate various types of information:

  • Real-time chat content;
  • Recent tasks (e.g., materials for reports);
  • Local files, photos, emails;
  • Long-term preferences (e.g., dislike for spicy food);
  • Past mistakes (e.g., wrong restaurant recommendations).

This data is not just stored on the hard drive; it affects how the AI responds and makes recommendations. If the AI tries to remember everything, it becomes inefficient (uses more memory and power) and acts like a “monitor.” On the other hand, if it forgets everything, it’s just like an offline chatbot that doesn’t understand users at all. This creates a paradox for edge AI: we want it to understand us but don’t want it to record our activities indefinitely.

3. The Ability to Forget Is a Sign of Advanced Intelligence; Remembering Everything Is Laziness

Many AI products highlight “long-term memory” as a selling point (e.g., remembering your birthday or coffee preferences), but simply storing data is not intelligent. A truly smart AI should act like humans:

  • Forgetting trivial details and retaining important information;
  • Forgetting temporary events and keeping track of recurring patterns;
  • Forgetting outdated information and focusing on what’s still useful.

For instance, if you casually complain about a customer at night, the AI shouldn’t assume you always dislike that customer. If you search for information about cold remedies, it shouldn’t influence future health recommendations. Human memory is a strategy for survival in limited resources; current AI, however, still focuses on storing as much data as possible—this is not intelligence but laziness. The future of powerful AI will involve knowing what to forget.

4. Forgetting Should Be a Core Feature of the Product

If edge AI becomes part of our daily lives, “forgetting” should not be a simple “clear history” option in settings. Instead, it should be an integral part of the product’s functionality. For example:

  • Should a temporary medical search only be available for that specific use and not stored permanently?
  • When should a completed project no longer receive priority recommendations from the AI?
  • If the AI makes a mistake (e.g., gets your favorite color wrong), should you be able to correct it, retrieve the incorrect information, and see how it affected previous recommendations?

These questions involve permissions, timing, and responsibility. The AI’s memory should not be like a simple database but rather a “continuously updated contract” that specifies what data can be collected, used temporarily, confirmed by the user, and deleted when necessary.

5. Privacy Requires Transparency and Control

Edge AI often claims that data remains on the device, which is better than uploading it to the cloud. However, privacy goes beyond where the data is stored. We need to understand:

  • What the AI sees (e.g., whether it secretly monitors your screen);
  • What it remembers (e.g., if chat history is saved);
  • Why it stores certain information (e.g., for recommendation purposes);
  • When the data is deleted (e.g., temporary search results after a week);
  • How users can control its memory (e.g., deleting specific memories with one click).

Truly trustworthy edge AI should provide transparency and control over user data, allowing users to understand and manage their own information. This is what defines the privacy protections of the next generation of AI.

Conclusion

The next competitive aspect of edge AI will not be about how small the models are or how fast they can reason but about establishing a “smart forgetting mechanism” that understands users, protects privacy, controls costs, and builds user trust. The company that solves this issue first will become the winner in the race for the next generation of personal AI assistants. After all, what AI needs to learn is to remember selectively and forget wisely, just like humans.