Retrospective LLM-Based Complexity Evaluations

Retrospective Fork Evaluation

Osaka / Fusaka

8 Execution Layer EIPs were included by the evaluation cutoff, with a predicted complexity score sum of 105. Another 4 EIPs were added later, contributing 35 to the final-scope total of 140.

Scope timing: The primary retrospective prediction includes only EIPs present by the evaluation cutoff. The later additions remain assessed and reported separately: EIP-7910 (+12), EIP-7934 (+7), EIP-7935 (+10), EIP-7939 (+6).
EIPs by cutoff
8
score 105
Added after cutoff
4
+35 · final scope 140
Under-specified at cutoff
10 / 12
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 cutoff105 points · 8 EIPs
Added later35 points · 4 EIPs
Composition table: points per criterion and fork
Osaka / Fusaka: criterion points included by the cutoff and added afterward
CriterionBy cutoffAdded later
Added opcodes01 · 3% · 1 EIP
Added precompiles1 · 1% · 1 EIP0
Modified precompiles3 · 3% · 2 EIPs0
EVM Gas rule changes3 · 3% · 3 EIPs1 · 3% · 1 EIP
Blob gas accounting changes2 · 2% · 2 EIPs0
New or modified transaction validity mechanisms2 · 2% · 1 EIP0
Encoding changes (RLP/SSZ)6 · 6% · 2 EIPs0
Block syncing changes1 · 1% · 1 EIP1 · 3% · 1 EIP
New fork activation mechanism3 · 3% · 1 EIP3 · 9% · 1 EIP
Patterns affecting pre-existing tests11 · 10% · 8 EIPs2 · 6% · 2 EIPs
New invariant on pre-existing tests1 · 1% · 1 EIP0
New test-framework primitives2 · 2% · 1 EIP0
Security risks13 · 12% · 7 EIPs7 · 20% · 4 EIPs
Performance risks13 · 12% · 7 EIPs6 · 17% · 4 EIPs
Edge/boundary conditions17 · 16% · 8 EIPs6 · 17% · 4 EIPs
Cryptography3 · 3% · 2 EIPs0
Cross-EIP interactions12 · 11% · 7 EIPs3 · 9% · 2 EIPs
Unspecified behavior requiring cross-client consensus12 · 11% · 7 EIPs5 · 14% · 3 EIPs
Total10535

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
12 assessments: 12 LLM, 0 Human
Osaka / Fusaka complexity assessments, one row per evaluator
Select for comparisonComplexity profile
EIP-7594 PeerDAS - Peer Data Availability SamplingIncluded by cutoffLLMChecklist v2Complete24HighYes
EIP-7642 eth/69 - history expiry and simpler receiptsIncluded by cutoffLLMChecklist v2Complete12MediumYes
EIP-7823 Set upper bounds for MODEXPIncluded by cutoffLLMChecklist v2Complete13MediumYes
EIP-7825 Transaction Gas Limit CapIncluded by cutoffLLMChecklist v2Complete8LowYes
EIP-7883 ModExp Gas Cost IncreaseIncluded by cutoffLLMChecklist v2Complete8LowNo
EIP-7892 Blob Parameter Only HardforksIncluded by cutoffLLMChecklist v2Complete18MediumYes
EIP-7910 eth_config JSON-RPC MethodAdded after cutoffLLMChecklist v2Complete12MediumYes
EIP-7918 Blob base fee bounded by execution costIncluded by cutoffLLMChecklist v2Complete11LowYes
EIP-7934 RLP Execution Block Size LimitAdded after cutoffLLMChecklist v2Complete7LowYes
EIP-7935 Set default gas limit to 60MAdded after cutoffLLMChecklist v2Complete10LowYes
EIP-7939 Count leading zeros (CLZ) opcodeAdded after cutoffLLMChecklist v2Complete6LowNo
EIP-7951 Precompile for secp256r1 Curve SupportIncluded by cutoffLLMChecklist v2Complete11LowYes

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.