Released a model tuned for agent testing work that other models refuse. AgentDojo 97.5% utility.

Reddit r/AI_Agents Models

Summary

A fine-tuned model based on GLM-5.2, abliterated and specialized for agent testing and red teaming, achieving 97.5% benign utility on AgentDojo and strong coding benchmarks.

We needed a model that would actually finish long, adversarial agent trajectories instead of refusing or drifting. Most frontier models still bail on large parts of that work. So we took GLM-5.2, abliterated it, and fine-tuned it for offensive cyber, red teaming, and agent testing. The result is abliterated-model-large. AgentDojo numbers: Benign utility: 97.5% Under attack utility: 34.29% Targeted ASR: 57.86% It also hits 81.2% on SWE-bench Verified and 80.1% on Terminal-Bench 2.1, so the coding ability did not collapse. API is drop-in OpenAI / Anthropic compatible. Zero retention by default. No baked-in refusals. You control the policy. Would be useful to hear how people are currently testing agents against models that refuse mid-trajectory. What benchmarks or setups are you using?
Original Article

Similar Articles

Is it agentic enough? Benchmarking open models on your own tooling

Hugging Face Blog

This blog post introduces a benchmark methodology for evaluating how well open models perform on agentic coding tasks, focusing not just on accuracy but on the efficiency of the agent's process. It provides a customizable tooling harness using the pi coding agent and tests across models and library revisions.