Deep Research Reports with Hermes Agent and Qwen3.6-35b-a3b: A Practical Walkthrough

✍️ OpenClawRadar📅 Published: May 4, 2026🔗 Source
Deep Research Reports with Hermes Agent and Qwen3.6-35b-a3b: A Practical Walkthrough
Ad

A Reddit user with 15+ years in social research for public bodies details their process for generating deep research reports using Hermes Agent with the qwen3.6-35b-a3b model at Q6_K quantization. The goal was to produce McKinsey-style reports comparable to Perplexity's output. After five hours of continuous processing at ~28 tokens/second on a 12th Gen Intel Core with 32GB RAM and an RTX 4060 running Linux Mint, the agent produced a 21-page report on the current state of AI in Europe, with six loops of iterative refinement including diagnosing problems, fixing them, creating charts, and inserting them — all nearly autonomously.

Ad

Key Details

  • Model: qwen3.6-35b-a3b Q6_K (quantized), running via Hermes Agent.
  • Hardware: 12th Gen Intel Core CPU, 32GB RAM, RTX 4060 GPU, Linux Mint. Achieved ~28 tokens/second.
  • Workflow: The user ran six loops over the same document. Each loop: generate draft, diagnose problems, fix issues, add charts, re-insert. The agent used custom skills (provided in the repo) to compensate for the built-in Hermes Agent skill being "lacking."
  • Output: Final report in Markdown, DOCX, and PDF formats. All intermediate artifacts (prompts, meta-prompts, Python scripts, charts) are included in the repo.
  • Repo contents: Skills, prompts, meta-prompts, Python scripts, intermediate artifacts, and the final report. The README and folder structure were also AI-generated.
  • User caveats: Non-native English speaker (not AI-edited). Results described as "quite acceptable" — not excellent but a good starting point for public research use.

Who It's For

Developers and researchers working on AI-powered report generation, especially those in public administration or policy research who want to automate long-form document creation using local LLMs.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Building a Technical Book with Claude Code: Process and Pitfalls
Use Cases

Building a Technical Book with Claude Code: Process and Pitfalls

A developer created an EPUB book about intermediate Claude Code features by using Claude to collect Anthropic documentation, researching real-world examples in finance, and structuring chapters with technical features followed by practical applications. The process revealed specific workflow constraints when using agents.

OpenClawRadar
Non-coder builds local video downloader with Claude AI in one evening
Use Cases

Non-coder builds local video downloader with Claude AI in one evening

A user with zero coding knowledge used Claude AI to build AZ Downloader, a local video downloader that works on 14/16 platforms including YouTube, TikTok, Instagram, and Reddit. The tool was created in one evening and is now available on GitHub.

OpenClawRadar
Solo Developer Builds Outdoor Platform with Claude Code: Lessons on AI-Assisted Product Development
Use Cases

Solo Developer Builds Outdoor Platform with Claude Code: Lessons on AI-Assisted Product Development

A software engineer with 6 years experience built PathQuest, an outdoor route platform with 12+ data sources, using Claude Code over several months while working full-time. He shares specific workflow details and lessons about managing AI-assisted development.

OpenClawRadar
Agentic Coding Fatigue: Why More Agents Won't Save You
Use Cases

Agentic Coding Fatigue: Why More Agents Won't Save You

Sid's blog post argues that agentic coding compresses the normal ebb and flow of development, forcing developers into a constant cycle of decision fatigue and burnout. The solution isn't more agents—it's better verification, but building that is a catch-22.

OpenClawRadar