Skip to content

Commit b191af9

Browse files
committed
Update slides.md
1 parent 4b97974 commit b191af9

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

slides.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,50 @@ transition: fade
612612
</div>
613613
</div>
614614

615+
---
616+
617+
# Apply These Lessons to the Business
618+
619+
<div class="grid grid-cols-2 gap-4 mt-4">
620+
621+
<v-click>
622+
<div class="bg-blue-50 dark:bg-blue-900 p-4 rounded-lg">
623+
<h3 class="font-bold text-lg text-blue-700 dark:text-blue-300">A. Streamlining Our Processes</h3>
624+
<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>
625+
<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>
626+
</div>
627+
</v-click>
628+
629+
<v-click>
630+
<div class="bg-green-50 dark:bg-green-900 p-4 rounded-lg">
631+
<h3 class="font-bold text-lg text-green-700 dark:text-green-300">B. Evaluating & Integrating Tools</h3>
632+
<p class="mt-2 text-sm">Creating a framework for evaluating AI tools based on your specific needs, security requirements, and integration capabilities.</p>
633+
<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>
634+
</div>
635+
</v-click>
636+
637+
</div>
638+
639+
<div class="grid grid-cols-2 gap-4 mt-4">
640+
641+
<v-click>
642+
<div class="bg-purple-50 dark:bg-purple-900 p-4 rounded-lg">
643+
<h3 class="font-bold text-lg text-purple-700 dark:text-purple-300">C. Upskilling Our Teams</h3>
644+
<p class="mt-2 text-sm">Developing a training program for product and development teams to effectively leverage AI tools and prompt engineering.</p>
645+
<div class="mt-2 text-xs font-medium text-purple-700 dark:text-purple-300">Example: Lunch & learn sessions on prompt crafting</div>
646+
</div>
647+
</v-click>
648+
649+
<v-click>
650+
<div class="bg-amber-50 dark:bg-amber-900 p-4 rounded-lg">
651+
<h3 class="font-bold text-lg text-amber-700 dark:text-amber-300">D. Measuring Impact</h3>
652+
<p class="mt-2 text-sm">Establishing KPIs to measure the effectiveness of AI tools on development velocity, quality, and team satisfaction.</p>
653+
<div class="mt-2 text-xs font-medium text-amber-700 dark:text-amber-300">Example: Compare sprint velocity before and after implementation</div>
654+
</div>
655+
</v-click>
656+
657+
</div>
658+
615659
---
616660
layout: center
617661
class: text-center
@@ -678,5 +722,4 @@ layout: end
678722

679723
# Thank You
680724

681-
Questions?
682725
Questions?

0 commit comments

Comments
 (0)