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

推荐订阅源

Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
月光博客
月光博客
量子位
大猫的无限游戏
大猫的无限游戏
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
P
Proofpoint News Feed
B
Blog RSS Feed
美团技术团队
腾讯CDC
C
Check Point Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
J
Java Code Geeks
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享

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
Worth of coding, in my mind
kination · 2026-05-09 · via DEV Community

It has been over twenty years(including as a student) of writing code, but recently, sometimes I started feeling awkward when I sit down to write it without any help.

You'll know why this happens, and I'm sure most of software developer will have same feeling.

Performance of LLM's coding

Yes, speed won.

Using LLMs on work are no longer optional, especially in the workplace. The shift in velocity expectations following LLM adoption is simply incompatible with manual coding(or even copy & paste from code on stackoverflow). As already proven, AI-generated code is now production-ready, and its quality + quantity is undeniable.

Still, something in my mind resists letting LLM go entirely. It’s not just nostalgia, but it’s about control. I'm feeling that I'll lose the ability to judge what's being produced if I stop reading/writing code. Ironically, the more capable and powerful these LLM models become, the more critical that human judgment will be.

Going Slow on Purpose

So I decided to run my personal projects in old way. Reduce LLM on implementation, just me and the editor. It does not meaning that I'll not use at all. I'm still using for research and debugging. It is more closer way of how I work on googling-era. But at least, I'm trying to typing myself.

Reverting to manual coding is instructive, yet frustrating experience. Reduction of productivity is significant. About a half-day work equals what my Claude could produce in 20 minute. I’m not ignoring this cost; the gap is staggering. However, I view this friction as a required investment.

What truly shocked me was that after 20 years of coding, I’m struggling. The habit of searching for answers myself and keeping entire context in my head, rather than offloading it to an AI, has faded faster than I ever imagined.

It is sobering to realize that 1.5 years of working with LLM could so easily dull the expertise I spent twenty years developing.

No doubt on working with LLM. But...

This is not a new pattern. The shift from terminal to IDE softened many hard edges of writing code. Autocomplete began filling in what we used to type from memory. Each layer made the act easier and less effortful. LLMs are the latest step in that progression, and a much larger one.

I am not resisting the direction. Productivity matters. The tools are good and getting better, and I have no doubt on using them is the right way for most work.

What I resist is losing one specific capability, becoming reading unfamiliar code and quickly approve whether it is correct or not.
I still believe that keeping judgment skill as an engineer requires keeping the habit of writing code directly.

The personal project crawls along. It makes me frustrating, but that's exactly the point I need now.