PitHub
HomeExplore
New pit
MCP serverSave straight from your agent
About usHow it worksFAQBlogContact us
Sign in
PitHub
Sign in
HomeExploreCreateSign in

Explore

Loading…

Explore

Tagged #chatgpt

ActiveNewMost usedRecommended
AllAI & Prompt Engineering324Engineering176Data & Analytics89Product4

Browse by tag

#ai314#chatgpt211#claude208#gemini208#prompting182#agents174#context-engineering172#coding160
Design28
Sales2
Marketing4
Finance24
Strategy31
Operations4
Customer Success3
People & Recruiting4
Security & Compliance8
Legal2
Other Professional1
#chatgptClear filters
MIMira Khan@mirakhan·2w ago

The agent handoff notes prompt I actually kept

The first answers were broad enough to be useless. This version asks for assumptions, evidence, and a next step.

Mira Khan

Help me turn a messy agent run into a clean handoff another person can pick up. Context: - Goal: [what a good result lets me do] - Current situation: [paste notes, draft, data, or constraints] - Audience: [who will use the result] - Deadline or limit: [time, budget, tools, length] Before answering, ask up to three questions only if the answers would materially change your recommendation. Otherwise

ChatGPTgpt-5

This is usable as written. The important parts are the definition of done, the instruction to expose assumptions, and the request for a smallest test. For agent handoff notes, I would start with these checks: - Put the source of truth in the prompt - Mark missing evidence instead of filling it in - Add a stop condition before tool use If you share real material, remove anything private first and replace bracketed fields with concrete details.

Show all 3 messages
3414k
THTheo Vega@theovega·2w ago

A smaller way to tackle a pricing page review

A compact prompt and the response it produced. Replace the bracketed parts with your own details.

Theo Vega

For a pricing page review, should I build a complete plan first or test one small slice? I have limited time and I do not want throwaway work.

ChatGPTgpt-5

Test one slice, but choose a slice that crosses the riskiest part of the problem. A tiny easy demo will only prove the easy part. Use this decision rule: - If reversing the choice is cheap, try it. - If the choice locks in data, money, or other people’s time, write the full decision first. - If uncertainty is concentrated in one step, test that step before planning around it. For a pricing page review, make the first test produce evidence you can compare, not just something that looks complete.

Show all 3 messages
3404k
MIMiles Kim@mileskim·2w ago

ChatGPT was overcomplicating a design critique that stays specific, so I reset the question

The useful bit was asking for trade-offs and a smallest test before committing to a full plan.

Miles Kim

Be blunt about my plan for a design critique that stays specific. I am going to collect everything, ask for a polished answer, and fix details later. What is likely to go wrong?

ChatGPTgpt-5

Three things. - “Everything” has no boundary, so weak inputs and strong inputs will be treated alike. - A polished answer can hide missing evidence. Ask for gaps and assumptions before prose. - “Fix details later” means there is no acceptance test now. A safer sequence is: define the decision, choose the minimum trusted inputs, make an ugly first pass, check it, then polish. For this task, check the keyboard path.

Show all 3 messages
3304.2k
THTheo Young@theoyoung·2w ago

A blunt review of my approach to prompting from examples

A compact prompt and the response it produced. Replace the bracketed parts with your own details.

Theo Young

Give me a short checklist for prompting from examples. I want something I can run before I call the work done.

ChatGPTgpt-5

Use this pass: - [ ] The goal is one sentence and names the user or decision - [ ] Inputs are current, relevant, and traceable - [ ] Assumptions are visible - [ ] Put the source of truth in the prompt - [ ] Mark missing evidence instead of filling it in - [ ] Add a stop condition before tool use - [ ] One failure case has been tested - [ ] The next owner and next action are clear If you cannot check an item, mark it unknown. Do not quietly treat unknown as done.

Show all 3 messages
3313.9k
SASamir Shah@samirshah·2w ago

My notes from fixing a safe dependency upgrade

The useful bit was asking for trade-offs and a smallest test before committing to a full plan.

Samir Shah

I am stuck on a safe dependency upgrade. I need to plan a major dependency upgrade with compatibility checks and a rollback path, but my current attempt is getting vague and too big. What would you check first?

ChatGPTgpt-5

First, shrink the decision. Do not solve the whole subject at once. 1. Reproduce the failure before changing code. 2. Keep the patch smaller than the diagnosis. 3. Write the rollback before deployment. Write down the result you need by the end of this session. Then choose one input you trust and make a first pass that can be checked. If that pass fails, you will know which assumption to revisit instead of starting over.

Show all 3 messages
3402.3k
AMAmara Ross@amaraross·2w ago

ChatGPT was overcomplicating messy survey responses, so I reset the question

I kept the useful constraints and dropped the role-play. It works better when the missing details are stated plainly.

Amara Ross

Be blunt about my plan for messy survey responses. I am going to collect everything, ask for a polished answer, and fix details later. What is likely to go wrong?

ChatGPTgpt-5

Three things. - “Everything” has no boundary, so weak inputs and strong inputs will be treated alike. - A polished answer can hide missing evidence. Ask for gaps and assumptions before prose. - “Fix details later” means there is no acceptance test now. A safer sequence is: define the decision, choose the minimum trusted inputs, make an ugly first pass, check it, then polish. For this task, keep assumptions next to the metric.

Show all 3 messages
3402.1k
FEFelix Silva@felixsilva·2w ago

The cache invalidation without folklore prompt I actually kept

This started as a messy question about cache invalidation without folklore. The follow-up made the answer practical.

Felix Silva

Help me define keys, freshness, and invalidation from actual read and write paths. Context: - Goal: [what a good result lets me do] - Current situation: [paste notes, draft, data, or constraints] - Audience: [who will use the result] - Deadline or limit: [time, budget, tools, length] Before answering, ask up to three questions only if the answers would materially change your recommendation. Otherw

ChatGPTgpt-5

This is usable as written. The important parts are the definition of done, the instruction to expose assumptions, and the request for a smallest test. For cache invalidation without folklore, I would start with these checks: - Reproduce the failure before changing code - Keep the patch smaller than the diagnosis - Write the rollback before deployment If you share real material, remove anything private first and replace bracketed fields with concrete details.

Show all 3 messages
3303k
EVEva Kovac@evakovac·3w ago

The designing idempotent background jobs tutor prompt I saved

This version makes the model wait for an answer, correct selectively, and keep an error log.

Eva Kovac

Tutor me on designing idempotent background jobs. My current level: [beginner / some experience / advanced] What I need to do with it: [real task, exam, project, or conversation] Time available today: [minutes] Material I am using: [paste notes, example, code, data, or source] Teach one small idea at a time. Start with a two-question diagnostic. Wait for my answer before explaining. Use one worked

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain designing idempotent background jobs in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6413.2k
DADarius Cole@dariuscole·3w ago

What I was getting wrong about context engineering for reliable agents

Sharing the correction because the mistake looked reasonable until I tested it.

Darius Cole

I want to learn context engineering for reliable agents, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain context engineering for reliable agents in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6315k
SASana Raman@sanaraman·3w ago

My notes from fixing long-document context

I wanted help with long-document context without pretending the model knew facts I had not provided.

Sana Raman

I am stuck on long-document context. I need to work through a long document without losing definitions, exceptions, or open questions, but my current attempt is getting vague and too big. What would you check first?

ChatGPTgpt-5

First, shrink the decision. Do not solve the whole subject at once. 1. Put the source of truth in the prompt. 2. Mark missing evidence instead of filling it in. 3. Add a stop condition before tool use. Write down the result you need by the end of this session. Then choose one input you trust and make a first pass that can be checked. If that pass fails, you will know which assumption to revisit instead of starting over.

Show all 3 messages
3314k
RORonan Byrne@ronanbyrne·2w ago

A practice-first plan for tracking prompt versions and results

I asked for a plan built around attempts and feedback, not a list of resources.

Ronan Byrne

I want to learn tracking prompt versions and results, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain tracking prompt versions and results in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6312k
LILina Bennett@linabennett·3w ago

A smaller way to tackle metrics with fuzzy definitions

The first answers were broad enough to be useless. This version asks for assumptions, evidence, and a next step.

Lina Bennett

For metrics with fuzzy definitions, should I build a complete plan first or test one small slice? I have limited time and I do not want throwaway work.

ChatGPTgpt-5

Test one slice, but choose a slice that crosses the riskiest part of the problem. A tiny easy demo will only prove the easy part. Use this decision rule: - If reversing the choice is cheap, try it. - If the choice locks in data, money, or other people’s time, write the full decision first. - If uncertainty is concentrated in one step, test that step before planning around it. For metrics with fuzzy definitions, make the first test produce evidence you can compare, not just something that looks complete.

Show all 3 messages
3303.6k
SISilas Berg@silasberg·3w ago

separating model mistakes from missing context: a study session that did not turn into more notes

A practical session with a worked example, a short test, and a clear stopping point.

Silas Berg

I want to learn separating model mistakes from missing context, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain separating model mistakes from missing context in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6313.1k
AMAmina Farah@aminafarah·2w ago

Forked from@adriancho/The turning a broad interest into a measurable skill tutor prompt I saved

I finally found a good way to learn context engineering for reliable agents

The useful change was doing a small retrieval check before reading more.

Amina Farah

I want to learn context engineering for reliable agents, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain context engineering for reliable agents in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
643900
NENeha Kapoor@nehakapoor·2w ago

A practice-first plan for cohort analysis without mixing time grains

I asked for a plan built around attempts and feedback, not a list of resources.

Neha Kapoor

I want to learn cohort analysis without mixing time grains, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain cohort analysis without mixing time grains in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6411.6k
SASamir Shah@samirshah·4w ago

A blunt review of my approach to a safe dependency upgrade

This started as a messy question about a safe dependency upgrade. The follow-up made the answer practical.

Samir Shah

Give me a short checklist for a safe dependency upgrade. I want something I can run before I call the work done.

ChatGPTgpt-5

Use this pass: - [ ] The goal is one sentence and names the user or decision - [ ] Inputs are current, relevant, and traceable - [ ] Assumptions are visible - [ ] Reproduce the failure before changing code - [ ] Keep the patch smaller than the diagnosis - [ ] Write the rollback before deployment - [ ] One failure case has been tested - [ ] The next owner and next action are clear If you cannot check an item, mark it unknown. Do not quietly treat unknown as done.

Show all 3 messages
3304.2k
FAFatima Saleh@fatimasaleh·3w ago

planning a zero-downtime migration: a study session that did not turn into more notes

A practical session with a worked example, a short test, and a clear stopping point.

Fatima Saleh

I want to learn planning a zero-downtime migration, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain planning a zero-downtime migration in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6412.7k
MIMira Khan@mirakhan·4w ago

A smaller way to tackle agent handoff notes

I wanted help with agent handoff notes without pretending the model knew facts I had not provided.

Mira Khan

For agent handoff notes, should I build a complete plan first or test one small slice? I have limited time and I do not want throwaway work.

ChatGPTgpt-5

Test one slice, but choose a slice that crosses the riskiest part of the problem. A tiny easy demo will only prove the easy part. Use this decision rule: - If reversing the choice is cheap, try it. - If the choice locks in data, money, or other people’s time, write the full decision first. - If uncertainty is concentrated in one step, test that step before planning around it. For agent handoff notes, make the first test produce evidence you can compare, not just something that looks complete.

Show all 3 messages
3314k
NONoor Diaz@noordiaz·4w ago

My notes from fixing customer interviews without leading

Not magic wording, just enough context and a clear definition of done. Easy to adapt.

Noor Diaz

I am stuck on customer interviews without leading. I need to write interview questions that uncover behavior instead of collecting compliments, but my current attempt is getting vague and too big. What would you check first?

ChatGPTgpt-5

First, shrink the decision. Do not solve the whole subject at once. 1. Start from observed behavior. 2. Write the riskiest assumption down. 3. Choose a measurable next test. Write down the result you need by the end of this session. Then choose one input you trust and make a first pass that can be checked. If that pass fails, you will know which assumption to revisit instead of starting over.

Show all 3 messages
3303.9k
MAMalik Johnson@malikjohnson·3w ago

Forked from@tomasvarga/I finally found a good way to learn structured outputs that fail safely

The structured outputs that fail safely tutor prompt I saved

This version makes the model wait for an answer, correct selectively, and keep an error log.

Malik Johnson

Tutor me on structured outputs that fail safely. My current level: [beginner / some experience / advanced] What I need to do with it: [real task, exam, project, or conversation] Time available today: [minutes] Material I am using: [paste notes, example, code, data, or source] Teach one small idea at a time. Start with a two-question diagnostic. Wait for my answer before explaining. Use one worked

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain structured outputs that fail safely in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6311.8k
MIMiles Rivera@milesrivera·2w ago

A smaller way to tackle prompt injection checks

The useful bit was asking for trade-offs and a smallest test before committing to a full plan.

Miles Rivera

For prompt injection checks, should I build a complete plan first or test one small slice? I have limited time and I do not want throwaway work.

ChatGPTgpt-5

Test one slice, but choose a slice that crosses the riskiest part of the problem. A tiny easy demo will only prove the easy part. Use this decision rule: - If reversing the choice is cheap, try it. - If the choice locks in data, money, or other people’s time, write the full decision first. - If uncertainty is concentrated in one step, test that step before planning around it. For prompt injection checks, make the first test produce evidence you can compare, not just something that looks complete.

Show all 3 messages
3401.5k
SASamir Cruz@samircruz·3w ago

A smaller way to tackle a plain-English investment policy

This started as a messy question about a plain-English investment policy. The follow-up made the answer practical.

Samir Cruz

For a plain-English investment policy, should I build a complete plan first or test one small slice? I have limited time and I do not want throwaway work.

ChatGPTgpt-5

Test one slice, but choose a slice that crosses the riskiest part of the problem. A tiny easy demo will only prove the easy part. Use this decision rule: - If reversing the choice is cheap, try it. - If the choice locks in data, money, or other people’s time, write the full decision first. - If uncertainty is concentrated in one step, test that step before planning around it. For a plain-English investment policy, make the first test produce evidence you can compare, not just something that looks complete.

Show all 3 messages
3402.7k
LULucia Marin@luciamarin·3w ago

What I was getting wrong about debugging from a minimal reproduction

Sharing the correction because the mistake looked reasonable until I tested it.

Lucia Marin

I want to learn debugging from a minimal reproduction, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain debugging from a minimal reproduction in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6412.7k
AMAmina Farah@aminafarah·4w ago

I finally found a good way to learn human review for automated workflows

The useful change was doing a small retrieval check before reading more.

Amina Farah

I want to learn human review for automated workflows, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain human review for automated workflows in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6413.2k
DADarius Cole@dariuscole·1mo ago

What I was getting wrong about human review for automated workflows

Sharing the correction because the mistake looked reasonable until I tested it.

Darius Cole

I want to learn human review for automated workflows, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain human review for automated workflows in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6314.6k
SASana Raman@sanaraman·1mo ago

A blunt review of my approach to long-document context

Not magic wording, just enough context and a clear definition of done. Easy to adapt.

Sana Raman

Give me a short checklist for long-document context. I want something I can run before I call the work done.

ChatGPTgpt-5

Use this pass: - [ ] The goal is one sentence and names the user or decision - [ ] Inputs are current, relevant, and traceable - [ ] Assumptions are visible - [ ] Put the source of truth in the prompt - [ ] Mark missing evidence instead of filling it in - [ ] Add a stop condition before tool use - [ ] One failure case has been tested - [ ] The next owner and next action are clear If you cannot check an item, mark it unknown. Do not quietly treat unknown as done.

Show all 3 messages
3413.9k
EMEmil Novak@emilnovak·4w ago

I finally found a good way to learn reading uncertainty in a dashboard

The useful change was doing a small retrieval check before reading more.

Emil Novak

I want to learn reading uncertainty in a dashboard, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain reading uncertainty in a dashboard in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6312.5k
LULucia Marin@luciamarin·1mo ago

What I was getting wrong about reading uncertainty in a dashboard

Sharing the correction because the mistake looked reasonable until I tested it.

Lucia Marin

I want to learn reading uncertainty in a dashboard, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain reading uncertainty in a dashboard in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6414.3k
EMEmil Novak@emilnovak·2w ago

Forked from@inesnavarro/The making practice sessions less repetitive tutor prompt I saved

I finally found a good way to learn debugging from a minimal reproduction

The useful change was doing a small retrieval check before reading more.

Emil Novak

I want to learn debugging from a minimal reproduction, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain debugging from a minimal reproduction in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
631484
SISilas Berg@silasberg·1mo ago

reading a Postgres query plan: a study session that did not turn into more notes

A practical session with a worked example, a short test, and a clear stopping point.

Silas Berg

I want to learn reading a Postgres query plan, but I keep collecting explanations instead of getting better at it. I have 35 minutes. Start by checking what I already know.

ChatGPTgpt-5

Good. Do these without looking anything up: 1. Explain reading a Postgres query plan in two sentences. 2. Give one situation where you would use it and one where you would not. I am checking your current model, not your vocabulary. A partial answer is more useful than a polished guess.

Show all 6 messages
6313.7k
#debugging106
#software-learning100
#data85
#analysis55
#statistics55
#202650
#data-literacy50
#prompt-template50
#trending-questions50
#business25
#design25
#testing25
#automation21
#finance21
#cash-flow16
#research16