From 35c995f1c3a58040b6c49f8a26c519100e138d0f Mon Sep 17 00:00:00 2001 From: wd021 Date: Fri, 15 Aug 2025 21:00:50 +0100 Subject: [PATCH 1/2] add god tier prompts --- articles/related_resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/related_resources.md b/articles/related_resources.md index 9db0539a4b..cc132c41c8 100644 --- a/articles/related_resources.md +++ b/articles/related_resources.md @@ -33,6 +33,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a ## Prompting guides +- [God Tier Prompts](https://www.godtierprompts.com/): The leaderboard for AI prompts. - [Brex's Prompt Engineering Guide](https://github.com/brexhq/prompt-engineering): Brex's introduction to language models and prompt engineering. - [learnprompting.org](https://learnprompting.org/): An introductory course to prompt engineering. - [Lil'Log Prompt Engineering](https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/): An OpenAI researcher's review of the prompt engineering literature (as of March 2023). From 7ae32d8866b9855da089095f09e3ae85ada25770 Mon Sep 17 00:00:00 2001 From: wd021 Date: Fri, 15 Aug 2025 21:10:40 +0100 Subject: [PATCH 2/2] updates --- articles/related_resources.md | 2 +- authors.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/articles/related_resources.md b/articles/related_resources.md index cc132c41c8..adbb70533d 100644 --- a/articles/related_resources.md +++ b/articles/related_resources.md @@ -10,6 +10,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [ElatoAI](https://github.com/akdeb/ElatoAI): A platform for running OpenAI Realtime API Speech on ESP32 on Arduino using Deno Edge Runtime and Supabase. - [Embedchain](https://github.com/embedchain/embedchain): A Python library for managing and syncing unstructured data with LLMs. - [FLAML (A Fast Library for Automated Machine Learning & Tuning)](https://microsoft.github.io/FLAML/docs/Getting-Started/): A Python library for automating selection of models, hyperparameters, and other tunable choices. +- [God Tier Prompts](https://www.godtierprompts.com/): The leaderboard for AI prompts. - [Guidance](https://github.com/microsoft/guidance): A handy looking Python library from Microsoft that uses Handlebars templating to interleave generation, prompting, and logical control. - [Haystack](https://github.com/deepset-ai/haystack): Open-source LLM orchestration framework to build customizable, production-ready LLM applications in Python. - [HoneyHive](https://honeyhive.ai): An enterprise platform to evaluate, debug, and monitor LLM apps. @@ -33,7 +34,6 @@ People are writing great tools and papers for improving outputs from GPT. Here a ## Prompting guides -- [God Tier Prompts](https://www.godtierprompts.com/): The leaderboard for AI prompts. - [Brex's Prompt Engineering Guide](https://github.com/brexhq/prompt-engineering): Brex's introduction to language models and prompt engineering. - [learnprompting.org](https://learnprompting.org/): An introductory course to prompt engineering. - [Lil'Log Prompt Engineering](https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/): An OpenAI researcher's review of the prompt engineering literature (as of March 2023). diff --git a/authors.yaml b/authors.yaml index 7375f200d4..6401462194 100644 --- a/authors.yaml +++ b/authors.yaml @@ -461,3 +461,8 @@ hendrytl: name: "Todd Hendry" website: "https://www.linkedin.com/in/todd-hendry-962aa577/" avatar: "https://avatars.githubusercontent.com/u/36863669" + +wd021: + name: "Danny Witters" + website: "https://github.com/wd021" + avatar: "https://avatars.githubusercontent.com/u/2752586"