Skip to content

Commit c96a93d

Browse files
committed
Fix bullet points
1 parent 99b0207 commit c96a93d

File tree

1 file changed

+36
-105
lines changed

1 file changed

+36
-105
lines changed

slides.md

Lines changed: 36 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Building a presentation about AI development tools is like trying to hit a movin
6969
<div>
7070
<h3 class="font-bold text-base mb-2">Recent Developments</h3>
7171
<ul class="text-sm space-y-1">
72-
<li>VSCode & Visual Studio adding agent features</li>
73-
<li>New AI models with improved coding abilities</li>
74-
<li>Tool integration evolving daily via MCP</li>
72+
<li>VSCode & Visual Studio adding agent features</li>
73+
<li>New AI models with improved coding abilities</li>
74+
<li>Tool integration evolving daily via MCP</li>
7575
</ul>
7676
</div>
7777

@@ -296,10 +296,10 @@ class: text-center
296296
<div class="bg-blue-50 dark:bg-blue-900 p-4 rounded-lg max-w-lg text-left">
297297
<h3 class="font-bold mb-2">Demo Focus Areas:</h3>
298298
<ul class="space-y-2">
299-
<li>Real-time code suggestions</li>
300-
<li>Function completion from comments</li>
301-
<li>Context-aware completions</li>
302-
<li>@azure integration example</li>
299+
<li>Real-time code suggestions</li>
300+
<li>Function completion from comments</li>
301+
<li>Context-aware completions</li>
302+
<li>@azure integration example</li>
303303
</ul>
304304
</div>
305305

@@ -364,9 +364,9 @@ class: text-center
364364
<div class="bg-purple-50 dark:bg-purple-900 p-4 rounded-lg max-w-lg text-left">
365365
<h3 class="font-bold mb-2">Demo Focus Areas:</h3>
366366
<ul class="space-y-2">
367-
<li>Agent Mode making multi-file changes</li>
368-
<li>Terminal command execution</li>
369-
<li>Complex problem solving with context</li>
367+
<li>Agent Mode making multi-file changes</li>
368+
<li>Terminal command execution</li>
369+
<li>Complex problem solving with context</li>
370370
</ul>
371371
</div>
372372
</div>
@@ -422,9 +422,9 @@ class: text-center
422422
<div class="bg-green-50 dark:bg-green-900 p-4 rounded-lg max-w-lg text-left">
423423
<h3 class="font-bold mb-2">Demo Focus Areas:</h3>
424424
<ul class="space-y-2">
425-
<li>Creating a complete app from a text prompt</li>
426-
<li>Exploring the generated codebase</li>
427-
<li>Deployment and hosting</li>
425+
<li>Creating a complete app from a text prompt</li>
426+
<li>Exploring the generated codebase</li>
427+
<li>Deployment and hosting</li>
428428
</ul>
429429
</div>
430430
</div>
@@ -447,40 +447,19 @@ layout: default
447447
<div>
448448
<h3 class="font-bold text-base mb-2">Key Capabilities</h3>
449449
<ul class="text-sm space-y-2">
450-
<li class="flex items-start">
451-
<span class="text-blue-500 mr-2">→</span>
452-
<span><strong>Tool Usage</strong> — Functions, APIs, services</span>
453-
</li>
454-
<li class="flex items-start">
455-
<span class="text-blue-500 mr-2">→</span>
456-
<span><strong>File System</strong> — Read, write, manage files</span>
457-
</li>
458-
<li class="flex items-start">
459-
<span class="text-blue-500 mr-2">→</span>
460-
<span><strong>Web Interaction</strong> — Browse, screenshots</span>
461-
</li>
450+
<li>Tool Usage — Functions, APIs, services</li>
451+
<li>File System — Read, write, manage files</li>
452+
<li>Web Interaction — Browse, screenshots</li>
462453
</ul>
463454
</div>
464455

465456
<div>
466457
<h3 class="font-bold text-base mb-2">Real-World Applications</h3>
467458
<ul class="text-sm space-y-2">
468-
<li class="flex items-start">
469-
<span class="text-purple-500 mr-2">→</span>
470-
<span><strong>Development</strong> — Terminal, repo management</span>
471-
</li>
472-
<li class="flex items-start">
473-
<span class="text-green-500 mr-2">→</span>
474-
<span><strong>Integration</strong> — Databases, APIs, services</span>
475-
</li>
476-
<li class="flex items-start">
477-
<span class="text-amber-500 mr-2">→</span>
478-
<span><strong>Automation</strong> — Workflows, CI/CD pipelines</span>
479-
</li>
480-
<li class="flex items-start">
481-
<span class="text-red-500 mr-2">→</span>
482-
<span><strong>Analysis</strong> — Performance, accessibility</span>
483-
</li>
459+
<li>Development — Terminal, repo management</li>
460+
<li>Integration — Databases, APIs, services</li>
461+
<li>Automation — Workflows, CI/CD pipelines</li>
462+
<li>Analysis — Performance, accessibility</li>
484463
</ul>
485464
</div>
486465
</div>
@@ -579,44 +558,20 @@ transition: fade
579558
<div class="bg-green-50 dark:bg-green-900 p-4 rounded-lg">
580559
<h3 class="font-bold text-lg text-green-700 dark:text-green-300">Generative AI Code Tools</h3>
581560
<ul class="mt-2 space-y-2">
582-
<li class="flex items-start">
583-
<span class="text-green-500 mr-2">✓</span>
584-
<div class="text-sm"><strong>Full Code Ownership</strong> — Generated code belongs to you, not locked to any platform</div>
585-
</li>
586-
<li class="flex items-start">
587-
<span class="text-green-500 mr-2">✓</span>
588-
<div class="text-sm"><strong>Standard Languages & Frameworks</strong> — Uses industry standard technologies</div>
589-
</li>
590-
<li class="flex items-start">
591-
<span class="text-green-500 mr-2">✓</span>
592-
<div class="text-sm"><strong>Unlimited Customization</strong> — Modify any part of the code without restrictions</div>
593-
</li>
594-
<li class="flex items-start">
595-
<span class="text-green-500 mr-2">✓</span>
596-
<div class="text-sm"><strong>Future-Proof</strong> — No vendor lock-in means easy migration and maintenance</div>
597-
</li>
561+
<li>Full Code Ownership — Generated code belongs to you, not locked to any platform</li>
562+
<li>Standard Languages & Frameworks — Uses industry standard technologies</li>
563+
<li>Unlimited Customization — Modify any part of the code without restrictions</li>
564+
<li>Future-Proof — No vendor lock-in means easy migration and maintenance</li>
598565
</ul>
599566
</div>
600567

601568
<div class="bg-red-50 dark:bg-red-900 p-4 rounded-lg">
602569
<h3 class="font-bold text-lg text-red-700 dark:text-red-300">Traditional Low/No-Code Tools</h3>
603570
<ul class="mt-2 space-y-2">
604-
<li class="flex items-start">
605-
<span class="text-red-500 mr-2">✗</span>
606-
<div class="text-sm"><strong>Platform Lock-In</strong> — Solutions tied to specific vendor platforms</div>
607-
</li>
608-
<li class="flex items-start">
609-
<span class="text-red-500 mr-2">✗</span>
610-
<div class="text-sm"><strong>Limited Customization</strong> — Restricted to what the platform allows</div>
611-
</li>
612-
<li class="flex items-start">
613-
<span class="text-red-500 mr-2">✗</span>
614-
<div class="text-sm"><strong>Proprietary Systems</strong> — Often use custom visual languages</div>
615-
</li>
616-
<li class="flex items-start">
617-
<span class="text-red-500 mr-2">✗</span>
618-
<div class="text-sm"><strong>Scaling Challenges</strong> — Hit walls when requirements grow</div>
619-
</li>
571+
<li>Platform Lock-In — Solutions tied to specific vendor platforms</li>
572+
<li>Limited Customization — Restricted to what the platform allows</li>
573+
<li>Proprietary Systems — Often use custom visual languages</li>
574+
<li>Scaling Challenges — Hit walls when requirements grow</li>
620575
</ul>
621576
</div>
622577
</div>
@@ -682,26 +637,14 @@ transition: fade
682637
<div class="grid grid-cols-2 gap-4 mt-2">
683638
<div>
684639
<ul class="text-sm space-y-2">
685-
<li class="flex items-start">
686-
<span class="text-green-500 mr-2">✓</span>
687-
<span><strong>Developer Productivity</strong> — 20-30% increase in output and velocity</span>
688-
</li>
689-
<li class="flex items-start">
690-
<span class="text-green-500 mr-2">✓</span>
691-
<span><strong>Code Quality</strong> — Improved consistency and fewer bugs</span>
692-
</li>
640+
<li>Developer Productivity — 20-30% increase in output and velocity</li>
641+
<li>Code Quality — Improved consistency and fewer bugs</li>
693642
</ul>
694643
</div>
695644
<div>
696645
<ul class="text-sm space-y-2">
697-
<li class="flex items-start">
698-
<span class="text-green-500 mr-2">✓</span>
699-
<span><strong>Onboarding</strong> — Faster ramp-up for new team members</span>
700-
</li>
701-
<li class="flex items-start">
702-
<span class="text-green-500 mr-2">✓</span>
703-
<span><strong>Innovation</strong> — More time for solving complex business problems</span>
704-
</li>
646+
<li>Onboarding — Faster ramp-up for new team members</li>
647+
<li>Innovation — More time for solving complex business problems</li>
705648
</ul>
706649
</div>
707650
</div>
@@ -766,22 +709,10 @@ transition: fade
766709
<div>
767710
<h3 class="font-bold text-base mb-2">Implementation Strategy</h3>
768711
<ul class="text-sm space-y-2">
769-
<li class="flex items-start">
770-
<span class="text-blue-600 mr-2">•</span>
771-
<span>AI exploration dominates the prototype phase</span>
772-
</li>
773-
<li class="flex items-start">
774-
<span class="text-blue-600 mr-2">•</span>
775-
<span>Self-directed learning with knowledge sharing</span>
776-
</li>
777-
<li class="flex items-start">
778-
<span class="text-blue-600 mr-2">•</span>
779-
<span>Provide access to cutting-edge AI tools</span>
780-
</li>
781-
<li class="flex items-start">
782-
<span class="text-blue-600 mr-2">•</span>
783-
<span>Teams must demonstrate why AI can't solve before requesting more resources</span>
784-
</li>
712+
<li>AI exploration dominates the prototype phase</li>
713+
<li>Self-directed learning with knowledge sharing</li>
714+
<li>Provide access to cutting-edge AI tools</li>
715+
<li>Teams must demonstrate why AI can't solve before requesting more resources</li>
785716
</ul>
786717
</div>
787718
</div>

0 commit comments

Comments
 (0)