H
Howardism
Plate IIEntitiesHOWARDISM

Xiaohongshu

PublishedAugust 3, 2026FiledEntityDomainEntitiesTagsEntityOrganizationAgent EngineeringContext ManagementReading2 minSourceAI-synthesised

Chinese social-commerce platform (RED / 小红书) whose engineering team published Self-GC, the corpus's only measured, production-deployed treatment of agent context management — object-level context lifecycle control validated on 332 production-derived agent sessions and a live account-level traffic split

Illustration for Xiaohongshu

Sources#

What it is#

Xiaohongshu (小红书, also known internationally as RED) is a Chinese social-commerce and lifestyle-content platform. It enters this wiki not as a consumer product but as an agent operator: its engineering team runs long-horizon LLM agents in production and published the measurement infrastructure built around them.

Why it matters here#

Xiaohongshu authored Self-GC (Xubin Hao, Hongjin Meng, Xin Yin, Jiawei Zhu, Chenpeng Cao — arXiv 2607.00692, July 2026, empirical), the framework behind Context Lifecycle Management. Three things make it unusual for this corpus:

  • It is a deployment, not a benchmark. The evaluation suites are distilled from 15,141 real trace rows of the company's own agent traffic (9,075 of which had already triggered compaction), and the headline production result comes from an account-level split on live traffic — 10–15% lower daytime average input tokens, peaking near 20%.
  • The workload is not coding. The traces are office-style: vendor research turned into comparison tables, spreadsheet repair under user-stated constraints, failed-scheduled-task triage. The paper argues explicitly that this regime is harder for context management than coding, because coding tasks have git history, build logs, and rerunnable commands as an external memory substrate while office workflows often have none.
  • It is a non-US-lab systems contribution. The planner backbones evaluated are Qwen3.6-Plus, Qwen3.7-Max, and GLM-5.1 — a Chinese-model agent stack, with GPT-5.5 used only as an offline judge.

The company also names two internal agent surfaces in the paper: context-gc (interactive chat cleanup) and skill-gc (long-lived skill-state pruning), implying a skills layer analogous to the one in Claude Code Best Practices.

Connections#

  • Context Lifecycle Management — the framework Xiaohongshu built and deployed; the wiki's only measured treatment of agent context management
§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 3
  • Context Lifecycle Management×3

    Most deployed context management treats agent history as a linear token buffer: prune spans by age/length/type during the run, or wait until the window fills…

  • Context Window Smart Zone

    Pocock's argument is practitioner-opinion; Self-GC (Xiaohongshu, arXiv 2607.00692, empirical) measures the same thing on 332 production-derived agent sessions…

  • Entities — People, Orgs, Tools & Projects

    Xiaohongshu — Chinese social-commerce platform (RED / 小红书) whose engineering team published Self-GC, the corpus's only measured, production-deployed treatment…

Related articles
  • Agent Harness Engineering

    Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…

  • Agent Context Files

    The cross-vendor markdown-as-control-plane pattern: repo-versioned plaintext (CLAUDE.md / AGENTS.md / SOUL.md / WORKFLO…

  • Client-Side Agent Optimization

    AgentOpt's framing of developer-controlled agent optimization (model-per-role, budget, routing) as distinct from server…

  • Cost-per-Task Over Cost-per-Token

    Anthropic's model-selection guidance inverts the intuitive default: start with the most capable model and dial effort *…

  • Matt Pocock

    Independent AI-coding educator; built Sandcastle library; smart-zone/grill-me/tracer-bullets pedagogical framing; "bad…