prompting
links
Fuck you, show me the prompt is an investigation into extracting the actual prompt that is sent to a model by llm abstraction libraries.
There are many libraries that aim to make the output of your LLMs better by re-writing or constructing the prompt for you. The prompts sent by these tools to the LLM is a natural language description of what these tools are doing, and is the fastest way to understand how they work.
Prompting Fundamentals and How to Apply them Effectively has some really good prompting guidance.
Marc Andreessen on navigating a model’s latent space via prompting.