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

推荐订阅源

雷峰网
雷峰网
MongoDB | Blog
MongoDB | Blog
D
Docker
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
M
MIT News - Artificial intelligence
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
B
Blog RSS Feed
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
U
Unit 42

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
AI Killed the MVP. What's next?
toddh · 2026-04-29 · via Hacker News - Newest: "AI"

Where it started: me standing in front of a long aisle of dog food bags at Costco, racking my memory for which kind I was supposed to buy next for my finicky golden retriever, Kilo.

How it ended: me building Rotation List, so nobody will ever have to forget again.

It's the best app I've ever made, and the first I've created in partnership with AI. In the past, I subcontracted unimportant bits to AI. With Claude Code, I realized that was heirloom thinking in a genetically modified world.

What Did I Learn?

The era of the MVP is well and truly over. Minimal Viable Products were an artifact of an age of software scarcity.

Design was hard. Code was hard. Change was hard. Testing was hard. That's out.

What's in? MAX: Maximal Achievable Experience. (Or some other acronym—naming is hard.)

With AI-assisted development, there's no excuse for producing crap and calling it strategy.

We are now in an age of software abundance. Finally, after so many attempts at solving the "software crisis," it may actually be solved this time.

Now, you can produce a polished, full-featured version of a product on your first release.

But wait—changing code is hard, which is why we usually go minimal to avoid wasting time and effort.

Wrong. Agile, TDD, and "Doing the Simplest Thing That Could Possibly Work," if they ever made sense, no longer do.

Changing code used to be hard. Now, it's barely an inconvenience. Except for database migrations—those are still hell—you can now change code as easily as you can change your mind.

That's a completely new superpower, and it changes everything about how software is made and released.

It needs to be experienced to be understood. Managers may see story points flow by at warp speed, but to a programmer, the change is mind-blowing.

Once upon a time, there was a huge chasm between idea and execution. As a programmer, you hesitated to take that first step because you knew the destination was so far away you couldn't see the end. Writing software is just that hard.

Now, writing software is not quite teleportation, but the journey from idea to result is so quick and satisfying that people now complain that the art and skill of programming has been lost.

I won't say the skill of programming has been lost; it hasn't. You can't "vibe-code" your way into a truly great result yet. That still takes skill, art, taste, and cleverness. 

Rotation List has so many more features that were developed in so much less time for so much less effort, I can't even begin to tell you. I did in months what would have taken me years before.

That's the MAX age. Expectations for what software can do—and at what cost—have changed forever. 

And yes, I find that more than a little bit scary, too.