@karpathy: The hottest new programming language is English
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.
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
@rileywestreel: Andrej Karpathy (OpenAI founding member) : "Suddenly everyone is a programmer, because everyone speaks English. It used…
Andrej Karpathy discusses how AI makes programming accessible to everyone through 'vibe coding', noting that writing code is no longer the hardest part, but rather deployment and infrastructure.
In the AI world, why do people still want to learn programming languages?
A reflection on why learning programming languages remains valuable even as AI generates code, emphasizing the need for foundational knowledge to effectively work with AI.
@heyshrutimishra: The "AI is only for coders" framing aged terribly fast. Half the most interesting workflows I see now are run by people…
The framing that AI is only for coders has become outdated; many of the most interesting AI workflows are now run by non-programmers.
@0xDepressionn: Karpathy: "I've never felt this much behind as a programmer. And I've been doing this for 20 years." I've watched hundr…
Andrej Karpathy shares insights on the rapid shift to AI-assisted programming, predicting 2025-2035 as the 'decade of agents' and describing his personal transition from 80% manual to 80% AI coding in just 30 days.
@HinataMotivates: Yann LeCun says the AI industry is completely LLM pilled.
Yann LeCun claims the AI industry is overly fixated on large language models.