Researchers present TaoLive, a technical report on training digital-avatar agents that can adapt to changing business strategies in real-time live e-commerce without retraining. The system uses an evolvable Harness to decouple skills and tools from model weights, addressing the challenge of models memorizing outdated configurations through Harness-Aware Training (HAT).
- HAT employs Harness-State Augmentation across three stages: supervised fine-tuning, general on-policy distillation, and agentic reinforcement learning.
- The compact 35B model scores 94.8 on Live-Stream QA and 94.6 on Harness-Variant QA, outperforming the base model (80.3) and strongest general LLM (93.0).
- The system achieves 3.407 s P50 and 8.114 s P95 latency on a single NVIDIA H20 GPU with MTP enabled.
This approach produces a latency-feasible compact agent that remains effective under evaluated Harness changes without sacrificing general instruction following.