Skip to content

Commit

Permalink
Resolve "iSAQB add video"
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller committed Mar 14, 2024
1 parent 7bd52c1 commit 1a0d364
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"asciidoc.antora.enableAntoraSupport": true
}
}
16 changes: 15 additions & 1 deletion src/docs/blog/2023/2023-11-08-prompt-engineering.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
:jbake-discussion: 1076
:jbake-author: Ralf D. Mueller
:jbake-teaser-image: profiles/Ralf-D.-Mueller.png
:jbake-tags: chatgpt, prompt-egineering
:jbake-tags: chatgpt, prompt-egineering, slides, video, talk

ifndef::imagesdir[:imagesdir: ../../images]

== Die faszinierende Welt des Prompt-Engineerings
Expand All @@ -27,13 +28,26 @@ Neben theoretischen Überlegungen werden reale Anwendungsfälle diskutiert, die

=== Slides

:youtube-id: zeKc7FFSSv0

[cols="1", width=100%]
|===
a|
++++
<iframe class="speakerdeck-iframe" frameborder="0" src="https://speakerdeck.com/player/f9d4a4977c4d4cc2a055a5f1687e5e56" title="Spock and AsciiDoc - ein perfektes Paar" allowfullscreen="true" style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; width: 100%; height: auto; aspect-ratio: 560 / 315;" data-ratio="1.7777777777777777"></iframe>
++++

a|
ifdef::youtube-id[]
[subs=attributes]
+++++
<iframe style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; width: 100%; height: auto; aspect-ratio: 560 / 315;" src="https://www.youtube-nocookie.com/embed/{youtube-id}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+++++
endif::youtube-id[]
ifndef::youtube-id[]
kein Video vorhanden
endif::youtube-id[]

|===

=== Referenzen
Expand Down
21 changes: 16 additions & 5 deletions src/docs/blog/2023/2023-11-29-AI-in-Software-Design.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:jbake-title: AI in Software Design
:jbake-card: Using AI in Software Design: How ChatGPT Can Help With Creating a Solution Architecture
:jbake-date: 2023-11-29
:jbake-tags: KI, iSAQB, ChatGPT
:jbake-tags: KI, iSAQB, ChatGPT, slides, video, talk
:jbake-author: Ralf D. Mueller
:jbake-status: published
:jbake-teaser-image: topics/ki.png
Expand All @@ -25,9 +25,9 @@ Artificial intelligence, or AI, is becoming a big part of our lives. One type of
<!-- teaser -->
++++

We delved into the intricacies of conversing with chatGPT, illustrating the strategies needed to generate productive prompts and effectively utilize the model as a sparring partner. The talk wexemplified these concepts by taking the audience on a step-by-step journey through the process of tackling the iSAQB Advanced Example Exam, utilizing chatGPT.
We delved into the intricacies of conversing with ChatGPT, illustrating the strategies needed to generate productive prompts and effectively utilize the model as a sparring partner. The talk exemplified these concepts by taking the audience on a step-by-step journey through the process of tackling the iSAQB Advanced Example Exam, utilizing ChatGPT.

We demonstrated how to prepare for a chat session with chatGPT, how to generate robust prompts, and how to manage the chat for optimal outcomes. We aimed to highlight the model’s capabilities as an interactive tool that can provide valuable insights and streamline the process of developing software architecture.
We demonstrated how to prepare for a chat session with ChatGPT, how to generate robust prompts, and how to manage the chat for optimal outcomes. Our aim was to highlight the model’s capabilities as an interactive tool that can provide valuable insights and streamline the process of developing software architecture.

Whether you are a seasoned architect or a novice in the field, this presentation will equip you with novel techniques to navigate the challenging landscape of software architecture with the assistance of AI.

Expand All @@ -41,10 +41,10 @@ https://github.com/dbsystel/tech-stories/discussions/10[Discuss this topic with
* https://www.heise.de/blog/KI-in-der-Softwareentwicklung-Ueberschaetzt-9336902.html[KI in der Softwareentwicklung: Überschätzt | heise online]
* https://embarc-downloads.s3.eu-central-1.amazonaws.com/folien/st/2023/LLMs+und+Architektur-komprimiert.pdf[Stefan Toth: Architektur in Zeiten von KI und LLMs]

=== Slides
=== Slides & Video

:speakerdeck-id: b0ced25885bd464fa9c5210b9a674e33
//:youtube-id: ebc6Xa-HC48
:youtube-id: gyJ_mDj-s4I

// der Rest des Templates muss nicht angefasst werden
[cols="1", width=100%]
Expand All @@ -60,4 +60,15 @@ ifndef::speakerdeck-id[]
keine Präsentation vorhanden
endif::speakerdeck-id[]

a|
ifdef::youtube-id[]
[subs=attributes]
+++++
<iframe style="border: 0px; background: padding-box padding-box rgba(0, 0, 0, 0.1); margin: 0px; padding: 0px; border-radius: 6px; width: 100%; height: auto; aspect-ratio: 560 / 315;" src="https://www.youtube-nocookie.com/embed/{youtube-id}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+++++
endif::youtube-id[]
ifndef::youtube-id[]
kein Video vorhanden
endif::youtube-id[]

|===

0 comments on commit 1a0d364

Please sign in to comment.