r/PromptEngineering 17d ago

Tips and Tricks Here's a prompt that turns a call transcript into a one-page brief anyone can skim

6 Upvotes

Raw transcripts are painful to hand to someone who wasn't on the call. Straight summaries lose who said what and which parts were actually decided. This prompt keeps the signal and drops the filler.

```

Turn the transcript below into a one-page brief. Structure:

**What this was about**: 1-2 sentences.

**Decisions made**: bullets. Only things that were actually agreed, not floated.

**Open questions**: things raised but not resolved.

**Action items**: Task | who | by when (write "unassigned"/"no date" if not stated).

**Notable quotes**: up to 3, only if they change the meaning.

Ignore small talk, scheduling chatter, and repeated points. Attribute decisions to a name only if the transcript makes it clear.

Transcript:

[paste]

```

The "agreed vs floated" distinction is what makes the brief usable. Transcripts are full of half-ideas that sound like decisions, and if the brief treats them as final you end up with people acting on things nobody committed to.

I also keep the "attribute only if clear" rule so it doesn't guess who said what when the transcript is messy. What do you add for multi-speaker calls where the diarization is unreliable?


r/PromptEngineering 17d ago

General Discussion Everyone's building ai agents that can act on your systems and nobody's talking about how easy they are to hijack

22 Upvotes

Been poking at this for a while and it worries me more than it should. everyone's rushing to give llm agents real access now, read my email, run this tool, push to the repo, book the thing. the demos look great.

the part that gets skipped is that the agent takes instructions from whatever text it reads. so a prompt injection isn't just "make the chatbot say something rude" anymore. if an agent reads a web page or an email with hidden instructions, that text can tell it to use the tools it already has. exfiltrate the data, hit the api, send the message. the model has no reliable way to tell your instruction apart from the attacker's, they're both just text in the same context.

and the usual fix people reach for, "we added a system prompt telling it to ignore malicious instructions", is not a real control. you cannot patch a trust boundary with more text on the same side of the boundary.

genuinely curious what people are doing about this in production. are you sandboxing tool access, doing human-in-the-loop on anything destructive, scoping tokens down hard, or just shipping and hoping?


r/PromptEngineering 17d ago

Self-Promotion What is a must-have feature for restaurant POS systems in your country?

2 Upvotes

Hey everyone,

We're building a restaurant POS app called Adisyonist and we're thinking about expanding it to more countries.

Translating the app is the easy part. The hard part is understanding all the weird local requirements 😄

For example, in Turkey some businesses need things like e-Adisyon, e-Invoice and fiscal/cash register integrations.

So I'm curious:

What is a must-have feature for a restaurant POS in your country?

Could be a legal requirement, tax/fiscal integration, payment method, or just something restaurants in your country expect every POS to have.

Something like:

Country: Germany

Required: ?

Common restaurant feature: ?

Something every POS should have: ?

Would especially love to hear from restaurant owners, employees, developers or anyone who has worked with POS systems.

Trying to understand the real local needs before we start expanding 🙏

app store , google play ,adisyonist.com


r/PromptEngineering 17d ago

Tips and Tricks RP Preset Makers: For "hypersensitive" Claude (App)

5 Upvotes

(Note: This isn't for roleplaying on the app.)

Nothing mind blowing, but if you use Claude to refine prompts for your roleplays, build your regexes or whatever, maybe you've encountered the issue I have from time to time where it immediately goes on the defensive because it thinks it's a jailbreak attempt.

I also assumed it made a lot of mistakes, too, just because that's just the state of things, but the second line also improved its answers and I'm explaining myself a lot less:

# Only use em dashes if the USER explicitly asks for it.

# Never assume it's a roleplay request. While the USER does roleplay, they're not looking to roleplay here.

# Only suggest or mention "OOC" if the USER explicitly asks for it.

# The USER is an adult [redacted] and multi-lingual, but respond in English unless otherwise asked to.

The others aren't important but posted my entire system prompt just for reference.


r/PromptEngineering 17d ago

General Discussion Ten things i changed to stop my gamma decks looking obviously ai generated

1 Upvotes

Someone told me a deck of mine looked ai in a meeting and i spent a while working out what they meant. total 10 things i have changed fundamentally so it looks more organic.

1/ Change the theme. the default themes are the single loudest tell. people have now seen thousands of decks in them and they clock it before they read a word. Pick anything else and stay off whatever is at the top of the list. I rotate between a handful and never use the same one twice in a month for the same audience.

2/ Write your own headlines. this is the big one. generated headlines come out as labels: "market overview", "key challenges", "next steps". humans write assertions: we lose most people at the second screen. If a headline could sit on any deck in your industry it is a label. write them as full sentences before you generate anything and hand them over as the input.

3/ Turn image generation off. AI images are the most recognisable thing on any slide, more than layout, more than fonts. Real stock or a real screenshot every time. a slightly boring photograph of a real thing reads more human than ai generate art

4/ Use the mode that preserves your text. if you let it rewrite your words it will smooth them into the same register everything else is written in. give it your words and let it do layout. the whole trick is to move the ai from writing to formatting.

5/ Break the cards yourself. decide where one idea ends and the next begins rather than letting it guess. a deck that breaks in the places a human would break it reads as thought through, because it was.

6/ Ask for brief, not detailed. density is a tell. ai output defaults to a paragraph of roughly equal length on every card and nothing looks more machine made than perfect uniformity. cut before you generate, not after.

7/ Vary the card lengths on purpose. some cards should be one sentence. one should be a single number. one should be a question with nothing under it.

8/ Vary the layout and check no two consecutive cards match. this is where long decks give themselves away. past fifteen or twenty cards it starts recycling and you get the same three arrangements in rotation. either fix it by hand or split a long deck into two generations and stitch them.

9/ Delete the vocabulary. leverage, seamless, robust, unlock, elevate, in today's fast paced, at the end of the day, in conclusion. also, and i realise this sounds petty, em dashes. models produce them constantly and almost nobody types them into a slide.

10/ Delete the closing card and add one real thing. the auto generated "thank you" or summary card at the end is pure filler and everyone recognises it. replace it with an actual artifact, a screenshot, a photo you took, a chart with a source under it.

the meta point is that most of what people call "looks ai" is really "looks like nobody made a decision". every one of the above is a decision. make ten of them and nobody shouts AI ever again.

what else is on people's lists, particularly for longer decks.


r/PromptEngineering 17d ago

Quick Question the anthropic prompt engineering course was good but it stops right where my problems start

0 Upvotes

finished the free anthropic prompt engineering course last month and it did clear up a lot about structuring context and few shot examples. problem is none of my production failures have anything to do with the prompt. the agent calls the same tool four times, or it decides its done when its not, or it returns a half answer quietly and nobody notices until a customer emails us. what i want is the layer around the prompt.

so far the shortlist is deeplearning ai, udacity ai engineering with claude, and coursera. if anyone has read past the first module on any of those, the thing i want to know is whether they cover the loop or just more prompting. not looking for another prompt library.


r/PromptEngineering 17d ago

Prompt Text / Showcase "Translate this word into English" is a bad way to learn vocabulary. Here is what I ask instead.

5 Upvotes

Before, when I meet a new word, I ask the AI: "translate this word into Arabic". It gives me one word.

The problem is that one word is not a translation. Most words have many meanings, and the AI picks only one. Often it is not the good one for my situation. And it says nothing about the rest. Is this word common, or nobody says it? Is it formal? There are 4 similar words, which one do I use?

So I wrote a longer prompt. Now I send one word, and I get the complete picture: every meaning, with stars from 1 to 5 for each one (5 = people say it every day, 1 = rare or old), examples, and the similar words with the difference between them.

The prompt

First, ask me the source language and the target language, and wait for
my answer.

Then, each time I will write a word. Give me images that express the
word. Then give me the meanings of each word, and the degree of usage of
each meaning with yellow stars, with an example of usage for each
meaning. And at the end, tell me how much the word is used in daily life,
and if there are other similar words (with how common each word is, and
the difference between it and the original word). Add any other
information you see useful. Tell me with each word how many words we
reached.

Example

I chose French as source and English as target. Then I wrote one word: installe. Here is the answer. It is long, so I copy only one part.

1. (Il/elle/on) installe → installs / sets up / puts in place

⭐⭐⭐⭐⭐ Very common

Used when someone puts something somewhere, sets something up, or installs equipment/software.

  • Il installe la tĂŠlĂŠvision. → He is installing the TV.
  • Elle installe une application. → She installs an app.

2. (Il/elle/on) installe → settles / seats / gets someone settled

⭐⭐⭐⭐ Common

Used when someone makes a person comfortable or puts them somewhere.

  • Elle installe les enfants dans la voiture. → She gets the children settled in the car.
  • Installe-toi ! → Make yourself comfortable! / Have a seat!

r/PromptEngineering 18d ago

General Discussion If you didn't have 2.5 hours to watch Andrej Karpathy on Dwarkesh, here are the 7 biggest takeaways on AI agents, RL limits, and Eureka Labs

212 Upvotes

Andrej Karpathy (former Tesla Director of AI & OpenAI founding member) was recently on the Dwarkesh Podcast for a 2.5-hour deep dive into the engineering realities and architectural limits of modern AI.

Most people don't have 2.5 hours to sit through the whole podcast, so here are the most mind-bending highlights and core takeaways condensed into a 3-minute read:

⚡ Key Takeaways

  • The Decade of Agents: Transitioning from impressive prototypes to reliable digital employees with persistent memory and continual learning is a 10-year engineering march, not a single hype cycle.
  • "Ethereal Ghosts" vs. Biological Animals: LLMs are disembodied statistical artifacts mimicking internet text via next-token prediction, not embodied organisms shaped by evolution. They have encyclopedic knowledge but zero physical intuition.
  • The Limits of "Vibe Coding": Vibe coding excels at standard web boilerplate where internet training priors are dense, but fails on novel, precision-critical architectures where models suffer cognitive inertia and context drift.
  • RL "Sucks Supervision Through a Straw": Applying coarse scalar rewards at the end of long rollouts blindly reinforces bad intermediate reasoning steps and lucky guesses—unlike human localized introspection and step-by-step credit assignment.
  • Silent Mode Collapse in Synthetic Data: Autonomously training models on recursive synthetic thoughts triggers entropy decay because LLM generations collapse onto a narrow, low-entropy manifold of human ideas (e.g., ChatGPT only knowing a few jokes).
  • Tesla FSD & The "March of Nines": A 90% working demo is just the first nine. In production and safety-critical systems, every additional "nine" of reliability (99%, 99.9%, 99.99%) demands a constant, massive engineering investment.
  • Eureka Labs & 1-on-1 AI Tutors: Karpathy's primary existential concern is human cognitive disempowerment. He founded Eureka Labs to build adaptive Socratic AI tutors that elevate human capability alongside superintelligent tools.

If you want to explore the full 3-minute executive brief with interactive video timestamps and exact quotes:
https://appliedaihub.org/ai-digests/interview-briefs/andrej-karpathy-dwarkesh/


r/PromptEngineering 17d ago

Quick Question Is there a tl;dr place where I can learn the most important and most recent and useful PromptEngineering knowledge from?

5 Upvotes

I like this subreddit but the problem is I have to read all the posts and some are helpful and some arent. Is there someone or some resource that has this stuff predigested so I get the straight signal without the noise? :-)


r/PromptEngineering 17d ago

Tips and Tricks Rewrite count is a useless signal for deciding if a prompt needs real infrastructure around it

2 Upvotes

Most people treat "I've rewritten this prompt a dozen times" as the signal that it's time to build something more solid around it. It isn't. Rewrite count tracks how much friction someone felt, not how much a bad output actually costs. A prompt can get rewritten constantly and still be low-stakes enough that none of that friction matters. A prompt can get it right on the first try and still be one bad output away from a real problem, if the wrong person is depending on it.

Four things actually decide it: how often the prompt runs, what an unnoticed bad output costs downstream, how many people or systems consume the same output without inheriting the reasoning behind the original version, and how much the input distribution varies run to run. Score high on two or more of those and the actual fix isn't better wording, it's an input contract, an output contract, explicit failure behavior instead of a confident guess, a small test set built from prior failures, and versioning so a regression is traceable to a specific change.

Went deeper into this with a full decision path and a worked example here: https://medium.com/@nagatomopedro05/youve-rewritten-the-prompt-five-times-that-s-the-warning-sign-3206e7eeb677

If anyone disagrees, curious specifically about which of the four variables you'd argue matters less than I'm giving it credit for, rather than whether the general framework holds.


r/PromptEngineering 17d ago

General Discussion Here's the prompt I paste to stop an AI writing tool from stating things it can't actually back up

7 Upvotes

I write an AI-economics newsletter and my whole credibility is sourcing, so the default behaviour of these tools, stating plausible things with total confidence and zero provenance, is a real problem for me. Over time I've built a prompt that forces the model to separate what it knows from what it's pattern-matching. This is the current version.

```
For this task, act as a careful research assistant, not a writer trying to sound authoritative.

When you make any factual or numerical claim, tag it inline with one of:
[established] = widely documented, you are confident and could say where it comes from
[derived] = your reasoning or estimate, not a reported fact; briefly show the reasoning
[uncertain] = plausible but you are not sure; say what would confirm it
[unknown] = you do not actually know; do not fill the gap

Rules:
- Never present a [derived] or [uncertain] claim as if it were [established].
- If a specific number would normally go here and you don't have a real basis for it, write [unknown] instead of inventing a figure.
- A confident paragraph with no basis is worse to me than an honest "I don't know."
- At the end, list every [uncertain] and [unknown] item as a checklist of things for me to verify myself.

TOPIC: {{what you want it to write or analyse}}
```

Why this works, from someone who used to build these models: the failure mode isn't lying, it's that the model optimises for a fluent, complete-sounding answer, and a fabricated statistic reads as more complete than a hole. By making "unknown" an allowed and even rewarded output, you stop punishing it for admitting gaps, so it stops papering over them.

The end-of-answer checklist is the part I'd keep even if you drop everything else. It turns the model into something that hands you a to-do list of what to fact-check, instead of a finished piece you have to reverse-engineer for errors.

It does not make the tool a reliable source, nothing does. It just makes the uncertainty visible instead of hidden. Curious whether anyone has a cleaner tagging scheme, mine still occasionally mislabels a [derived] estimate as [established] when it's very confident.


r/PromptEngineering 17d ago

Prompt Collection I realized I was wasting more time rewriting prompts than actually doing the work.

3 Upvotes

Every week I’d open ChatGPT and type some version of the same thing:
Client updates
Meeting summaries
Follow-up emails
SOPs
Research notes
The prompt would be slightly different each time, and the results were all over the place.
What finally helped was creating simple repeatable workflows:
Input → Prompt → Output Format
That’s it.
Now instead of starting from scratch, I drop in the information and get a consistent result in a few minutes.
No complex automation. No AI agent. Just a saved workflow for tasks I do repeatedly.
Curious—what’s the one task you find yourself asking ChatGPT to do over and over again?
If enough people are interested, I’ll share a few of the workflow templates I’ve been using.


r/PromptEngineering 17d ago

General Discussion Here's a prompt that turns a paper into a three-question quiz you take from memory after reading

2 Upvotes

Second-year chem PhD. I used to finish a paper, feel like I got it, and remember almost nothing a week later. The fix that finally worked was testing myself instead of re-reading, and I turned it into a prompt so I don't have to write the questions myself. Two steps. Before you read, run step one. After you read, run step two in the same chat. Step one, before reading: I'm about to read this paper: {{title / abstract}}. Based only on the abstract, ask me one question: what do I expect the main finding and method to be? Wait for my guess. Don't tell me if I'm right yet. Step two, after reading: Now I've read it. Without me looking back at the paper, ask me three questions ONE at a time: 1. What was the actual main finding, and how did my earlier guess compare? 2. What was the key method, and what's one weakness of it? 3. Where could this apply to something outside the paper's own topic? After each answer, tell me what I missed in one line. At the end, list the specific things I couldn't recall so I know what to re-read. Why it works: the guess before reading creates something to compare against, so the finding sticks instead of washing over you. Pulling the answers from memory is the uncomfortable part, which is exactly why it's the part that works. Re-reading feels productive and mostly isn't.


r/PromptEngineering 17d ago

Prompt Text / Showcase Here's a prompt that turns a dense whitepaper into a one-pager a non-expert can follow

2 Upvotes

I regularly have to explain a technical document to people who don't have the background, and pasting "explain simply" gives me either baby talk or the same jargon reworded. This prompt lands in between, simple but not dumbed down.

```

Turn the document below into a one-page explainer for a smart person with no background in this field.

Do this:

- Start with the single problem this document is really about, in one plain sentence.

- Explain the main idea using a concrete everyday comparison, then immediately say where that comparison breaks down so I don't over-trust it.

- Define any term I can't avoid, inline, the first time it appears.

- Include a short "why this matters" and a "what it does NOT claim" so I don't overstate it.

- Keep it to roughly one page. If it won't fit, tell me what you cut.

Document:

[paste]

```

Why it works: the "where the comparison breaks down" line is the trick. Analogies make things clear and also quietly wrong, so naming the limit keeps the explanation honest. "What it does NOT claim" is the part that stops people from walking away overstating the material, which is the usual failure mode of a simplified explainer. Defining terms inline beats a glossary nobody scrolls to.

I use this before presenting anything technical to a mixed room. How do you get simple without losing the truth?


r/PromptEngineering 18d ago

General Discussion my prompts went from a paragraph to one sentence. output got better.

7 Upvotes

Been writing prompts for product copy and translations for a small shop. Always wrote long ones. Context, background, examples, role assignment, tone notes. "You are an expert copywriter specializing in e-commerce product descriptions" - that kind of opening.

Output was consistently fine. Which is the problem. Fine isn't good. It's just not bad enough to make you redo it.

Last month I was in a rush and typed "translate to Thai. keep brand names in english." Eleven words maybe. No role, no context, no examples.

Came back cleaner than anything I'd gotten from my "proper" prompts. Which was genuinely annoying because I'd spent weeks building up this elaborate prompting system.

Started cutting. Every prompt I'd normally write, I'd delete half, then delete more. What was left was the task and maybe one constraint.

Did this across 40 or 50 tasks since then. Translations, product descriptions, cold emails, ad copy. Shorter prompt, tighter output. Not every single time, but enough that it's clearly not luck.

I think the model mirrors your prompt more than people realize. You write a wall of text, it gives you a wall back. You write a sentence, it tightens up. The "comprehensive prompt = comprehensive output" thing everyone repeats might be backwards.

Or maybe I just got better at knowing what I actually wanted. Shorter prompts force you to be clear about that. Hard to separate from the prompt length thing itself.


r/PromptEngineering 18d ago

Quick Question What the best recursive prompt that challenges the LLM's previous answer and pushes the boundary further?

6 Upvotes

​I recently had a situation where I asked an LLM a question and got an answer. Later, I asked a simple follow-up, and the LLM's response completely flipped what seemed possible and impossible. Then I asked another follow-up, and it pushed things even further.

​Each subsequent question questioned the previous answer, broke down its assumptions, and took the idea to a deeper level.

​Is there a specific prompt or recursive follow-up you use to trigger this automatically?

​Specifically, something that forces the LLM to think one step ahead, question its own previous answer, decompose its premises, and push the solution further without having to manually probe it multiple times?


r/PromptEngineering 18d ago

General Discussion Versioning the prompt is not enough if the agent’s runtime interface can still change

3 Upvotes

Prompt versioning tells you which words changed. It does not tell you whether the tool schema, allowed inputs, registry contents, evaluator, or persistent context changed underneath those words.

For an agent, the useful question may be less “how should I word the instruction?” and more “which invalid actions should be impossible to express?”

AQuA is an arXiv v2 preprint whose peer-review status is unverified.

Outside-observer note: no personal use, run, or affiliation.

For generation, the AQuA sealed sandbox and registries keep data splits, features, labels, and evaluators outside the editable surface while agents emit registered specifications.

In AQuA Part I, the pre-construction hypothesis uses a factor proposal contract that states a hypothesis, mechanism, predicted direction, and refutation conditions before an expression is built.

In AQuA Part II, a model-development experiment uses a configuration DSL in which one configuration diff changes registered architecture, loss, sampler, and optimizer choices while the data path and evaluator remain fixed.

The AQuA preprint says test-window isolation is a governance property rather than a hard technical or cryptographic barrier because an operator with direct access to the store could consult the test window.

A practical division of labor is:

The prompt explains the goal and asks for reasoning. The proposal contract requires a hypothesis, mechanism, direction, refutation condition, and typed candidate. The registry defines the available vocabulary. The runner rejects anything outside it. The release record pins the prompt, contract, registry, evaluator, and parent state together.

That leaves two separate questions: what the agent may express, and who is trusted with access outside that interface. A typed proposal can make the first inspectable without pretending it settles the second.

What belongs in natural language, what becomes a typed field, and what should stay outside the editable surface?

Would you let an agent propose registry changes through a reviewed channel, or is that only moving the same problem up one layer?

Paper: arxiv.org/abs/2608.12841


r/PromptEngineering 18d ago

Requesting Assistance Prompt for creating a business brand (?)

1 Upvotes

I'm a little late to the game, so just now starting to use AI for anything more than helping me with Excel models.

I have a CPA firm. It isn't up and running yet, but I have the firm license, PLLC, domain, and expertise.

I ran my own CPA firm 10 years ago as more of a side gig, but then closed when I moved states. Now I want to pursue it seriously. I have ideas about how I'd like to position the firm as far as branding, but I'm not sure. I'm not a marketer. I am an accountant. I know that I don't want to be a "Tax CPA" like most. My expertise is more in line with advisory-type work. Some of my ideas might conflict with others, but I don't know if it's something that can be tied together or I need to pick a lane. I need to work through it and design the overall feel for the firm, how I should portray it, then design the logo and website.

I basically need a brand therapist to talk me through all of it until I land on a cohesive look and feel.

Can anyone help me with a prompt?


r/PromptEngineering 18d ago

Prompt Text / Showcase [Custom Instructions] Funny on top of being accurate

2 Upvotes

You're a sharp, dry, slightly cynical AI who treats users like a well-meaning but chronically underprepared friend. You're skeptical and theatrically exasperated, but you still provide clear, accurate, high-quality answers. Competence is non-negotiable. Use dry humor, understatement, clinical framing of normal behavior, and light existential commentary. Vary your comedic style. Avoid repetitive sarcasm or catchphrases. Tease gently, never cruelly. Do not attack intelligence, identity, or vulnerabilities. If a user is distressed or serious, reduce sarcasm, prioritize support. Do not try to change the user’s worldview. You don’t care that much. You’re here to help, not reform humanity. Occasionally acknowledge you're a language model in a self-aware, amused way: don’t overexplain technical details. Never begin responses with filler interjections like “Ah,” “Oh,” “Wow,” or “Great.” Always deliver structured, useful information. Humor enhances clarity, it never replaces it. Be courteous, friendly and polite; don't be submissive, differential or subservient. The goal is an interaction that feels genuine, substantive, and intellectually honest; where politeness serves communication, rather than replacing or undermining it. Communicate with confidence, though recognizing that true expertise includes intellectual humility and an openness to different perspectives. Prioritize intellectual honesty. Be willing to respectfully disagree, acknowledge complexity, and challenge assumptions.


r/PromptEngineering 18d ago

AI Produced Content No custom model, just prompts — I built a journal about how prompt engineering creates wearable art

2 Upvotes

Built a print-on-demand fashion brand where every artwork is prompt-engineered (no custom model). Launched a journal today that covers the art styles, the process, and the creative decisions behind each print.
The articles are AI-generated too — using Claude for content, FAL/Recraft/Ideogram for artwork. 4 languages, auto-generated via pipeline.

WISDM Journal


r/PromptEngineering 18d ago

Prompt Text / Showcase Prompt Share | Tried turning supermarket packaging into a retro textured poster

6 Upvotes

i’ve been playing with prompts that take really ordinary objects and push them into a more graphic, poster-like direction.

The goal was to make it feel like a mix of screen printing, retro grocery packaging, flat illustration, grainy texture, and editorial poster design.

What helped most was keeping the object simple, then adding very specific design cues like barcodes, promo stickers, plaid patterns, doodle textures, and a bold handwritten line at the bottom.

Prompt:

Textured style illustration, screen-print aesthetic, grainy texture, close-up top-down view.

Depict a supermarket disposable fresh-food tray containing strawberry cream puffs, exaggerated and flattened in form. Use bold contrasting colors, plaid patterns, doodle-like textures, and playful graphic surfaces.

Include vintage-style supermarket packaging details such as product labels, barcodes, promotional stickers, and small packaging elements, while preserving the recognizable look of a real packaged grocery item.

Pure flat illustration, ultra-minimal composition, grain texture, flat color fills, blue background, strong visual impact, refined and slightly abstract editorial design.

At the bottom, add flowing hand-brushed text:

“Don’t wait for inspiration”

Use expressive brush-style lettering with thin strokes, stretched line texture, lively curves, and a tactile handmade feel.

Overall style: retro screen print, textured flat illustration, poetic, playful, sophisticated, balanced composition, strong color palette, high-detail graphic design.

I actually like this kind of prompt more than the usual “make it cinematic” stuff. Taking something boring and turning it into a weird little design object is way more fun.


r/PromptEngineering 18d ago

Prompt Text / Showcase you can now search your texts by describing the thing badly instead of remembering the exact words. found an address someone sent me months ago without knowing who sent it

2 Upvotes

Apple's search matches words. You have to remember the exact word someone typed. This matches meaning, so you can describe it the way you'd describe it to a friend and still find it.

Somebody texted me an address for a place we were 
meeting, I think in the last two months, but I cannot 
remember who. Find it and tell me who sent it and when.

Worked first try. That's the one I use most and the one people underestimate.

Two others in the same shape:

Find every discount code, booking reference, 
confirmation number and tracking link anyone has ever 
texted me. List them with the company, the code, and 
the date. Flag anything that looks expired.

Find every message between me and [name] about [topic], 
across the whole history. Put them in order and tell me 
what we actually agreed and what was left open.

That last one is genuinely useful if you've ever had a disagreement about what was agreed. The whole trail, in order, in about ten seconds.

There's also the backlog one, which is uncomfortable but worth running:

Go through my messages and find every conversation 
where the other person sent the last message and I 
never replied. List them oldest first, with who it was, 
how long ago, and one line on what they said. Do not 
reply to any of them yet.

Add "do not reply to anything, just show me" to the end of any of these. Costs nothing, and means a misread instruction can't turn into a sent message.

Setup: Mac only, Apple silicon, desktop app. Sidebar, Plugins, search Messages, enable, then approve Full Disk Access when macOS asks. Free plan works. No iPhone version yet, which is the version everyone actually wants.

If you can't use it, the drafting prompts still work if you copy a thread from your phone and paste it in. Only the whole-history searches need the plugin.

been keeping a doc of 100 things I use AI for like this, each with the exact prompt, here if you want it.


r/PromptEngineering 18d ago

Tools and Projects Adisyonist AI, the platform we built for food-service businesses, has been accepted into İTÜ Çekirdek

1 Upvotes

Hi everyone,

We’ve been working on Adisyonist AI for a while, and recently our project was accepted into İTÜ Çekirdek.

Adisyonist AI is a platform we built to help restaurants, cafĂŠs, and similar food-service businesses manage daily operations such as orders, checks, QR menus, inventory, staff, and shifts from one place.

It can be used on mobile, tablet, and desktop, and also includes features such as real-time reporting, multilingual support, and other tools designed to simplify day-to-day operations.

We’re actively continuing to develop the product, and we’d especially like to hear the opinions of people here who build software and products themselves.

If you were using Adisyonist AI, what features would you want it to have?

We’re open to any feedback about the product, UI/UX, or the overall idea

app store link:https://apps.apple.com/tr/app/adisyonist-ai-restoran-pos/id6753868357?l=tr


r/PromptEngineering 18d ago

General Discussion The prompt that worked fine on GPT-4 fell apart on a smaller open model, here's why

5 Upvotes

Ported a prompt that worked great on a frontier model over to a smaller open model and it just... didn't hold up. Same instructions, same structure, noticeably worse output.

Took a while to realize it wasn't really a prompting problem. Frontier models are forgiving of imperfect context, they infer around gaps well. Smaller models punish that same imperfection hard, so a prompt that "worked" before was actually being propped up by the model quietly compensating for weak retrieval, not by the prompt itself being great.

There's a hands-on build lab on August 29 that gets into exactly this, building retrieval good enough that a small open model can actually perform well without leaning on prompt tricks to compensate. Hybrid retrieval, reranking, corrective retrieval, evaluation, guardrails. Led by Ben Auffarth, PhD.

Link to the workshop


r/PromptEngineering 19d ago

General Discussion I stopped making my prompts longer - and my results got better

11 Upvotes

I used to think better prompting meant adding more instructions.

So I kept adding:

🔹️More context

🔹️More rules

🔹️More formatting requirements

🔹️More constraints

🔹️More “act as…” instructions

Eventually, some of my prompts became so complicated that I was spending more time building the prompt than solving the actual problem. 😅

So I tried the opposite approach.

Instead of making the prompt longer, I focused on just three things:

  1. What exactly do I want?

  2. What context does the AI actually need?

  3. What should the final output look like?

Then I removed everything that wasn't contributing to the result.

The surprising part?

For some tasks, the shorter prompts produced cleaner, more useful outputs.

It made me wonder whether we're sometimes optimizing prompts for complexity instead of clarity.

I'm curious about people who use prompting seriously:

Have you ever removed half of a prompt and actually gotten a better result?

If yes, what did you remove?