u/Emergency-Jelly-3543

Non-English speakers are massively underpowered when using AI.

Most people think AI prompting is hard because they “don’t know prompt engineering.”

I think the real problem is simpler:

people are trying to think in English instead of thinking naturally.

I noticed this while testing voice workflows.

When people speak in their native language, their ideas are:

faster

more detailed

more natural

less mentally filtered

But the moment they switch to English for AI, the quality drops.

Shorter sentences. Simpler thoughts. More friction.

So we built something into PromptFlow Voice that feels weirdly powerful:

You speak naturally in ANY language — Arabic, French, Japanese, Chinese, German, whatever — and it automatically converts it into a clean, structured English output ready for:

AI prompts

emails

messages

posts

documentation

Not raw transcription.

Actual formatted output.

The interesting part isn’t the translation.

It’s that people suddenly think better when they stop trying to “perform English” for AI.

Curious if non-English speakers here feel the same.

Link: https://promptflow.digital/voice

reddit.com
u/Emergency-Jelly-3543 — 8 days ago

I think prompt engineering is going to look primitive in a year.

Not because AI gets smarter.

Because typing prompts into a textbox is fundamentally the wrong interface.

The weird realization I had while building AI tools is this:

People don’t actually want “AI chat.”
They want intent → output.

For example, if I say:

“add retry logic and exponential backoff to the API client”

the output should depend on where my cursor is.

In Claude → structured prompt.
In VS Code → coding instruction.
In Slack → concise message.
In Gmail → polished technical email.

Same sentence. Different outputs.

So I built a voice app that detects the active app and reformats speech accordingly.

After using it for a week, manually formatting prompts started feeling like manually formatting HTML in 2006.

I honestly think context-aware voice interfaces are going to replace a huge percentage of prompt typing.

Website: https://promptflow.digital/voice

reddit.com
u/Emergency-Jelly-3543 — 9 days ago

I realized the problem with voice dictation isn’t accuracy anymore.

It’s formatting.

Every voice tool gives you a transcript.
But a transcript is almost never what you actually need.

If I say:

“summarize this bug and propose a fix”

what I want depends entirely on where my cursor is.

In Gmail → I want a complete email.
In Claude → I want a structured AI prompt.
In VS Code → I want a precise dev instruction.
In Slack → I want a short direct message.

Same sentence. Completely different outputs.

So I built a desktop app called PromptFlow Voice that detects the active app and reformats your speech accordingly.

You hold a key, speak naturally, release, and the formatted result appears directly at the cursor in ~2 seconds.

A few things I spent way too much time solving:

  • technical words like “Supabase”, “LangChain”, and “Windsurf” not getting destroyed by speech recognition
  • speaking Arabic/French and getting polished English output
  • making AI output feel instant instead of “generate → wait → paste”
  • system-wide usage instead of browser-only

The weird part is that after a few days, typing long prompts starts feeling primitive.

I just launched the first version and would genuinely love feedback from people who write prompts, code, emails, or documentation all day.

Website: https://promptflow.digital/voice

reddit.com
u/Emergency-Jelly-3543 — 9 days ago
▲ 4 r/Moroccopreneur+2 crossposts

Shipped a desktop app today — you speak, it translates, figures out if you're in ChatGPT or Gmail or VS Code, and types the right thing for you

Been working on this for a bit, finally shipped it today.

It's called PromptFlow Voice. You run it in the background, click into whatever you're writing in, speak in your language, and it handles everything from there — transcription, translation to English, figuring out the context, and injecting the output directly into the field. Nothing to copy.

The context part was the most fun to build honestly. It knows if you're in ChatGPT and formats a clean prompt. Switch to your email and it sounds like an email. Open VS Code and it writes like a developer. All from the same voice input.

Every feature has its own toggle so you're not stuck with all of it if you don't want it.

7-day free trial here if anyone's curious: promptflow.digital/voice

Happy to go deep on how the injection or context detection works if anyone asks.

u/Emergency-Jelly-3543 — 9 days ago

Built a desktop app that lets you speak your prompt in any language — auto-translates, detects your active app, and injects the result directly where your cursor is

I've been thinking about this problem for a while: most people who use AI daily aren't native English speakers, but prompting in English almost always gets better results.

So I built PromptFlow Voice — a standalone desktop app. You speak in your language, it transcribes + auto-translates to English, detects which app you're focused in, enhances the output for that context, and injects it directly into the focused field. No copy-paste, no switching windows.

The context layer is what makes it more than just a translator:
– Focused in ChatGPT, Claude, or Gemini → output is structured as a proper prompt
– Focused in Gmail or Outlook → output is shaped like a professional email
– Focused in VS Code → output is a clean technical instruction
– Focused in Notion, Docs, etc. → clean prose

A few things I learned building it:
– The translation layer matters more than the transcription. Getting fluent, context-aware English out of a casual spanish or French sentence is where most of the value is
– Desktop felt right because it needs to sit alongside whatever AI tool you're using in the browser, not be embedded in it
– Speaking is genuinely faster than typing for most people once they get used to it

And every feature — translation, context detection, enhancement — can be individually toggled on or off. You configure it to do exactly as much or as little as you want.

If anyone wants to try it, there's a 7-day free trial at promptflow.digital/voice

Curious if others have thought about this workflow or tried anything similar.

reddit.com
u/Emergency-Jelly-3543 — 11 days ago

Long detailed prompts don't cost more — they actually save you money. Here's the math + a free 500+ prompt library built around this (no signup)

Before anything else, the math that changed how I think about prompts.

Most people avoid writing long detailed prompts because they assume more tokens = higher cost. That's only half the picture.

Claude Sonnet pricing (as a real example):
Input tokens: $3 per million
Output tokens: $15 per million

Output costs 5x more than input.

Now run the actual comparison:

Vague prompt: ~30 input tokens → generic output → 4 correction turns
Each correction turn: ~200 input + ~400 output tokens
Total: 30 + (4 × 600) = ~2,430 tokens. Mostly expensive output tokens.

Detailed prompt: ~250 input tokens → usable output on the first try
Total: ~650 tokens. Mostly cheap input tokens.

You spend 220 extra input tokens ($0.00066) to avoid 1,780 tokens of back-and-forth — a big chunk of which is output tokens at 5x the price.

The detailed prompt is not just faster. It is genuinely cheaper to run.

On Claude Pro or ChatGPT Plus where you have message limits instead of token costs, the math is even simpler. A vague prompt that needs 4 corrections = 5 messages burned. A detailed prompt that lands first try = 1 message. You get 5x more done inside the same quota.

---

This is what I kept getting wrong. I was treating prompt length like a cost. It's actually the opposite — short vague prompts are what drain your budget.

The fix is context optimization. Loading everything the model needs before the task starts instead of sending corrections after.

Four things that matter:

**A specific role** — not "helpful assistant." A real, credentialed persona. The model's output distribution shifts based on who it's supposed to be.

**Constraints loaded upfront** — your stack, your audience, what's off the table, what you've already tried. Every missing detail is a guess the model makes for you, and it always guesses generically.

**Output format defined before generation** — shape, length, structure. Defined before the task, not after seeing something wrong.

**A quality signal baked in** — "flag every assumption," "if under 90% confident say so." Self-evaluation criteria the model applies while generating.

---

I built a library of 500+ prompts structured this way — software architecture, security, DevOps, ML, debugging, marketing, freelancing, content creation. Already loaded with context so you're not rebuilding the structure from scratch every time.

Free, no account: promptflow.digital/prompts

What correction turn costs you the most — is it output format or missing context that sends you back most often?

reddit.com
u/Emergency-Jelly-3543 — 14 days ago

Writing longer prompts doesn't waste your ChatGPT/Claude quota — sending corrections does. The math is pretty eye-opening + free 500 prompt library (no signup)

I used to keep my prompts short because I thought longer = more quota used.

Completely backwards. Here's why.

Every AI model charges differently for reading vs. generating. Input (what you write) costs a fraction of what output (what it generates back) costs. On Claude Sonnet for example, output tokens cost 5x more than input tokens.

So when your short vague prompt produces something unusable and you send a correction — then another correction — then another — what's actually happening:

Short vague prompt + 4 corrections:
→ 4 extra responses generated = 4 × expensive output tokens
→ Total: roughly 2,400+ tokens used, mostly on the costly side

One detailed prompt that nails it first try:
→ 1 response generated
→ Total: roughly 650 tokens, mostly cheap input tokens

You burned nearly 4x more resources on the "short" approach.

On free or Plus plans where you have message limits instead of token costs, it's even more obvious. That 4-correction loop just cost you 5 messages. A detailed prompt that works first try costs 1.

I kept hitting my daily limit and thinking I was just using AI too much. I was just using it inefficiently.

---

The thing I was skipping on every prompt: context.

Not the task — I was always clear on what I wanted done. What I was skipping was everything the model needs to do it well. The role. The constraints. The format. What good looks like.

Without that it guesses. And it always guesses generically.

Detailed prompt, loaded with context → usable output → 1 message
Vague prompt → generic output → 4 corrections → same result, 5 messages

The extra 30 seconds writing a better prompt saves you 4 messages every single time.

---

I got tired of rebuilding the context structure from scratch for every prompt so I put together a library of 500+ already structured this way — marketing, content, coding, freelancing, writing and more.

No signup, just open it: promptflow.digital/prompts

What sends you into correction mode the most — wrong tone, wrong format, or wrong level of detail?

u/Emergency-Jelly-3543 — 14 days ago