LLMs need smarter ways to talk to people, and a new paper sketches how.
The authors formalize a “Communication Policy” that defines what an autonomous LLM agent should say and how it should use UI elements. They test text‑only, UI‑only, and hybrid approaches across several simulated tasks, personas, and model pairings. Results show text excels at raw task completion, while structured UI yields cleaner outputs and better adherence to a prescribed persona. Building on this, they introduce Communication Policy Evolution (CPE), a prompt‑only loop that refines the policy during rollouts.
This matters because most deployments treat the agent’s output channel as an afterthought. By treating communication as a design variable, developers can extract more value from existing models without costly fine‑tuning. The hybrid and CPE methods point to a path for higher success rates using only prompt engineering.
In short, better chat formats may close the information gap that has long hampered autonomous LLM assistants.