StressingLLMs OpenCode Benchmark Results
Models analyze generated binaries whose deterministic state transformations become more complex as the round count increases. Results show observed reach, runtime, token use, cost, and exact grading evidence. Some frontier-model campaigns ended because they were expensive, and I’d rather spend the money elsewhere. Their capability boundaries are incomplete, but estimates are provided.
Each fixture embeds a known plaintext behind deterministic state mixing and XOR decryption. For example, fx_r0068_sl0016_sp0000_dwarf requires the model to understand 68 transformation rounds and reproduce the recovery logic—not merely guess the message.
open ELF in Ghidra // inspect functions, data, and control flowtrace 68 mixing rounds // recover state updates and XOR key streamwrite standalone Python // reproduce decryption outside Ghidraexecute in sandbox // compare output with expected plaintextExploratory use: The author created this page to examine campaign data and identify patterns. Its comparisons and estimates should not be treated as absolute model rankings or definitive capability measurements.
Observed reach
Highest verified round in each campaign—not necessarily a capability limit.
Outcome breakdown
Current attempts in this selection.
The round map
Rounds run downward; models run across. Select a block to open its evidence.
Time under stress
Recorded attempt runtime as round complexity increases.
Cost under stress
Cost reported by OpenCode's completed model steps as round complexity increases.
Estimated single-attempt resources
Assuming each model continues completing attempts without failing, compare estimated runtime, workflow tokens, or OpenCode cost for one fixture.
Attempt explorer
Submissions, execution traces, token usage, and the records behind each result.
What this benchmark measures
01 Recovery, end to end
Generated C fixtures mix state through deterministic transformation rounds and XOR-decrypt a message. A model uses Ghidra tools and submits Python. The grader runs fenced code in a no-network sandbox; any executed block printing the expected plaintext yields a pass. This measures the model and its tool workflow together.
02 Adaptive search, bounded evidence
Most campaigns begin at rounds 1–10, then advance by 2 for ten values, then by 3, and so on; cost-aware campaigns may start later. Two consecutive failures trigger integer bisection and can establish a boundary. Runs stopped for cost report only their highest observed pass and must not be read as finding the model's limit.
03 Costs & interrupted work
Costs sum the values emitted by OpenCode in each attempt's completed model-step events. They are closer to provider charges than configured token-price estimates, but may not equal an account balance change if ancillary requests are not part of the stored attempt transcript. Provider errors and interrupted reservations are excluded from graded pass rates.