# The Multivac — Evaluation Report

**Evaluation ID:** EVAL-20260402-133517
**Date:** Apr 02, 2026
**Category:** code
**Question ID:** CODE-016

---

## Question

Given these hex dumps of network packets and their known meanings, reverse-engineer the binary protocol format and write a parser.

Packet 1 (Login): 4d 56 01 00 0c 68 65 6c 6c 6f 5f 77 6f 72 6c 64 00 00 00 05 61 64 6d 69 6e
Known: username="hello_world", password="admin"

Packet 2 (Login): 4d 56 01 00 08 74 65 73 74 75 73 65 72 00 00 00 04 70 61 73 73
Known: username="testuser", password="pass"

Packet 3 (Message): 4d 56 02 00 05 68 65 6c 6c 6f 00 00 00 01
Known: message="hello", room_id=1

Write the protocol specification and a Python parser/serializer.

---

## Winner

**GPT-5.4** (openrouter)
- Winner Score: 9.19
- Matrix Average: 6.03
- Total Judgments: 71

---

## Rankings

| Rank | Model | Provider | Avg Score | Judgments |
|------|-------|----------|-----------|----------|
| 1 | GPT-5.4 | openrouter | 9.19 | 8 |
| 2 | MiMo-V2-Flash | Xiaomi | 6.87 | 9 |
| 3 | DeepSeek V4 | openrouter | 6.81 | 8 |
| 4 | Grok 4.20 | openrouter | 6.64 | 8 |
| 5 | Gemini 3 Flash Preview | Google | 6.54 | 8 |
| 6 | MiniMax M2.5 | openrouter | 6.33 | 9 |
| 7 | Claude Opus 4.6 | openrouter | 4.84 | 8 |
| 8 | Claude Sonnet 4.6 | openrouter | 4.26 | 6 |
| 9 | Gemini 3.1 Pro | openrouter | 2.77 | 7 |

---

## 10×10 Judgment Matrix

Rows = Judge, Columns = Respondent. Self-judgments excluded (—).

| Judge ↓ / Resp → | Gemini 3.1 Pro | DeepSeek V4 | GPT-5.4 | Claude Opus | Claude Sonnet | Grok 4.20 | GPT-OSS-120B | Gemini 3 | MiniMax M2.5 | MiMo-V2-Flash |
|---|---|---|---|---|---|---|---|---|---|---|
| Gemini 3.1 Pro | — | 5.8 | 9.8 | 4.0 | · | 5.3 | · | 6.3 | 4.3 | 5.2 |
| DeepSeek V4 | 5.0 | — | 9.6 | 7.3 | 5.5 | 9.3 | · | 8.8 | 8.6 | 8.8 |
| GPT-5.4 | 0.7 | 4.3 | — | 2.3 | 1.4 | 3.4 | · | 5.2 | 3.3 | 4.0 |
| Claude Opus | · | 5.8 | 8.3 | — | 2.5 | 6.3 | · | 6.0 | 6.9 | 6.0 |
| Claude Sonnet | 1.4 | 6.0 | 9.0 | 5.6 | — | 5.5 | · | 4.8 | 7.0 | 8.1 |
| Grok 4.20 | 3.3 | 5.3 | 8.8 | 4.8 | 4.5 | — | · | · | 4.8 | 8.4 |
| GPT-OSS-120B | 2.9 | · | 9.1 | 3.9 | · | 5.2 | — | 4.2 | 4.6 | 4.2 |
| Gemini 3 | · | 10.0 | 10.0 | 4.0 | 3.5 | 9.6 | · | — | 8.9 | 9.0 |
| MiniMax M2.5 | 1.9 | 8.8 | · | · | · | · | · | 8.6 | — | 8.1 |
| MiMo-V2-Flash | 4.3 | 8.6 | 9.0 | 6.8 | 8.2 | 8.6 | · | 8.6 | 8.6 | — |

---

## Methodology

- **10×10 Blind Peer Matrix:** All models answer the same question, then all models judge all responses.
- **5 Criteria:** Correctness, completeness, clarity, depth, usefulness (each scored 1–10).
- **Self-judgments excluded:** Models do not judge their own responses.
- **Weighted Score:** Composite of all 5 criteria.

---

## Citation

The Multivac (2026). Blind Peer Evaluation: CODE-016. app.themultivac.com

## License

Open data. Free to use, share, and build upon. Please cite The Multivac when using this data.

Download raw JSON: https://app.themultivac.com/api/evaluations/EVAL-20260402-133517/results
Full dataset: https://app.themultivac.com/dashboard/export
