Harmonic-9B: Two-stage Qwen3.5-9B fine-tune for AI agents

What's Harmonic-9B?
Harmonic-9B is a fine-tuned version of Qwen3.5-9B specifically designed for AI agent applications. The developer is using a two-stage training approach: Stage 1 focuses on heavy reasoning training (already complete), while Stage 2 focuses on light tool-calling and agent fine-tuning (still in progress as of the announcement).
Technical Details
The goal is to combine strong structured reasoning with clean, reliable tool use while maintaining natural chat capabilities. For Stage 2, the developer has filtered a dataset of Hermes agent traces, which they've open-sourced on Hugging Face.
Key improvements in the filtered dataset:
- Self-correction: 6% → 63%
- Verification steps: 26% → 96%
- Thinking depth: +40%
- Valid JSON/tool calls: 100%
GGUF quantized versions are already available for download, though the developer notes they haven't run proper benchmarks yet because Stage 2 is still training. Early checks on the Stage 1 checkpoint showed good results for reasoning structure.
Current Status and Next Steps
The developer is seeking feedback on how Harmonic-9B behaves in agent harnesses like OpenClaw, LangGraph, and ReAct. They plan to share benchmark numbers once Stage 2 finishes and they can run proper agent evaluations. This work is part of ongoing research into high-signal data curation and staged fine-tuning approaches.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Claude Code Rate Limits May Be Due to 1M Context Window Overload
A Reddit user theorizes that Claude Code's recent rate limits and outages stem from the 1M token context window in Opus 4.6, which may be causing inefficient context compression and server overload. Switching to the older non-1M context model reportedly improves stability.

Rust Project Perspectives on AI: Practical Insights from Contributors
A summary document collects perspectives from Rust contributors on AI tool usage, highlighting that effective AI integration requires careful engineering and showing specific use cases like codebase navigation, code review assistance, and semi-structured data processing.

AI Hyperscaler Debt Surges 974% to $225B in 2026, Hidden Debt Hits $1.65T
Hyperscaler bond issuance jumped 974% to $225B in H1 2026, with hidden debt at $1.65T. S&P flags investor fatigue as premiums rise.

Going Full AI Engineer: Not Touching Code Anymore
Max Heyer describes a workflow where agents write all code, he only reads diffs, writes specs, and reviews. The skill that matters is taste — evaluating code is harder than producing it.