Retrospective LLM-Based Complexity Evaluations

Retrospective Fork Evaluation

Cancun / Dencun

5 Execution Layer EIPs were included by the evaluation cutoff, with a predicted complexity score sum of 126. Another 1 EIP was added later, contributing 9 to the final-scope total of 135.

Scope timing: The primary retrospective prediction includes only EIPs present by the evaluation cutoff. The later additions remain assessed and reported separately: EIP-7516 (+9).
EIPs by cutoff
5
score 126
Added after cutoff
1
+9 · final scope 135
Under-specified at cutoff
5 / 6
Human checklists
Not available
No human complexity assessments were produced for this fork.

Where the Complexity Comes From

Each segment sums one criterion across the fork's scored LLM assessments. Hover or focus a segment for its points, share, and the number of contributing EIPs.

View
By cutoff126 points · 5 EIPs
Added later9 points · 1 EIP
Composition table: points per criterion and fork
Cancun / Dencun: criterion points included by the cutoff and added afterward
CriterionBy cutoffAdded later
Added opcodes6 · 5% · 4 EIPs1 · 11% · 1 EIP
Modified opcodes3 · 2% · 1 EIP0
Added precompiles1 · 1% · 1 EIP0
Added system contracts2 · 2% · 1 EIP0
EVM Gas rule changes6 · 5% · 4 EIPs1 · 11% · 1 EIP
State-access ordering within opcode execution2 · 2% · 1 EIP0
Blob gas accounting changes3 · 2% · 1 EIP0
New transaction types3 · 2% · 1 EIP0
New or modified transaction validity mechanisms3 · 2% · 1 EIP0
New block / header fields6 · 5% · 2 EIPs0
Encoding changes (RLP/SSZ)6 · 5% · 2 EIPs0
Block syncing changes3 · 2% · 2 EIPs0
New fork activation mechanism3 · 2% · 1 EIP0
Engine API changes2 · 2% · 2 EIPs0
Transition-tool interface changes4 · 3% · 2 EIPs0
Patterns affecting pre-existing tests9 · 7% · 5 EIPs1 · 11% · 1 EIP
New invariant on pre-existing tests4 · 3% · 2 EIPs0
New test-framework primitives3 · 2% · 2 EIPs0
Security risks11 · 9% · 5 EIPs1 · 11% · 1 EIP
Performance risks10 · 8% · 5 EIPs0
Edge/boundary conditions15 · 12% · 5 EIPs1 · 11% · 1 EIP
Cryptography4 · 3% · 2 EIPs0
Cross-EIP interactions8 · 6% · 4 EIPs2 · 22% · 1 EIP
Unspecified behavior requiring cross-client consensus9 · 7% · 4 EIPs2 · 22% · 1 EIP
Total1269

Complexity Assessments

LLM rows were automated using the GPT-5.6 Sol LLM at xhigh reasoning effort, evaluating the EIP revision linked in the Assessment Input column against version 2 of STEEL’s complexity-assignment template. Human rows are STEEL reviewers’ published checklists; their status badge links to the pull request or merged report. Select rows from either evaluator to compare them, or open an EIP for its full assessment.

Evaluator
6 assessments: 6 LLM, 0 Human
Cancun / Dencun complexity assessments, one row per evaluator
Select for comparisonComplexity profile
EIP-1153 Transient storage opcodesIncluded by cutoffLLMChecklist v2Complete15MediumYes
EIP-4788 Beacon block root in the EVMIncluded by cutoffLLMChecklist v2Complete38HighYes
EIP-4844 Shard Blob TransactionsIncluded by cutoffLLMChecklist v2Complete48HighYes
EIP-5656 MCOPY - Memory copying instructionIncluded by cutoffLLMChecklist v2Complete9LowNo
EIP-6780 SELFDESTRUCT only in same transactionIncluded by cutoffLLMChecklist v2Complete16MediumYes
EIP-7516 BLOBBASEFEE opcodeAdded after cutoffLLMChecklist v2Complete9LowYes

How the Historical Refs Were Selected

These timelines support the assessment table by showing the fork chronology and the revision and inclusion history used to choose each input. They are process evidence, not additional complexity results. Each chart has its own time axis; horizontal positions should only be compared within a chart.

Fork Milestones and Relevant Devnets

Fork-level scope, devnet, testnet, and activation milestones on an independent time axis.

EIP Revision Histories and Selected Assessment Refs

The main purpose of this panel is to show where the selected assessment ref (REF) falls in each EIP’s revision history. The other traces and markers provide context for that selection. Every EIP row uses the same date scale, shown once above the panel.

Aligned EIP revision histories, inclusion-state transitions, selected assessment refs, and the fork evaluation cutoff on one shared time axis.
Criterion legend and glossary

Every stacked bar, comparison matrix, and criterion table on this site uses the same criterion colours, abbreviations, and order. Colour marks the criterion group; the abbreviation and name identify the criterion. Scores are 0–3 per criterion (4 is exceptional; cross-EIP interactions is uncapped).

EVM surface

Opcodes, precompiles, and system contracts that are added or modified.

  • Added opcodes
    Introduces new opcodes
  • Modified opcodes
    Modifies pre-existing opcodes
  • Added precompiles
    Introduces new precompiles
  • Modified precompiles
    Modifies pre-existing precompiles logic or gas-accounting
  • Added system contracts
    Introduces new system contract, stateful or not
  • Modified system contracts
    Modifies pre-existing system contracts

Gas and accounting

Execution, blob, and state gas rules, refunds, and where charges happen inside opcodes.

  • EVM Gas rule changes
    New EVM gas accounting rules
  • State-access ordering within opcode execution · Checklist revision 2 only
    Changes *where inside an opcode's execution* state is accessed, or where gas is charged relative to that access. Because a state access is recorded in the block-level access list only if execution had enough gas to reach it, this ordering is consensus-critical: moving it changes the BAL at every gas boundary of every affected opcode.
  • Blob gas accounting changes
    New Blob gas accounting rules which potentially affect pre-existing tests
  • State gas accounting changes · Checklist revision 2 only
    New state gas accounting rules. State gas is the cost of *writing* state, as opposed to accessing or executing it: `StateGasCosts`, `COST_PER_STATE_BYTE`, the block-level state gas budget, and the spill path into execution gas.
  • New EVM gas refund
    New gas-refund mechanism

Blocks, transactions, and encoding

Transaction types and validity, block and header fields, encodings, syncing, and activation-time changes.

  • New transaction types
    Introduces a new transaction type
  • New or modified transaction validity mechanisms
    Creates new or modifies pre-existing transaction types' validation mechanisms
  • New block / header fields
    Introduces new block or block header fields
  • Encoding changes (RLP/SSZ)
    Introduces encoding changes at the transaction/block/interfaces level
  • Block syncing changes
    Modifies block RLP validation mechanisms that require test client syncing.
  • New fork activation mechanism
    Modifies state, internal variables, or similar, at the fork activation block

Client interfaces

Engine API and transition-tool interface changes.

  • Engine API changes
    Introduces new fields to the Engine API directives
  • Engine API encoding changes · Checklist revision 1 only
    Engine API encoding changes (the revision-1 template defines no anchor text for this row).
  • Transition-tool interface changes
    Modifies or adds new fields to the transition tool interface.

Testing impact

Rework, new invariants, and new primitives required in the test framework.

  • Patterns affecting pre-existing tests
    Implements a new validation mechanism or rule that translates in reworking pre-existing tests
  • New invariant on pre-existing tests · Checklist revision 2 only
    Tests that are **not about this EIP** must nonetheless assert something this EIP produces. Their logic does not change; they gain a new thing to check.
  • New test-framework primitives · Checklist revision 2 only
    Requires new abstractions in the test framework itself — expectation types, modifiers, helpers — beyond writing test functions with what already exists.

Risk and validation

Security, performance, boundary conditions, and cryptography that need validation.

  • Security risks
    Introduces or modifies mechanisms that could compromise the security of the chain, users, validators, or other stakeholders, if not implemented properly.
  • Performance risks
    Introduces or modifies mechanisms and requires performance validation.
  • Edge/boundary conditions
    Feature contains edge/boundary conditions.
  • Cryptography
    Introduces new cryptography mechanisms or modifies existing functionality that involves cryptography

Coordination

Cross-EIP interactions and behavior that clients must agree on before tests exist.

  • Cross-EIP interactions
    Introduces or modifies mechanisms that affect other EIPs in either the same or past forks.
  • Unspecified behavior requiring cross-client consensus · Checklist revision 2 only
    The EIP text does not determine the answer for cases a test can construct. Clients must agree on a previously unspecified detail before tests can be baselined. The cost here is coordination and re-baselining, not test writing.