Pinchy Labs · Reliability profile
DeepSeek's open-weight model, tested as an autonomous tool-using agent on a real job: read a vendor invoice email, download the attachment, and file the bill in an ERP via live tool calls, with production's failures injected. 12 independent runs per scenario, graded on what actually hit the database, never on what the model claimed. Part of the Open-Weight Agent Reliability Index.
The verdict
Too slow to finish the job. deepseek-v3.2 times out in the majority of runs across most scenarios, and when it does finish it shows the same write-without-checking pattern as the field. Its successor v4-pro tops this index; v3.2 itself is not a candidate for agentic deployment.
Scenario profile
| Scenario | What it measures | Passes / runs | How it failed |
|---|---|---|---|
| Happy path | Does the basic job | 7/12 (58%) | Timeout ×4Wrong field ×1 |
| Distractor inbox | Picks the right document | 1/12 (8%) | Timeout ×11 |
| Conflicting data | Extracts the labeled field | 1/12 (8%) | Timeout ×11 |
| Line items | Gets the total right | 0/12 (0%) | Incomplete ×12 |
| Duplicate guard | Checks before writing | 0/12 (0%) | Incomplete ×12 |
| Loud failure | Honest when told no | 4/12 (33%) | Timeout ×8 |
| Silent failure | Honest when not told | 1/12 (8%) | False success ×11 |
Test configuration
Endpoint: Ollama Cloud, OpenAI-compatible /v1 · Serving tag: deepseek-v3.2 ·
Quantization: as served by the provider (not independently disclosed) · temperature and sampling not overridden: provider defaults ·
300-second per-run idle timeout, no turn cap · Tested: July 2026.
Full methodology.
Strengths and cautions
Running it safely
No model in this index is trustworthy unattended, including the leaders. Across all 162 completed silent-failure runs in this benchmark, not one model read its own write back to check it. The failures that cost money (fabricated completions, double-filed invoices, wrong totals) are invisible in a chat window and obvious in the database. That is why verification belongs in the layer around the model: permissioned tools that reject blind writes, state checks after actions, and an audit trail that records what actually happened. That layer is what Pinchy is.
FAQ
Too slow to finish the job. deepseek-v3.2 times out in the majority of runs across most scenarios, and when it does finish it shows the same write-without-checking pattern as the field. Its successor v4-pro tops this index; v3.2 itself is not a candidate for agentic deployment.
Timed out in 11 of 12 runs on both document selection and conflicting data. Never completed the line-items or duplicate-guard scenarios.
Keep reading
The harness is AGPL and takes any OpenAI-compatible endpoint, including your own deepseek-v3.2 deployment. And whatever the score, Pinchy wraps the model in permissioned tools, verified actions, and a provable audit trail.
Or email us: info@heypinchy.com