Third-party benchmark synthesis

Best AI for Documentation

A dated synthesis of public documentation-relevant signals for AI tools, with emphasis on source faithfulness, clarity, and example reliability.

Short answer

For documentation work, source-faithfulness comes first: the Vectara Hallucination Leaderboard (updated 2026-05-11) shows gpt-4.1 at 5.6% and claude-sonnet-4-6 at 10.6% hallucination rates, while the Arena text board and Artificial Analysis add clarity, price, and context signals. This page synthesizes those third-party numbers as warning labels rather than a documentation ranking, and notes that runnable examples still need execution against the real API.

Status: Public benchmark synthesis published; no first-party Novamente docs run yet. This page reports public documentation-relevant signals and blocks a Novamente ranking until source-backed documentation fixtures are tested.

Last updated: 2026-06-22. First-party tested: Not first-party tested.

Method: This page synthesizes public third-party benchmark signals and keeps Novamente out of first-party rankings until a dated run log exists. Figures in the copy below are attributed inline and dated.

Why no house ranking: rankings stay blocked until a first-party run log includes raw outputs or notes, failures, reviewer notes, and a retest date.

Download benchmark run log

Frozen benchmark fixtures
FixtureTaskExpected evidence
DOCS-001 Generate docs from a real API contract. No endpoint, parameter, or response claim is invented.
DOCS-002 Update docs after a behavior change. Old behavior is removed and examples still run.
DOCS-003 Write a changelog entry from commits. Claims map to actual commits.
40 Source faithfulness
25 Example correctness
20 Clarity
15 Review effort

Documentation tools are only useful when they describe actual behavior instead of intended behavior. That makes this page closer to the research page than to a generic writing benchmark page.

What the published evidence says (as of 2026-06)

On the Vectara Hallucination Leaderboard, last updated 2026-05-11, source-faithfulness differences are large enough to affect documentation work. The public table shows openai/gpt-4.1-2025-04-14 at 5.6% hallucination rate, google/gemini-2.5-pro at 7.0%, openai/gpt-5.5 at 9.3%, and anthropic/claude-sonnet-4-6 at 10.6%. Those numbers should not be read as documentation rankings, but they are strong warning labels for teams that need generated docs to stay inside the contract, commit log, or source packet.

On the Arena text leaderboard, as of 2026-06-16, claude-fable-5 sits at 1508 +/- 9 after 6,917,183 votes across 367 models. I treat that as a clarity and readability signal. Documentation teams still care about readable prose, but readability without source control is how invented parameters end up in published docs.

On Artificial Analysis, as of 2026-06, the page highlights Claude Fable 5 (with fallback) and Claude Opus 4.8 (max) as the current highest-intelligence models in its view, while also exposing price, speed, and context together. That is useful for planning a documentation workflow that might need to ingest long specs or release notes, but it should come after the faithfulness check.

How to use these signals

If the job is API reference or changelog writing, start from faithfulness. If the job is user-facing docs cleanup or style improvement, clarity signals matter more, but they still should not outrank source discipline. If the job includes runnable examples, none of these public boards are enough by themselves because example correctness still needs execution against the real API or codebase.

What our rubric still checks

Our frozen fixtures keep three local requirements in view: no invented behavior, no stale examples, and no changelog claims that cannot be mapped back to a real source. Until we run those fixtures, this page should be used as a dated source guide for choosing what to verify, not as permission to auto-publish generated docs.

The next step after a shortlist is usually AI Documentation Review or the Build an AI Documentation Assistant workflow.