🪙
Bible
  • 📚bookshelf.crypto
  • 📕Fundamentals
    • 🪙Tokenomics
    • 🪙Tokenomics tips
    • ⚖️Liquidity Pools & Staking
    • 📈NFTs in DEFI
    • ⚙️Utility & example NFT collections
    • 🏛️DAO & Governance
  • 🏗️Nitty gritty
    • 💬Lingo
    • 🚗On & Off ramp
    • ❌xNFT
    • 🪙Ethereum merge
    • ✍️bribing
    • 👛Cbdc & crypto
  • 💭Wisdom
    • 🆕Creating a new product
    • 💭Project Ideas
  • ⚒️Protocols & utility
    • 🪙$BLUR token
    • 🟢Shadow Drive
    • 🟢SPL-token Freezing
    • 🟢Cardinal
    • 🟢WOO X
    • 🟢Wormhole
    • 🟢Jump_
    • 🟢Saber
    • 🟢Solend
    • 🟢BTSE
    • 🔩Interesting utility
  • 👨‍💼VCs
    • 💰Venture Capital (VC Funds)
    • 📔How VCs operate
    • 🏟️ESVCLP
    • 🚗Sidecar
    • 📄Trustees vs Beneficiaries
    • 🤝Mutual fund
    • 🐻Bare trust vs Unit trust
    • ⚖️Shareholders agreement
    • 🔏Establishing a new VC
    • 💰Tax incentives & benefits - WIP
    • 📠Ben tax writeup
  • 🎯Marketing
    • 📑GTM - Go to market strategy - WIP
  • 📘Literature
    • 🏭Lean startup
    • 📏Founder’s Pocket Guide - Startup Valuation
    • 😄regret minimization framework
    • 🥧Slicing pie
    • 👨‍💼Agile vs. Lean
  • 🤖AI
    • GPT Best practices
    • Neural networks
    • Existing AI models
    • AI learning
    • LLMs
    • WASM AGI
    • 💻Machine learning
  • 🧠Ideas
    • EarthID
    • HealthGuard
    • ⌚HealthGuard - product writeup
    • Sri Lanka ticketing platform
Powered by GitBook
On this page
  1. AI

GPT Best practices

PreviousAINextNeural networks

Last updated 1 year ago

  1. Set the persona System message can be used to specify the persona used by the model in it's replies

Example

// 
When I ask for help to write something, you will reply with a document that contains at least one joke or playful comment in every paragraph.
  1. Write the prompt

Instructions: - - Output length: - Brief - Expert-level writing Reference text: 3. Tactic: Use delimiters to clearly indicate distinct parts of the output

You will be provided with a pair of articles (delimited with XML tags) about the same topic. First summarize the arguments of each article. Then indicate which of them makes a better argument and explain why. <Article> text </Article>

  1. Specify the steps required to complete a task ie Step 1 -

Use the following step-by-step instructions to respond to user inputs.

Step 1 - The user will provide you with text in triple quotes. Summarize this text in one sentence with a prefix that says "Summary: ".

Step 2 - Translate the summary from Step 1 into Spanish, with a prefix that says "Translation: ".

USER """insert text here"""

🤖
https://platform.openai.com/docs/guides/gpt-best-practices/strategy-test-changes-systematically