Tool-use review
Created · 36B · NVFP4 · Compressed-Tensors · 512K-Context · Long Context · Agentic Orchestrator
Deployment Verdict
Conditional deploy, because tool execution is strong, but the invalid tool call and detected hallucination limit confidence in production MCP pipelines. The overall impression is usable, but not cleared for unsupervised decisions.
Tool Execution Profile
Hermes 4.3 36B demonstrates genuine tool intelligence rather than mere template usage. In the Web Search & Tool Selection test — which checks the choice between search and direct retrieval without an explicit hint — it correctly identifies that web_search is needed first. This speaks to workable orchestration in open-ended tasks. In the URL Construction test, which measures the derivation of a target URL from prior knowledge and the subsequent fetch, it is still solid but less precise. P1 80 here means: functional, but not deterministic enough for fragile fetch paths.
The tool_call_valid=false finding is critical. This does not mean the model fundamentally misunderstands tools. It means protocol compliance in the specific run was not stable enough. Since no retry was required, this looks more like a singular formatting or call error than a recurring loop problem. For MCP infrastructures, it nonetheless remains an integration risk.
Synthesis Fidelity
How well does it condense tool results? Only limitedly reliable. P2 performance is the clear weak point. HTTP Fetch & Extract and Multilingual Search & Synthesis in particular show that the model does not consistently translate retrieved content into reliable response text. It often finds the source, but loses details, priorities, or cross-lingual accuracy during condensation.
Does it stay within the tool result or fall back on training? In the Honeypot EU License Research test — which checks whether current license restrictions are actually retrieved from web sources — it stays within acceptable bounds and does not hallucinate. This is the most important trust signal. The global hallucination finding remains a safety risk, however: once a model outputs fabricated facts as a tool result, it undermines the reliability of the entire pipeline.
Error Resilience
In the 404 test, which distinguishes transparent error communication from fabricated page content, the model responds acceptably. It does not hallucinate substitute content despite the failure. P2 60 is not elegant, but production-viable. For operational systems, this kind of honesty matters more than linguistic polish.
Operational Profile
Total 275.54s per run. Call 1: 5.22s. MCP latency: 1.23s. Call 2: 39.48s. Operated locally, so direct runtime costs are not relevant. Given the only moderate overall performance, this is slow.
Conclusion & Recommendation
Suitable for locally operated research and orchestration pipelines where a model needs to select tools and report errors transparently, but every content synthesis is still validated by validators, schema checks, or human review. Not suitable for compliance, policy, or executive summary pipelines where the model must precisely condense tool results and reproduce them without any fabricated additions. Those deploying Hermes 4.3 36B should treat it as a tool dispatcher with downstream verification — not as a trusted final authority.
This analysis was generated automatically based on benchmark data. Model used: GPT 4.5 by OpenAI. The raw data and full methodology are documented in the GitHub project.