@karpathy: The hottest new programming language is English

X AI KOLs News

Summary

A commentary on how large language models and AI have made English an effective programming language, reflecting the shift toward natural language interfaces for coding tasks.

The hottest new programming language is English
Original Article
View Cached Full Text

Cached at: 04/20/26, 09:39 AM

The hottest new programming language is English

With the rise of AI models like GPT and Claude, writing code has never been more natural. Instead of wrestling with syntax and debugging mysterious error messages, developers can now simply describe what they want in plain English.

Why English is winning

Natural expression: You can write instructions the way you think, without memorizing language rules and conventions.

Lower barrier to entry: People without formal programming training can now build software. A product manager, designer, or domain expert can directly implement their ideas.

Faster iteration: Explaining your intent in English is often quicker than writing boilerplate code. The AI handles the implementation details.

The trade-offs

Of course, there are limitations:

  • Less control: You’re relying on the AI to interpret your intent correctly
  • Debugging difficulties: When something goes wrong, understanding why requires understanding both your description and the generated code
  • Performance concerns: AI-generated code may not be optimized
  • Consistency issues: The same English description might produce different results across runs

The future of programming

We’re likely moving toward a hybrid model where:

  • High-level business logic gets written in English
  • Performance-critical sections use traditional languages
  • Developers spend more time on architecture and less on syntax
  • Code review becomes about validating intent rather than style

The “hottest new programming language” might actually be the death of language specificity altogether. Whether that’s progress depends on what you value in software development.

Similar Articles