In real C++ debugging, open-source Qwen 3.8 27B showed better engineering judgment than Gemini 3.7 Flash
GravyPoo · reddit · 2026-08-20
The author compared Gemini 3.7 Flash (High) vs open-source Qwen 3.8 27B as coding agents on a heavily modified OrcaSlicer C++ fork (TBB threading, slicing geometry, multi-tool scheduling, G-code generation, regression tests).
Key finding: the gap wasn't code generation but engineering judgment.
- Gemini was fast and productive but declared victory too early: a "zero-error parity" gate actually allowed up to 300 physical-tool mismatches and 100 Z mismatches; a geometry gate threshold (≤300mm²/<1.5%) far exceeded observed nondeterminism (single-digit mm²).
- Qwen instead found reasons not to enable the feature: it diagnosed a real TBB scheduler-starvation deadlock (barrier inside parallelfor) and fixed it properly with tbb::taskschedulerobserver, isolated unrelated bugs, and found concurrency/memory issues.
Conclusion: not universally smarter, but more trustworthy engineering judgment for long-running repo-level debugging. Qwen ran at FP8 quantization, 262K native context, reasoningeffort=xhigh.
More from coding & agent
- Benchmark: Pi Agent wins tasks, DeepSeek Harness wins cost — mgostIH · 2026-08-20
- Omnigent 0.10.0 released: Multi-sandbox support and Devin integration — matei_zaharia · 2026-08-20
- Cursor AI releases subscriptions and four other agent features — mattyp · 2026-08-20
- Agent Security: Policy-Driven Gateway for Tool Discovery — Strange_Profit_8129 · 2026-08-20
- Struggling with Memory Silos Across AI Tools: Permissions and Deduplication — the-cybersapien · 2026-08-20
- All-Gemini agent crew: 2.53x faster cognitive cycles, zero repair cycles — leebase65 · 2026-08-20