Fine-tuned Qwen2.5-7B to 96% of Claude Haiku with $3 and Zero Human Labelers

A developer fine-tuned Qwen2.5-7B to achieve 96% of Claude Haiku's composite performance on a domain-specific decision-reasoning task — spending only ~$3 in API calls and using zero human labelers. The method, called DV-DPO (Decision-Validated Direct Preference Optimization), autonomously generates training signal by running a multi-voice adversarial council.
How DV-DPO Works
The pipeline runs a 3-voice council on each decision question, producing a synthesis. Then the two losing voices cross-examine the synthesis. If the synthesis is revised under this adversarial pressure, a DPO pair is formed: the post-revision version is the chosen response, and the pre-revision version is the rejected response. If the synthesis holds — no pair is created. This ensures only genuine reasoning errors produce training signal, not format preferences or sampling variance.
Results
- 1,040 training pairs generated total (~$3 at Haiku rates)
- Head-to-head vs Claude Haiku: Format 100%, Commits 100%, Context 89%, Composite 96%
- Latency: 11s on T4 GPU (4-bit quantized) vs Haiku's 3s
- Adversarial failure rate: 2% on 96 targeted questions
Autonomous Improvement Loop
The system now runs an automated cycle: failure_detector → auto_red_team → DPO pairs → retrain → redeploy → eval. Version 5 pairs are accumulating. The fine-tuned model is available as a GGUF file ready for Ollama.
Who This Is For
Developers building domain-specific reasoning agents who want to move from pay-per-call APIs to a local fine-tuned model without expensive human annotation.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Anthropic releases AI tool for analyzing COBOL codebases, IBM stock drops 13%
Anthropic has released an AI tool that analyzes COBOL codebases to flag risks and reduce modernization costs. The announcement triggered a 13% drop in IBM's stock as the market perceived it as a threat to IBM's legacy system management business.

Grokipedia Stalled: No Accepted Edits Since April, Musk's AI Wikipedia Quietly Dies
xAI's Grokipedia—an AI-generated Wikipedia rival—hasn't accepted or rejected any of 225,496 suggested edits in over three months. Is it dead?

Anthropic Doubles Claude Code Usage Limits, Signs SpaceX Compute Deal
Anthropic doubled five-hour usage windows for Claude Code Pro and Max subscribers, removed peak-hour reductions, and raised API limits for Opus, citing a new deal with SpaceX for 300+ MW of compute capacity from the Colossus 1 supercomputer (220,000+ NVIDIA GPUs).

Anthropic’s Claude Fable 5: Benchmarks Show Big Gains, But Pricing and Rate Limits Worry Developers
Claude Fable 5 drops with strong coding and agentic benchmarks, but developers are concerned about API pricing and rate limits.