diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx
index 2206d116750..fd8f43416fe 100644
--- a/docs/guides/latest-updates.mdx
+++ b/docs/guides/latest-updates.mdx
@@ -16,8 +16,16 @@ in_page_toc_max_heading_level: 2
Keep up with the latest and greatest from Qiskit and IBM Quantum®!
-For all product announcements, visit the [notifications](/notifications) page on IBM Quantum Platform.
+
+- *5 June 2026:* **Support for the Store instruction on IBM® QPUs** - Now you can simplify complex classical computations in your quantum circuits with the Store instruction. [*Read more*](#store-instruction)
+---
+- *29 May 2026:* **Qiskit Code Assistant service discontinued** - The preview service has been discontinued and the Visual Studio Code and JupyterLab extensions have been archived. [*Read more*](#qca-sunset)
+---
+- *28 May 2026:* **New Classroom Accounts** - Professors can now request a Classroom Account to manage and facilitate access for their students. With Classroom Accounts, students can use Open Plan resources without needing to provide personal credit card information. [*Read more*](#classroom-accounts)
+---
+- *18 May 2026:* **Introducing the Executor primitive** - We're excited to announce the release of the new `Executor` primitive and a new version of the noise-learning helper class, `NoiseLearnerV3`, both of which were first previewed at QDC 2025. [*Read more*](#executor-primitive)
+
Jump to [IBM Quantum Platform](#latest-platform) | [Qiskit SDK](#latest-qiskit-sdk) | [Qiskit Runtime client](#latest-qiskit-runtime) | [Qiskit Runtime service](#latest-runtime-service) | [Qiskit Transpiler Service](#latest-qiskit-transpiler-service) | [Qiskit addons](#latest-qiskit-addons) | [Qiskit Functions](#latest-qiskit-functions) | [Qiskit Code Assistant](#latest-qca)
@@ -30,6 +38,7 @@ This section summarizes the recent enhancements and new features for the new [IB
### May 2026
+
- **Support for the [Store](/docs/api/qiskit/circuit#store) instruction on IBM® QPUs** - Now you can simplify complex classical computations in your quantum circuits with the Store instruction.
- Compute a classical expression mid-circuit and save the result to a variable or register, which can then immediately control subsequent quantum gates. Instead of deeply nested inline expressions, you can break computations into named intermediate steps, so that complex classical feedback logic is easier to read and maintain. **Common use cases** include the following:
@@ -42,6 +51,7 @@ This section summarizes the recent enhancements and new features for the new [IB
*Note that before submitting jobs, you should verify compatibility with each primitive's options in the documentation*: [Sampler options](/docs/guides/sampler-options) | [Estimator options](/docs/guides/estimator-options) | [Executor options](/docs/guides/executor-options)
+
- **New Classroom Accounts**: Professors can now request a [Classroom Account](/docs/guides/classroom-accounts) to manage and facilitate access for their students. With Classroom Accounts, students can use Open Plan resources without needing to provide personal credit card information.
@@ -399,6 +409,7 @@ Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiski
### April 2026
+
- **Introducing the Executor primitive**: We're excited to announce the release of the new `Executor` primitive and a new version of the noise-learning helper class, `NoiseLearnerV3`, both of which were first previewed at QDC 2025.
Together with [Samplomatic](https://qiskit.github.io/samplomatic/index.html), they make up the [directed execution model](/docs/guides/directed-execution-model), which provides full transparency and control to fine-tune your error mitigation workflow. The [Probabilistic error cancellation with shaded lightcones](https://qiskit.github.io/qiskit-addon-slc/tutorials/01_getting_started.html) tutorial, for example, demonstrates how this model is used to combine advanced techniques, including shaded lightcones, probabilistic error cancellation (PEC), Twirled Readout Error eXtinction (TREX), and [measurement-based postselection](/docs/guides/post-selection), to further improve the result quality.
@@ -651,6 +662,7 @@ To get started, explore the [Qiskit Functions documentation](/docs/guides/functi
## Qiskit Code Assistant
+
### 29 May 2026
- **Qiskit Code Assistant service discontinued** - The preview service has been discontinued and the Visual Studio Code and JupyterLab extensions have been archived.