Hello World, AI Style: Why the Future of Code Looks Surprisingly Like 1959
What happens when you ask an AI to design the perfect programming language for ... AIs?
· 1 min read

At XoSelf, we recently went down a rabbit hole: what would a programming language optimized specifically for AI generation look like? One built from the ground up for artificial minds to read, write, and understand.
After digging deep into research from MIT, Google Brain, and Microsoft Research, the answer surprised us. Here's their AI-optimized "Hello World":
PROGRAM HelloWorld
FUNCTION Main():
LET greeting: Text = "Hello, world!"
WRITE greeting TO CONSOLE
END FUNCTION
END PROGRAM
If you're an veteran coder (or a programming language historian), this probably looks familiar. It's basically COBOL.
The irony is delicious. In 2025, cutting‑edge AI research suggests the optimal programming language for artificial intelligence resembles what Grace Hopper designed in 1959.
Why? Because AIs crave the same things that made COBOL successful for business applications:
Verbose, English-like syntax (WRITE greeting TO CONSOLE vs print(greeting))
Explicit structure with clear beginnings and endings
Self-documenting intent that leaves nothing to interpretation
Predictable patterns that eliminate ambiguity
Sometimes the future is just the past with better hardware!
Stay Updated
Subscribe to get more insights delivered to your inbox.
Originally published on Substack.