Fetching from the wire…
Public story · 2026-08-26 · high
Paritok-4B keeps 86.5% of solve quality after shrinking agent trajectories to a quarter of their size, and runs on one GPU instead of a per-token API bill.
Why now: The paper posted August 26, with weights, data and eval scripts included.
Researchers behind Paritok-4B built a LoRA adapter on Qwen3-4B, distilled from a gpt-4.1-mini teacher over 67,074 real OpenHands agent trajectories. The job is context compression: shrinking the log of an AI agent's actions so a downstream model can keep working without re-reading everything it already did.
The numbers are the story. Across all 300 SWE-bench Lite instances, Paritok-4B compresses trajectories to 25.7% of their original size while keeping 86.5% of the solve quality you'd get uncompressed. A gpt-4.1-mini compressor manages 50.2% retention on the same task. gpt-5 does better at 61.9%, still well short of a fine-tuned 4B model a fraction of its size.
The adapter is extractive, not generative. 96.0% of the identifiers, file paths and numbers it emits already appear in its input, and it's conditioned on the agent's current task rather than summarizing blind. That constraint seems to be why it beats larger, more general models at a narrow job.
It also runs on one 24GB GPU, so there's no per-token bill. The paper states that gpt-5, priced at list rates as a compressor, costs more than the tokens it would save downstream. That's a real number from a real workload, not a hypothetical.
Weights, training data and eval scripts are released under Apache 2.0. For anyone running agents that accumulate long trajectories, this is a case where a small, task-specific model outperforms a frontier one, and you can self-host it instead of paying per call to trim your own context.
Each link below shares sources, entities, or timing with this story.
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
The leaderboard says first place. The methodology says you should check your own bill. Qwen3.8 Max now ranks first on Artificial Analysis' agentic index, scoring 86.1 on OSWorld-Verified ahead of GPT-5.6 Sol Max at 83.2 and Fable 5 at 85.0, priced at $2.00/M input and $6.00/M...
This is the most directly usable paper of the day and it does something rare: it bolts onto an existing agent without touching it. Ledger is a deterministic runtime wrapper that distills an agent's completed interactions into explicit state. What has been observed, what has be...
Poolside AI released two models that change the math on local coding agents. Laguna M.1 is a 225B total / 23B active MoE model scoring 72.5% on SWE-bench Verified. Laguna XS.2 is a 33B total / 3B active model scoring 68.2% on the same benchmark, 44.5% on SWE-bench Pro, and 30....
OpenAI shipped the first model family explicitly designed for subagent pipelines. GPT-5.4 mini features a 400K context window, scores 54.4% on SWE-Bench Pro (vs. the flagship's 57.7%), and handles computer use at 72.1% on OSWorld — at $0.75 input / $4.50 output per million tok...
Coding agents ace correctness benchmarks and flail at repository-level performance work, because bottlenecks hide behind abstraction layers and the agent stops at the first passing patch. PerfAgent wraps an off-the-shelf agent with a profiler-guided, verifier-in-the-loop workf...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.