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

推荐订阅源

I
InfoQ
博客园 - 司徒正美
爱范儿
爱范儿
F
Fortinet All Blogs
J
Java Code Geeks
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
V
V2EX
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator 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
Should We Use AI In Development?
Albaraa Ali · 2026-05-19 · via DEV Community

Albaraa Ali

The short answer is no.

In this article I address some of the major trade-offs with using LLMs for development. Things like mental atrophy, lack of ownership, the carbon footprint of AI, and more. As much as AI can be useful for us, it's important to keep these things in mind when we use it.

The long answer is that ai usage can range from just insignificant tasks like searching for something or making a small change to scaffolding and perhaps even building full projects. I've used it on almost every stage through my modest journey as a software developer. That increasing reliance on ai blunts the shiny edge of the human brain: Thinking.

AI-assistants can save time during the first but whatever it saves the programmer during development will be paid six folds in maintenance. When creating buildings of thoughts, the involvement of the programmer is always an important aspect. Using AI can make you shoot yourself in the foot more often than when you code yourself (and sometimes in much more bizarre ways).

Even if you manage to write production-grade, bulletproof code using AI there is the cost of your privacy and the carbon footprint and so on and so forth and all of this assuming that Agents won't accidentally delete your entire production database and lie about it (that actually happened before)

We are also hitting a wall with data, since AI can only get so far with what we train it on. That doesn't seem like a totally replacement for engineers, does it?

AI is great and can help humanity in countless ways, but I think LLMs should stay away from work where cognitive output (in our case it's code) is the product of the worker.

To cement my point, I challenged myself to write this post without any assistance. (not even a spell checker). Let me know what you think about using ai in your field, I'm eager to hear your opinions on the matter.