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

推荐订阅源

有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium
WordPress大学
WordPress大学
罗磊的独立博客
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
Docker
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
J
Java Code Geeks
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
美团技术团队
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
C
Check Point 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 "Coding is Dead" Myth: Why Prompting is Still Developing
zzDanDanzz · 2026-06-15 · via DEV Community

zzDanDanzz

There is an ongoing debate about agentic AI and using generative AI to write code or autonomously edit files. It usually boils down to one anxiety-inducing question: Has coding been solved?

What that question is really asking—and what is stressing out so many people in the tech industry—is: Do we even need developers anymore?

Here is my take.

Prompting vs. Purism: You're Still a Developer

Whether a developer has memorized the exact syntax and APIs required for their environment (like the browser API for JavaScript) or they just write a plain prompt in English, Spanish, or Persian—they are still developers.

They are developing a solution. They are producing an outcome. If the project goals are reached, they are being productive.

It doesn't matter if you open up a terminal and restrict yourself to coding in Vim without any plugins, auto-completion, or syntax highlighting, pressing every single key to specify the exact characters in a file. And it doesn't matter if you say "yuck" to traditional code and only use natural human language to instruct an AI to do the dirty work.

In both scenarios, you are building software. In both scenarios, you can create amazing things—and in both scenarios, you can completely mess things up.

The Big Picture and the "AI Dead End"

Even if we reach a point where we never need to memorize syntax again, we still need to understand the big picture. We need to grasp the system architecture and how different components are interconnected.

Why? Because you have to be able to judge the AI's output.

When the AI hallucinates or breaks something, the human in the loop has to help it clean up and fix its mistakes. AI frequently reaches "dead ends"—complex logic traps that, no matter how many agents you throw at the problem, simply cannot be resolved without human intervention.

At the end of the day, we still live in a world that requires human supervision. Even if a human decides not to write a single line of traditional code, they still have to use their non-artificial intelligence. They have to form thoughts, evaluate the system, and transfer those thoughts to the AI—whether through a voice-to-text prompt or by typing out instructions. The medium doesn't matter; the human cognitive effort does.

The Trivial vs. The Complex

It is true that AI excels at straightforward tasks. If a project manager says, "Hey, change the background color on the landing page," you can just hand the codebase to your agentic AI. It will find the right CSS element, make the change, and you can move your Jira ticket to 'Done'. You get paid, you're happy, and your PM is happy.

But not all problems are that straightforward.

Most real-world engineering requires you to actually talk to the AI, iterate on the logic, and think deeply about the problem. You have to be intimately involved in the problem-solving process. As long as software requires navigating complex, ambiguous business logic where a human must remain in the loop, we have by no means gotten rid of the developer.

A Meta-Example: Writing This Article

In fact, this very article is a perfect example of this dynamic. I used AI to help structure, format, and refine the wording of the post you are reading right now. But the actual raw thinking, the core opinions, and the initial draft that served as the input to clean up this article? That came entirely from non-artificial, real human involvement. The AI didn't invent my perspective; it just helped me compile it. Just like in modern coding, the AI handled the boilerplate, but the human drove the logic.

The Job Evolves, The Human Remains

Maybe the job title will change. Maybe our daily workflow will look completely different in five years.

But thinking—specifically, non-artificial intelligent thinking—is still strictly required to solve real problems. Humans still exist in the loop, and we aren't going anywhere anytime soon.