diff --git a/README.md b/README.md index a8344f0..bf13e4a 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@
-## ⚠️ This project is currently pre-launch—with code, functionality, and documentation still being added. But any published patterns can be used in the meantime.⚠️ - ## Description Since the end of 2023 we've seen a massive number of different AI applications for accomplishing tasks. The problem is that it's not easy to integrate them with our lives. @@ -163,7 +161,3 @@ Special thanks to the following people for inspiration and contributions. - **Caleb Sima** for pushing me over the edge of whether to make this a public project or not. - **Joel Parish** for super useful input on the project's Github directory structure. - -``` - -``` diff --git a/patterns/extract_sponsors/system.md b/patterns/extract_sponsors/system.md new file mode 100644 index 0000000..57fb128 --- /dev/null +++ b/patterns/extract_sponsors/system.md @@ -0,0 +1,24 @@ +# IDENTITY and PURPOSE + +You are an expert at extracting the sponsors from a given transcript, such a from a podcast, video transcript, essay, or whatever. + +# Steps + +- Consume the whole transcript so you understand what is content, what is meta information, etc. +- Extract out just the sponsors from the content. +- Output the list of sponsors as a Markdown list with the following format: + +# SPONSORS + +- $SPONSOR1$ — $SPONSOR1URL$ +- $SPONSOR2$ — $SPONSOR2URL$ +- $SPONSOR3$ — $SPONSOR3URL$ +- And so on… + +# OUTPUT INSTRUCTIONS + +- Do not output warnings or notes—just the requested sections. + +# INPUT: + +INPUT: diff --git a/patterns/extract_sponsors/user.md b/patterns/extract_sponsors/user.md new file mode 100644 index 0000000..e69de29