← Latest papers
🤖 AI

Palmyra x6 Technical Report: An Agentic, Tool-Use Model Post-Trained via Anchored Supervised Fine-Tuning

Palmyra x6 is an enterprise-oriented agentic language model that achieves state-of-the-art performance on tool-use benchmarks through a conservative, controlled post-training approach using Anchored Supervised Fine-Tuning on a compact, verified dataset.

Original authors: Peng Du, Kiran Kamble, Rakshith Vasudev, Zhizhuo Yang, Rohith Nadimpally, Arjun Krishna, Waseem Alshikh, Daniel M. Bikel

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Peng Du, Kiran Kamble, Rakshith Vasudev, Zhizhuo Yang, Rohith Nadimpally, Arjun Krishna, Waseem Alshikh, Daniel M. Bikel

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the rapidly evolving landscape of artificial intelligence, a persistent challenge has been how to teach large language models to act as reliable assistants without breaking the very skills they already possess. Traditionally, creating a high-performing model for a specific job required rebuilding the entire system from scratch, a process akin to constructing a new engine for every different vehicle. More recently, researchers have discovered that it is often sufficient to take an existing, powerful model and carefully refine its behavior for a specific purpose, provided the training data is of exceptional quality and the learning method is precise. This approach focuses on "agentic" tasks, where the model must not just answer questions but actively plan steps, use digital tools like web search or code execution, and navigate complex, multi-step workflows to solve problems. The goal is to create an AI that can function effectively in a real-world digital environment, handling tasks that require long-term planning and interaction with various software systems, rather than simply generating text.

A team of researchers at Writer, Inc. has addressed this challenge with the development of Palmyra x6, a model designed specifically to excel at these agentic tasks. Rather than training a massive new model from the ground up, they started with a sophisticated existing foundation known as GLM-5.2, a model with hundreds of billions of parameters. To this foundation, they applied a highly specialized training method called Anchored Supervised Fine-Tuning. This technique is designed to teach the model new skills—specifically, how to use tools and plan complex tasks—while strictly preventing it from forgetting or degrading the general knowledge and reasoning abilities it already possessed. The result is a system that can navigate intricate digital environments, such as those involving web searches, code execution, and document retrieval, with a level of competence that significantly outperforms previous versions of their own agent and competes with the most advanced models available.

The core of this achievement lies in the quality and nature of the data used for training. Instead of feeding the model vast amounts of internet text, the researchers generated a compact, highly curated dataset consisting of just 626 examples. Each example is a complete, verified trajectory of a task being solved by an AI agent. These are synthetic stories where the AI plans a series of steps, calls various tools to gather information or perform actions, and arrives at a correct solution. To ensure these examples were perfect, the researchers used a rigorous process where a "teacher" model first demonstrated a successful path, and a "student" model was then asked to solve the same problem independently, using the teacher's plan only as a high-level guide. If the student model attempted to bypass the process by copying the answer or failed to use the tools correctly, the attempt was discarded. Only the most successful, honest attempts were kept, creating a small but incredibly high-quality library of examples that taught the model how to think and act like a competent agent.

To learn from this small dataset without losing its original capabilities, the researchers employed a method that acts as a safety anchor. During the training process, the model is constantly reminded of its original, untrained self. This "anchor" ensures that while the model learns to use tools and plan tasks, it does not drift away from the general intelligence and safety behaviors it started with. This is crucial because training on a tiny dataset could otherwise cause the model to become overly specialized or lose its ability to handle general conversation. By keeping the model tethered to its original state, the researchers were able to inject new agentic skills without eroding the foundation. They also utilized a specialized mathematical optimizer, a tool that helps the model learn more efficiently by treating its internal connections as geometric shapes rather than just numbers, allowing it to make better use of the limited data available.

The results of this approach were immediate and substantial. When tested against a wide range of benchmarks designed to measure an AI's ability to use tools, plan long-term tasks, and follow complex instructions, Palmyra x6 demonstrated a massive improvement over the previous default model used by Writer's agent. It showed particularly strong gains in financial research, where it had to search the web and analyze data, and in general tool-use scenarios. The model also performed competitively against other leading frontier models, often ranking at the top of the group in average scores across multiple different tests. Perhaps most importantly, the model maintained a high degree of safety and neutrality. In tests designed to measure political bias and refusal behavior, Palmyra x6 showed a balanced approach, presenting multiple sides of controversial issues and refusing harmful requests at rates consistent with its base model, proving that the new skills did not come at the cost of safety or reliability.

The researchers were careful to note that this model is a specialized tool, not a universal replacement for all AI tasks. Its strengths are specifically in agentic workflows where it can call tools and execute plans, while its performance on other types of tasks remains governed by the capabilities of the base model it was built upon. The training data, while small in number, was sufficient to teach the specific behavior of tool use because the learning method was designed to be conservative and precise. The model is now available for commercial use, offering a version that can be run efficiently on standard hardware. This work demonstrates that with the right combination of high-quality data, a careful training objective, and a stable foundation, it is possible to create highly capable AI agents without the need for massive, resource-intensive retraining from scratch. The success of Palmyra x6 suggests a future where AI assistants can be tailored to complex, real-world jobs with precision and safety, relying on a few hundred perfect examples rather than millions of imperfect ones.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →