Skip to content

Commit 1f8568a

Browse files
committed
Update slides.md
1 parent 0f0ae65 commit 1f8568a

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

slides.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -460,39 +460,43 @@ transition: fade
460460

461461
---
462462

463-
# V. Applying to Your Business
463+
# V. Apply These Lessons to the Business
464464

465-
<div class="grid grid-cols-2 gap-8 mt-6">
465+
<div class="grid grid-cols-2 gap-4 mt-4">
466466

467467
<v-click>
468-
<div class="bg-blue-50 dark:bg-blue-900 p-6 rounded-lg">
469-
<h3 class="font-bold text-xl text-blue-700 dark:text-blue-300">A. Streamlining Your Processes</h3>
470-
<p class="mt-2">Identifying specific processes in your workflow that could benefit from AI tools: requirements documentation, code reviews, testing, and deployment.</p>
471-
<div class="mt-4 text-sm font-medium text-blue-700 dark:text-blue-300">Example: Using AI to generate test cases based on user stories</div>
468+
<div class="bg-blue-50 dark:bg-blue-900 p-4 rounded-lg">
469+
<h3 class="font-bold text-lg text-blue-700 dark:text-blue-300">A. Streamlining Your Processes</h3>
470+
<p class="mt-2 text-sm">Identifying specific processes in your workflow that could benefit from AI tools: requirements documentation, code reviews, testing, and deployment.</p>
471+
<div class="mt-2 text-xs font-medium text-blue-700 dark:text-blue-300">Example: Using AI to generate test cases based on user stories</div>
472472
</div>
473473
</v-click>
474474

475475
<v-click>
476-
<div class="bg-green-50 dark:bg-green-900 p-6 rounded-lg">
477-
<h3 class="font-bold text-xl text-green-700 dark:text-green-300">B. Evaluating & Integrating Tools</h3>
478-
<p class="mt-2">Creating a framework for evaluating AI tools based on your specific needs, security requirements, and integration capabilities.</p>
479-
<div class="mt-4 text-sm font-medium text-green-700 dark:text-green-300">Example: Pilot of GitHub Copilot for a sprint cycle</div>
476+
<div class="bg-green-50 dark:bg-green-900 p-4 rounded-lg">
477+
<h3 class="font-bold text-lg text-green-700 dark:text-green-300">B. Evaluating & Integrating Tools</h3>
478+
<p class="mt-2 text-sm">Creating a framework for evaluating AI tools based on your specific needs, security requirements, and integration capabilities.</p>
479+
<div class="mt-2 text-xs font-medium text-green-700 dark:text-green-300">Example: Pilot of GitHub Copilot for a sprint cycle</div>
480480
</div>
481481
</v-click>
482482

483+
</div>
484+
485+
<div class="grid grid-cols-2 gap-4 mt-4">
486+
483487
<v-click>
484-
<div class="bg-purple-50 dark:bg-purple-900 p-6 rounded-lg">
485-
<h3 class="font-bold text-xl text-purple-700 dark:text-purple-300">C. Upskilling Your Teams</h3>
486-
<p class="mt-2">Developing a training program for product and development teams to effectively leverage AI tools and prompt engineering.</p>
487-
<div class="mt-4 text-sm font-medium text-purple-700 dark:text-purple-300">Example: Lunch & learn sessions on prompt crafting</div>
488+
<div class="bg-purple-50 dark:bg-purple-900 p-4 rounded-lg">
489+
<h3 class="font-bold text-lg text-purple-700 dark:text-purple-300">C. Upskilling Your Teams</h3>
490+
<p class="mt-2 text-sm">Developing a training program for product and development teams to effectively leverage AI tools and prompt engineering.</p>
491+
<div class="mt-2 text-xs font-medium text-purple-700 dark:text-purple-300">Example: Lunch & learn sessions on prompt crafting</div>
488492
</div>
489493
</v-click>
490494

491495
<v-click>
492-
<div class="bg-amber-50 dark:bg-amber-900 p-6 rounded-lg">
493-
<h3 class="font-bold text-xl text-amber-700 dark:text-amber-300">D. Measuring Impact</h3>
494-
<p class="mt-2">Establishing KPIs to measure the effectiveness of AI tools on development velocity, quality, and team satisfaction.</p>
495-
<div class="mt-4 text-sm font-medium text-amber-700 dark:text-amber-300">Example: Compare sprint velocity before and after implementation</div>
496+
<div class="bg-amber-50 dark:bg-amber-900 p-4 rounded-lg">
497+
<h3 class="font-bold text-lg text-amber-700 dark:text-amber-300">D. Measuring Impact</h3>
498+
<p class="mt-2 text-sm">Establishing KPIs to measure the effectiveness of AI tools on development velocity, quality, and team satisfaction.</p>
499+
<div class="mt-2 text-xs font-medium text-amber-700 dark:text-amber-300">Example: Compare sprint velocity before and after implementation</div>
496500
</div>
497501
</v-click>
498502

0 commit comments

Comments
 (0)