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

推荐订阅源

P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Recent Announcements
Recent Announcements
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
J
Java Code Geeks
博客园_首页
Jina AI
Jina AI
美团技术团队
H
Help Net Security
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
S
SegmentFault 最新的问题

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
What I build now that the machine writes the code
Nicolas · 2026-06-26 · via DEV Community

A third piece, after "What's left when the machine writes the code" and "How to start when the machine writes the code." Those were arguments about engineers in general. This one is just about me.

I have written twice now about what AI means for software engineers: what stays valuable when the machine can write the code, and how someone starting out can build those things. This time I want to be concrete and personal, because something specific changed in my own work this year, and it is not the thing people usually talk about.

The headline is not that I type faster, though I do. It is that the list of projects worth starting got much longer. There is a whole category of project that used to be automatically off my list, not because I did not want to do it, but because the cost was obviously higher than the payoff. AI lowered that cost. And when you lower the cost of building, you do not simply do the same things faster. You start things you would never have started at all. Three of those came off the shelf for me this year. One was too big. One needed a skill I do not have. One was too small to ever justify the time.

The one that was too big: WordPress.

For more than fifteen years, HikaShop (an ecommerce solution I started more 15 years ago) ran only on Joomla. A common request I got was some version of "will this work on WordPress?", and for years my honest answer was no. Not out of stubbornness, but arithmetic. WordPress has a different API, a different templating system, a different plugin model, a different idea of almost everything. Supporting it looked like rewriting fifteen years of mature, battle-tested code from scratch, and a small team does not have those years to spend. So it sat on the shelf, indefinitely.

With AI I tried an approach I would never have attempted by hand, because by hand it was simply too much typing: a bridge that emulates Joomla's API on top of WordPress, so the existing HikaShop code could run mostly unchanged. I had it working in a few weeks, not the years I had always assumed. The project was never impossible. It was priced out of reach. AI changed the price, and a multi-year undertaking became a multi-week one.

The one that needed a skill I do not have: a good template.

For a long time I have been frustrated with the choice of templates for HikaShop, the exact same frustration our users have. I wanted to build a genuinely nice one. The problem was simple and, I assumed, final: I am not a designer. That is not a gap you close by working harder or longer. It is a skill you either have or you do not, and I did not.

AI did not hand me taste, and I want to be careful here, because this is the part people get wrong. What I already had was the outward kind of taste I wrote about in the first piece: a feel for how the thing should look and where it should go. What I lacked was the craft to execute it. AI closed enough of that execution gap that I could turn a direction I could feel into something real on the screen. Vessel, our first HikaShop template, exists because the skill barrier dropped low enough for me to climb over it. The judgment was mine. The hands were partly the machine's.

The ones that were too small to justify: tools just for me.

The change I did not see coming is at the small end. Everyone has a list of daily annoyances they have simply learned to live with, because solving one properly would cost a weekend (or more) you would rather spend on anything else. The annoyance is real, but the fix was never worth it. AI moved that line. A weekend now clears problems I had put up with for years.

Two of mine. I sit on the board of an association that runs in Japanese, which is not my first language, and I was drowning in email I could not keep up with. So I built JARLIS, a triage system that reads the flood and tells me what actually needs me. I told that story in the last piece. I built it for myself, and ended up publishing it.

The other is Omnitext. Opening documents on my phone was genuinely miserable. To cover every format I had accumulated a small museum of apps: one with ads, one that wanted my personal data, one that was not free, one that was simply slow. I wanted a single thing that opens anything, keeps my files on my device, costs nothing, and is fast. So I built it. omnitext opens basically any file, code, PDF, Word documents, spreadsheets, images, archives, the lot, in the browser or as an Android app, with nothing ever leaving the device. It even grew its own little family of reusable libraries along the way, which is its own answer to the question of how much one person can take on now.

The thread.

None of this is really about speed. It is about cost. AI made building cheaper, and the interesting consequence of a cheaper anything is not more of the same. It is that things sitting just on the wrong side of "worth it" cross the line. The too-big becomes a few weeks. The out-of-reach becomes reachable. The too-small becomes a Saturday. My old list of "someday, if I ever have the skills and the months" projects mostly collapsed, some into shipped products, some into little tools I now use every day.

I will keep the honesty from the first two pieces, because this cuts both ways. If building is cheap for me, it is cheap for everyone, and the result is a flood of built things. So the scarce, valuable part is no longer the building. It is the judgment about what is worth building at all, and whether what you made is any good. Those are the human questions, the ones the machine does not answer for you. The constraint on my work used to be "can I make this." Now it is much more often "should I, and is it any good," and I think that is the better question to be stuck on.

The machine writing the code did not shrink what I do. It widened it.