惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
M
MIT News - Artificial intelligence
D
Docker
S
SegmentFault 最新的问题
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
C
Check Point Blog
GbyAI
GbyAI
美团技术团队
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The Last Programming Language You'll Ever Learn Is English
Gilder Mille · 2026-04-30 · via DEV Community

There's a saying going around that hits a little too close to home.

2024's programming language is Solidity. 2025's is Python. 2026's is English.

If that doesn't make you pause, read it again.

We went from writing smart contracts in a niche language, to scripting AI models in Python, to literally just talking to machines in plain English. And somehow each jump happened faster than the last.

The Shift Nobody Prepared Us For

Here's what's actually happening. The bottleneck isn't code anymore. It hasn't been for a while.

The real challenge now is asking the right question.

Think about it. When you write Python, the syntax is strict. The interpreter doesn't care about your intent. Either it runs or it doesn't. But when you prompt an AI model, everything changes. The same request phrased three different ways gives you three different results. "Build me a dashboard" versus "Create a real-time analytics dashboard using React and D3 that updates every 5 seconds" versus "Make something that shows my data nicely."

Same goal. Wildly different outcomes.

The programming language is English now. But here's the uncomfortable truth most people aren't talking about. Most of us were never taught how to write well, let alone how to write precisely enough to steer a probabilistic language model.

We spent years learning syntax, algorithms, design patterns. Nobody taught us how to think in prompts.

The Prompt Is the New Code

I see this every day in my work as a data engineer.

Junior developers who can write clean Python struggle to get useful output from AI assistants. Not because the AI is bad, but because their prompts are vague, contradictory, or missing context that seems obvious to them but isn't obvious to the model at all.

Meanwhile, people with zero coding background but strong communication skills are building functional applications by just describing what they want clearly.

That's the inversion. The technical skill that matters most right now isn't loops or recursion or object-oriented design. It's clarity of thought expressed in natural language.

And that's weird. That's really weird for those of us who spent years mastering tools that are now becoming abstraction layers.

So What About 2027?

If 2026 is the year of English, what comes next?

Here's my guess. By 2027, the language won't be English anymore. It'll be intent.

You won't need to describe what you want in detail. The system will understand your intent from minimal context, your past behavior, your project structure, your team's patterns. You'll think "make that thing I was working on yesterday better" and it'll just happen.

Sounds great, right? Maybe.

But here's what worries me. When the distance between your intent and the output shrinks to almost nothing, what happens to understanding? When you don't have to think through the steps, when you don't have to break the problem down yourself, when the translation layer disappears, do you actually understand what you built?

Or are you just approving things you don't fully comprehend?

There's a difference between a senior engineer who uses AI to move faster and someone who relies on AI to think for them. The first one is augmented. The second one is replaced, they just don't know it yet.

The Uncomfortable Question

The real problem in 2026 isn't "how do I write good prompts?" That's a skill you can learn.

The real problem is: are you still thinking, or are you just approving?

Because the line between "I used AI to build this" and "AI built this and I said yes" is getting thinner every month. And somewhere around 2027, it might disappear entirely.

I don't have a clean answer here. Just a question that's been sitting with me.

As AI gets better at understanding us, are we getting worse at understanding what we're actually asking for?

Would love to hear what you think. Where does this go? Is intent-based development the dream, or should we be a little scared of how fast we're handing over the steering wheel?

Drop your thoughts below.