AI Coding Tip 002 - Prompt in English

AI Coding Tip 002 - Prompt in English

Leader posted 3 min read

Speak the model’s native tongue.

TL;DR: When you prompt in English, you align with how AI learned code and spend fewer tokens.

Disclaimer: You might have noticed English is not my native language. This article targets people whose native language is different from English.

Common Mistake ❌

You write your prompt in your native language (other than English) for a technical task.

You ask for complex React hooks or SQL optimizations in Spanish, French, or Chinese.

You follow your train of thought in your native language.

You assume the AI processes these languages with the same technical depth as English.

You think modern AI handles all languages equally for technical tasks.

Problems Addressed

The AI copilot misreads intent.

The AI mixes language and syntax.

The AI assistant generates weaker solutions.

Non-English languages use more tokens. You waste your context window.

The translation uses part of the available tokens in an intermediate prompt besides your instructions.

The AI might misinterpret technical terms that lack a direct translation.

For example: "Callback" becomes "Retrollamada" or "Rappel". The AI misunderstands your intent or wastes context tokens to disambiguate the instruction.

How to Do It ️

  1. Define the problem clearly.
  2. Translate intent into simple English.
  3. Use short sentences.
  4. Keep business names in English to favor polymorphism.
  5. Never mix languages inside one prompt (e.g., "Haz una función que fetchUser()…").

Benefits

You get more accurate code.

You fit more instructions into the same message.

You reduce hallucinations.

Context

Most AI coding models are trained mostly on English data.

English accounts for over 90% of AI training sets.

Most libraries and docs use English.

Benchmarks show higher accuracy with English prompts.

While models are polyglots, their reasoning paths for code work best in English.

Prompt Reference

Bad prompt


Mejorá este código y hacelo más limpio

Good prompt


Refactor this code and make it cleaner

Considerations ⚠️

You should avoid slang.

You should avoid long prompts.

You should avoid mixed languages.

Models seem to understand mixed languages, but it is not the best practice.

Some English terms vary by region. "Lorry" vs "truck". Stick to American English for programming terms.

Type

[X] Semi-Automatic

You can ask your model to warn you if you use a different language, but this is overkill.

Limitations ⚠️

You can use other languages for explanations.

You should prefer English for code generation.
You must review the model reasoning anyway.

This tip applies to Large Language Models like GPT-4, Claude, or Gemini.

Smaller, local models might only understand English reliably.

Tags ️

  • Standards

Level

[x] Beginner

  • Commit Before You Prompt

  • Review Diffs, Not Code

Conclusion

Think of English as the language of the machine and your native tongue as the language of the human.

When you use both correctly, you create better software.

More Information ℹ️

https://commoncrawl.org/

https://arxiv.org/abs/2402.16694

https://arxiv.org/abs/2408.09701

https://tao-hpu.medium.com/why-we-recommend-english-for-ai-coding-the-30-performance-advantage-no-ones-talking-about-1c4cba55c146

https://www.uwa.edu.au/news/article/2025/may/ai-systems-are-built-on-english-but-not-the-kind-most-of-the-world-speaks

https://pureai.com/blogs/mind-the-prompt/2025/12/prompting-in-english-not-that-ideal-after-all.aspx

https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them

https://maximilianocontieri.com/code-smell-128-non-english-coding

Also Known As

English-First Prompting

Language-Aligned Prompting

Disclaimer

The views expressed here are my own.

I welcome constructive criticism and dialogue.

These insights are shaped by 30 years in the software industry, 25 years of teaching, and authoring over 500 articles and a book.


This article is part of the AI Coding Tip series.

3 Comments

0 votes
1 vote
0

More Posts

Tuesday Coding Tip 06 - Explicit template instantiation

Jakub Neruda - Apr 7

Tuesday Coding Tip 02 - Template with type-specific API

Jakub Neruda - Mar 10

I’m a Senior Dev and I’ve Forgotten How to Think Without a Prompt

Karol Modelskiverified - Mar 19

Your App Feels Smart, So Why Do Users Still Leave?

kajolshah - Feb 2

AI Coding Tip 001 - Commit Before Prompt

Maxi Contieri - Jan 6
chevron_left

Related Jobs

View all jobs →

Commenters (This Week)

1 comment
1 comment
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!