PromptForge
All topics

Topic · 24 resources

ChatGPT & OpenAI

OpenAI's models and tooling — GPT, Custom GPTs, the API and the assistants platform — and how they compare with everything else available.

Courses3

Articles5

Glossarys1

Prompts15

The 5-Part Prompt Framework — ChatGPT

Every strong prompt combines five parts: Role (who the AI should act as), Context (background info it needs), Task (the specific ask), Format (how you want the output structured), and Constraints (length, tone, things to avoid).

Zero-Shot vs Few-Shot Prompting — ChatGPT

Zero-shot means asking directly with no examples.

Chain-of-Thought Prompting — ChatGPT

Asking a model to "think step by step" before answering measurably improves accuracy on reasoning, math, and multi-step logic tasks because it forces the model to externalize intermediate steps instead of jumping to a guess..

Structured Output (JSON & Tables) — ChatGPT

When you need output your app or spreadsheet can actually use, explicitly request a schema.

ChatGPT vs Claude vs Perplexity vs Grok — Perplexity

The same task often needs a slightly different prompt style per model.

ChatGPT vs Claude vs Perplexity vs Grok — Grok

The same task often needs a slightly different prompt style per model.

Role + Constraints to Kill Vagueness — ChatGPT

When answers are generic, the fix is almost always more specificity, not a longer prompt.

Critique-and-Revise Loops — ChatGPT

A loop is simply feeding a model's own output back to it (or to a second prompt) for review and improvement, repeated until a quality bar is met.

Connecting an LLM to n8n

n8n connects to AI models either through dedicated nodes (OpenAI, Anthropic community nodes) or a generic HTTP Request node calling any model's API.

AIDA and PAS Prompts — ChatGPT

AIDA (Attention, Interest, Desire, Action) and PAS (Problem, Agitate, Solution) are proven copy structures.

Generating High-Variance Ad Sets — ChatGPT

Ad platforms reward variety for testing.

Mining Keywords and Search Intent — ChatGPT

AI is excellent at expanding a seed topic into keyword clusters and classifying search intent (informational, commercial, transactional, navigational).

Getting Cited by ChatGPT & Perplexity — Perplexity

AI answer engines favor content that is clearly structured, directly answers questions, cites data, and demonstrates first-hand expertise.

Getting Cited by ChatGPT & Perplexity — Claude

AI answer engines favor content that is clearly structured, directly answers questions, cites data, and demonstrates first-hand expertise.

Custom GPTs & Claude Projects

Both ChatGPT (Custom GPTs) and Claude (Projects) let you upload documents and set standing instructions — a no-code RAG setup.

Related topics