trigaten/Learn_Prompting
Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community
About trigaten/Learn_Prompting
trigaten/Learn_Prompting is an open-source project on GitHub, mainly written in MDX. Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community It currently holds 4,735 stars and 666 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).
Project Overview
AI Homed tracks it on the AI Prompt Engineering board.
GitHub Repository Details
README
Learn Prompting — Your Go-To Resource for Mastering Generative AI
Learn prompt engineering and generative AI with our free resources, courses, and on-demand webinars.
Website • Discord • Twitter (X) • LinkedIn • Newsletter • Free ChatGPT Course • Free Prompt Engineering Guide • Course Catalog • Book a Demo • Contact us
What is Learn Prompting?
The Learn Prompting team are creators of:- The free Prompt Engineering Guide, cited by OpenAI and Google.
- 15 courses on Generative AI to help you develop cutting-edge AI skills.
- On-demand workshops and training for individuals and businesses.
- HackAPrompt, the largest AI red-teaming competition ever.
📢 Announcements and Updates
- 🏆 HackAPrompt 2.0 is here with $500,000 in prizes and 5 exciting tracks! Join the waitlist and learn more in this article.
- 🎓 We’ve launched a cohort-based AI Red Teaming and AI Safety course! Enroll here.
- 💼 Our team has hosted workshops at OpenAI, Microsoft, Deloitte, Dropbox, and more. Contact us for custom solutions.
Learn Prompting Research
- The Prompt Report: A Systematic Survey of Prompting Techniques (blog post): The most comprehensive study of prompting techniques to date.
- Ignore This Title and HackAPrompt: Exposing Systemic Vulnerabilities of LLMs: Insights from analyzing over 600K adversarial prompts across state-of-the-art LLMs.
🚀 Contribution Guidelines
We welcome contributions of all kinds! Here’s how you can help:
- Suggest new content ideas or improvements.
- Translate resources into other languages.
- Contribute artwork or additional resources.
- Help fix typos or improve clarity.
Local Development
First Steps
Before you start, ensure you have the following installed:- Visual Studio Code
- Git
- Node.js (version 18.0.0 or higher,
node -v)
To begin: 1. Clone the repository from GitHub:
git clone https://github.com/trigaten/Learn_Prompting_nextjs.git
2. Navigate to the project folder:
cd Learn_Prompting_nextjs
Run the Website Locally
Once the setup is complete, you can run the website locally to preview your changes:1. Ensure you are using Node.js version 18.0.0 or higher:
node -v
2. Install the required Node.js modules:
npm install
3. Run the website in development mode:
npm run dev
This will start a local development server, and your changes will be reflected live in the browser.
❤️ A Huge Thanks to All Contributors
We’re grateful for all the amazing contributions from our community! 🙌 Check out our contributors below:Cite
Use the provided GitHub citation in this repository:
@software{Schulhoff_Learn_Prompting_2022,
author = {Schulhoff, Sander and Community Contributors},
month = dec,
title = {{Learn Prompting}},
url = {https://github.com/trigaten/Learn_Prompting},
year = {2022}
}