top of page

English: The New Programming Language?


Audio cover
English the New Coding Language_

Imagine a world where the barrier to creating software isn't the need to learn complex coding languages but simply the ability to articulate your ideas clearly in English. It sounds like a scene from a futuristic sci-fi movie, right? But according to Amazon Web Services CEO Matt Garman, this future might be closer than we think.


During a recent internal chat, Garman dropped an intriguing idea that’s been resonating throughout the tech community: "The hottest new programming language is English." While this statement might seem hyperbolic at first glance, it underscores a significant shift in the software development landscape, driven by advancements in Artificial Intelligence (AI).


Over the past few years, we've seen incredible strides in AI, particularly in the development of large language models (LLMs) like OpenAI’s GPT series and Google's Bard. These models have become increasingly proficient at understanding and generating human-like text, allowing them to perform tasks that were once the exclusive domain of highly skilled programmers. What’s fascinating—and perhaps a bit unnerving—is that these AI systems are starting to understand natural language instructions with a level of precision that was unimaginable just a few years ago.


In this new paradigm, the traditional barriers to software development are beginning to erode. Where once you needed to master the intricacies of languages like Python, Java, or C++, now you might just need to know how to effectively communicate your intent in English.


The idea of English as the new programming language isn't about replacing traditional coding languages; it’s about transforming how we interact with machines. Programming, at its core, has always been about instructing a computer to perform tasks. Historically, those instructions needed to be in a specific syntax—a language that the computer could understand. But with the advent of sophisticated LLMs, the need for that rigid syntax is diminishing.


AI systems are becoming adept at taking a description of what you want to achieve in plain English and turning it into functional code. Want to build a simple website? Describe it to an AI in English, and it can generate the HTML, CSS, and JavaScript needed to make it happen. Need to analyze a dataset? Explain what insights you’re looking for, and the AI can produce the Python code necessary to run the analysis.


Does this mean you can throw out your programming books and rely solely on your English skills? Not quite. While AI can handle many tasks, understanding the underlying logic and structure of programming is still crucial. Think of it this way: AI is like an extremely skilled assistant who can follow instructions to the letter, but it’s up to you to ensure those instructions are clear and correct.


However, the ability to communicate effectively in natural language is becoming just as important as technical coding skills. As AI tools continue to evolve, the role of the developer will increasingly focus on higher-level problem solving, creativity, and design—areas where human intuition and innovation are essential. The task of writing out every single line of code may become less critical, but knowing how to describe what you want the code to do, and understanding the logic behind it, will be more important than ever.


This shift has profound implications for how we train future software engineers. Traditional computer science education has focused heavily on learning specific programming languages and algorithms. While these skills remain important, there’s a growing recognition that soft skills—like clear communication, critical thinking, and problem-solving—are becoming equally vital.


We might see curricula that emphasize how to work alongside AI, teaching students not just to code, but to collaborate with AI tools, leveraging their capabilities while guiding them with human creativity and insight. This hybrid approach could lead to a new breed of software engineers who are as comfortable writing an algorithm as they are crafting a detailed project specification in plain English.


So, is English really the "hottest new programming language"? In a way, yes. As AI continues to advance, the ability to communicate effectively in natural language will become a cornerstone of software development. This doesn’t mean that coding is going away; rather, it’s evolving. The future of programming may be less about the specific languages we use and more about how well we can articulate our ideas and work with AI to bring them to life.


In this brave new world, the best programmers might not be those who can write the most complex code, but those who can think creatively, solve problems, and communicate their ideas clearly—both to their human colleagues and to the AI systems that will help bring those ideas to fruition.




Comments


bottom of page