SoftSkill proposes a method to compress natural-language skills into compact latent priors, improving task performance on SearchQA, LiveMath, and DocVQA. It outperforms SkillOpt by 5.2 to 12.5 points on key benchmarks while replacing hundreds to thousands of Markdown tokens with a few virtual tokens.
SoftSkill: Behavioral Compression for Contextual Adaptation
Probe-and-Refine Tuning Improves Coding Agent Performance
A new method called probe-and-refine tuning uses synthetic bug-fix probes to iteratively improve repository guidance files with single-shot LLM calls, without agent loops or tool use. On SWE-bench Verified, it achieves a 33.0% mean resolve rate—14.5 percentage points higher than the initial static knowledge base—showing improved coverage rather than patch precision. The method enables agents to use larger step budgets effectively, and performance remains stable across models when diagnostic output is sufficient.
AgentFinVQA: Auditable, On-Premise Financial Chart QA
AgentFinVQA introduces a multi-agent pipeline for financial chart question answering that ensures auditability and on-premise deployability without significant accuracy loss. It outperforms baseline models by +7.68 pp using a proprietary backbone and +4.84 pp with open-weights Qwen3.6-27B-FP8, while providing a confidence signal via verifier output that improves human review routing.
Qwen3.6-27b-mtp-q8 creates A* pathfinding implementation via autonomous testing
The Qwen3.6-27b-mtp-q8 model successfully generated an A* pathfinding implementation for a Java-based test game using Claude Code locally. The process involved nearly 12 hours of iterative development where the model autonomously created and ran a testing suite.
Qwen3.6-27B with 3-Critic Harness Matches Frontier Quality
A user tested Qwen3.6-27B (8-bit) alongside GLM5.2 using a coding harness that employs three critics—code review, test review, and Playwright e2e—to validate output quality.
Qwen releases 35B-parameter MoE for agent environment simulation
Qwen has launched Qwen-AgentWorld-35B-A3B, a 35B-parameter MoE model with only about 3B active parameters per token. It is trained to simulate responses from MCP, terminal, software engineering, Android, web, and OS GUI environments by predicting next observations after agent actions, enabling efficient agent training and environment simulation without real tool execution.