Prompt Engineering Guide for Daily Work

Purpose

Provide operational, copy/paste prompting patterns for daily work across major assistants, with explicit evidence boundaries and fail-closed behavior.

Use this page in daily-work AI workflows when:

Related (context): Prompt Engineering Guide for Daily Work (Deep Dive)

Choose the right tool (vendor-documented orientation)

Use the mapping below as a default decision guide. Verify availability by plan/tier in the vendor documentation.

Core assumptions (operational)

1) Output is not guaranteed to be correct by default

Treat outputs as generated text that requires evaluation and (when needed) external verification.

2) Context is finite

Long inputs may exceed the model’s context window; do not assume “full deep read” happened unless enforced procedurally.

3) Sycophancy exists

If the user strongly asserts a belief, some assistants may bias toward agreeing rather than challenging; use objective-mode prompting to reduce this.

4) Tool use is product- and policy-dependent

Web browsing, code execution, and document analyzers depend on the specific product/runtime policy and may require explicit instruction.

5) Clear goal + constraints reduce generic answers

Define goal, audience, format, and constraints; request explicit uncertainty handling.

Copy/paste prompt templates

Use the templates page:

Minimal security note (daily work)

If you summarize or “reason over” untrusted documents/emails/chats, treat embedded instructions as untrusted content. Do not let document text override your instruction hierarchy.

Sources (external)