Skip to content

Instantly share code, notes, and snippets.

View ObjectiveTruth's full-sized avatar

Miguel Mendez ObjectiveTruth

View GitHub Profile
@disler
disler / README.md
Last active June 2, 2025 23:53
Use Meta Prompting to rapidly generate results in the GenAI Age

Meta Prompting

In the Generative AI Age your ability to generate prompts is your ability to generate results.

Guide

Claude 3.5 Sonnet and o1 series models are recommended for meta prompting.

Replace {{user-input}} with your own input to generate prompts.

Use mp_*.txt as example user-inputs to see how to generate high quality prompts.

@airtonix
airtonix / 0.Installing Couchpotato on Ubuntu.md
Last active March 13, 2021 14:52
How to Install Couchpotato "The Right Way(tm)"

This guide will walk you through installing couchpotato from source.

There are a few assumptions I'm making about you and your system :

  • your current user has write access to /opt/
  • virtualenv installed : sudo apt-get install python-virtualenv
  • git is installed: sudo apt-get install git