# One-Shot Prompt

**Topic**: Agentic AI operations in 2026
**Theme**: Corporate Dark
**Generated**: 2026-04-24
**Model**: openai/gpt-5.5

## Prompt

Create a comprehensive 15-slide PowerPoint deck in one shot using PptxGenJS with programmatic visuals only, no external images, and a substantive topic suitable for an AI capability benchmark.

Write a complete ES module script named `generate.mjs` using `pptxgenjs` that generates `presentation.pptx`. The deck topic is **Agentic AI operations in 2026: from prototypes to governed production systems**. Use a Corporate Dark visual style: deep navy title and closing slides, clean light content slides, cyan and violet accents, rounded cards, programmatic charts, tables, timelines, risk matrices, and shape-only iconography. Use Arial throughout. Do not use templates, external images, image URLs, base64 images, or manual assets.

The deck must have exactly 15 slides and follow this slide-by-slide plan:

1. **Title slide**: title, subtitle, date, and “Prepared by openai/gpt-5.5”; dark navy background with cyan and violet geometric accents.
2. **Agenda / overview**: five sections: operating context, data landscape, governance model, implementation patterns, executive takeaways. Use numbered cards.
3. **Context / why this matters**: explain that agentic AI has moved from demo loops into workflow ownership. Include a large statistic callout: “64% of pilots now require production controls before expansion”. Add three context cards.
4. **Key data point**: big display number: “3.7x faster exception triage” with supporting text and an abstract radial visual made from circles and lines.
5. **Market / landscape overview**: column chart with six categories and realistic 2026 adoption-readiness scores: customer support 78, engineering 71, finance ops 64, sales ops 57, HR service delivery 52, legal intake 46.
6. **Breakdown / categories**: doughnut or pie chart showing workload mix: human-approved execution 34, research and synthesis 26, back-office automation 18, engineering assistance 14, autonomous monitoring 8.
7. **Timeline / history**: visual timeline with six milestones from 2022 to 2026: copilots, RAG apps, tool-using agents, workflow agents, governed agents, agent operations layer.
8. **Comparison table**: compare scripts, copilots, workflow agents, and governed agents across autonomy, auditability, failure handling, integration depth, and best use.
9. **Trend analysis**: line chart from 2022 to 2026 with three series: pilots launched, workflows in production, governed deployments.
10. **Case study / example**: realistic enterprise IT service desk agent, with before/after metrics and three process callouts.
11. **Challenges & risks**: risk matrix with likelihood and impact axes. Include prompt drift, tool misuse, stale context, permission creep, user over-trust, and audit gaps.
12. **Opportunities / solutions**: four opportunity cards: policy-as-code, evaluation harnesses, tool permissioning, human escalation design.
13. **Future outlook**: forecast visual for 2026-2028 showing agent operations maturity rising from monitored tasks to governed multi-agent portfolios.
14. **Key takeaways**: five numbered takeaways with icon-like circles and concise statements.
15. **Thank you / Q&A**: dark closing slide, contact placeholder, subtle branded shape system, and a final line: “Build agents like production systems, not demos.”

Technical requirements:

- Define `COLORS`, `FONTS`, and all chart/table/timeline data as constants at the top.
- Use `pres.layout = "LAYOUT_16X9"` or equivalent widescreen layout.
- Every slide must contain at least one visual element: chart, card, table, timeline, callout, icon-like shape, connector, matrix, or forecast visual.
- Use consistent margins, slide titles, footers, and page numbers.
- Use PptxGenJS shapes, lines, text, charts, and tables only.
- Add speaker notes to every slide with 2-3 talking points and a transition phrase.
- Make the script runnable with `npm install pptxgenjs && node generate.mjs`.
- Generate `presentation.pptx` in the current working directory.

## Notes

- Programmatic visual techniques: shape-only iconography, rounded cards, native PptxGenJS charts, timeline connectors, and a risk matrix built from rectangles.
- How to run: `npm install pptxgenjs && node generate.mjs`
- Output filename: `presentation.pptx`
