Skip to content

Commit 7c81b66

Browse files
making AI insight lowercase
1 parent 7305a1b commit 7c81b66

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ learning_objectives:
1111
- Configure the Arm Performix MCP server for the Codex extension in VS Code.
1212
- Verify that Codex can access Arm Performix recipes, targets, and runs.
1313
- Create or select a supported Code Hotspots run.
14-
- Generate an AI Insight and validate its recommendations against profile evidence.
14+
- Generate an AI insight and validate its recommendations against profile evidence.
1515

1616
prerequisites:
1717
- Arm Performix version 2026.2.5 or later installed. For installation and target setup instructions, see the [Arm Performix install guide](/install-guides/performix/).
@@ -55,10 +55,10 @@ generated_summary_faq:
5555
enough samples.
5656
- question: How do I make sure Codex uses the exact profile I want?
5757
answer: >-
58-
Request the AI Insight using the run ID. If you don’t know it, ask Codex to list supported
58+
Request the AI insight using the run ID. If you don’t know it, ask Codex to list supported
5959
Code Hotspots runs with IDs, targets, workloads, and creation times. Then, select the correct
6060
ID.
61-
- question: What should I check to validate an AI Insight against the profile?
61+
- question: What should I check to validate an AI insight against the profile?
6262
answer: >-
6363
Open the same run in Arm Performix and inspect the **Flame graph**, **Functions**, **Call Stack**,
6464
**Source**, and **Disassembly** views. Confirm that the cited functions, call paths, and sample percentages

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/configure_mcp_codex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If Codex returns Performix recipes or runs, the end-to-end connection works. An
123123
Next, ask Codex to identify runs that support the insight workflow:
124124

125125
```text
126-
List the Arm Performix Code Hotspots runs that can be used to generate an AI Insight. Include the run ID and enough workload and target details for me to choose the correct run.
126+
List the Arm Performix Code Hotspots runs that can be used to generate an AI insight. Include the run ID and enough workload and target details for me to choose the correct run.
127127
```
128128

129129
Record the run ID you want to analyze. A run name can be changed and might not be unique, so use the run ID in later prompts.
@@ -171,7 +171,7 @@ Use the Arm Performix MCP server to list the available Arm Performix runs.
171171
For a specific run:
172172

173173
```text
174-
Use Arm Performix to generate an AI Insight for run ID "<run-id>".
174+
Use Arm Performix to generate an AI insight for run ID "<run-id>".
175175
```
176176

177177
If you have several MCP servers, an ambiguous prompt such as `give me insights` might not select Arm Performix.

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/generate_ai_insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use Arm Performix to list supported Code Hotspots runs. Include the run ID, targ
2222
Request an insight for the selected run:
2323

2424
```text
25-
Use Arm Performix to generate an AI Insight for run ID "<run-id>". Identify the highest-impact finding, cite the profile evidence that supports it, and suggest the first investigation or optimization step. State any missing evidence or uncertainty.
25+
Use Arm Performix to generate an AI insight for run ID "<run-id>". Identify the highest-impact finding, cite the profile evidence that supports it, and suggest the first investigation or optimization step. State any missing evidence or uncertainty.
2626
```
2727

2828
Replace `<run-id>` with the ID returned by Arm Performix.

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/open-in-performix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ For a before-and-after comparison, keep the workload, target, input, thread coun
2424

2525
## What you've accomplished
2626

27-
You've now configured the Arm Performix MCP server, selected or created a Code Hotspots run, generated an AI Insight, and checked its recommendation against the profile.
27+
You've now configured the Arm Performix MCP server, selected or created a Code Hotspots run, generated an AI insight, and checked its recommendation against the profile.
2828

2929
You can continue with the [Arm Performix getting-started video](https://youtu.be/_eX8ZpNT0kc) to explore the graphical workflow.

0 commit comments

Comments
 (0)