> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 2025 10 06

<Update label="October 6, 2025" description="AI-powered protocol errors, design DOE refactor, and design optimization">
  ## AI-powered error handling for protocols

  Protocol generation now uses AI to interpret and surface errors, making it easier to diagnose and fix issues without digging through raw logs. The overall protocol creation UX has also been streamlined.

  ## Design parameter DOE refactor

  The design parameter screen has been reworked to deliver a more classical design-of-experiments experience, making it easier to set up and manage parameter sweeps.

  [Find out more →](/simulate/simulations#design-parameters)

  ## Design optimization framework

  The pipeline now includes a full design optimization framework with validation, error handling, and penalty mechanisms. Three example notebooks — fast charging, thickness-constrained capacity, and discharge capacity — are available to get started quickly.

  [Find out more →](/optimize/overview)

  <AccordionGroup>
    <Accordion title="Studio">
      **Improvements**

      * Improved error handling in experiment templates.
    </Accordion>

    <Accordion title="Pipeline">
      **Improvements**

      * Added design optimization parser for pipeline configurations.
      * Added cross-validated regression methods.
      * Added support for converting experiment configs into PyBaMM Experiment objects with parameter kwargs.
      * Added phase option to `InitialSOCHalfCell`.
      * Added support for the "lumped" electrode type in interpolant calculations.
      * Improved initial stoichiometry calculations to better account for initial temperature.
      * Simplified parameter normalization for more consistent optimization behavior.

      **Fixes**

      * Fixed entropic change export bug in OCP interpolant.
    </Accordion>
  </AccordionGroup>
</Update>
