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

推荐订阅源

爱范儿
爱范儿
量子位
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
B
Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
A
About on SuperTechFans
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
H
Help Net Security
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
Attention Is All You Need
raunaksingwi · 2026-04-22 · via Hacker News: Ask HN

I keep hearing that SaaS is dead. People ask why they’d pay for SaaS anymore, “Can’t I just build it myself with Claude?”

On the surface, it sounds reasonable. But after a decade of building software professionally, I can tell you software is never just written once. It it re-written over and over again.

It always feels like you could just spin something up and be done. If that were true, software companies would ship a product once and call it a day. Instead, they have engineers working on the same product for years. That’s because of two things:

1. Use cases evolve, feature sets grow. 2. Every product has edge cases and bugs. Even if Claude gets incredibly good, the moment you scale or expand scope, new problems show up.

And sometimes nothing is “broken,” but your understanding of how people use the product keeps evolving. The way something is used today won’t be how it’s used tomorrow. As developers, we’re constantly updating that mental model.

Case in point: CRM is probably the most shat-on category in SaaS. Everyone thinks it’s trivial. “It’s just a database with a UI, I could build this over a weekend.”

And sure, you can build a version of it. Contacts, deals, maybe a pipeline view.

But the moment a real team starts using it, everything breaks in subtle ways.

- Sales wants custom workflows. - Marketing wants attribution. - Leadership wants reporting that somehow reconciles everything.

Now you’re dealing with permissions, integrations, data drift, sync issues, performance under load, and a hundred edge cases you didn’t think about.

It stops being “just a database” very quickly.

And once you’ve built software for a while, you realize you’re always one feature away, one bug away from “done.” So even with Claude, building software is still a full-time job.

If you try to replace every SaaS tool you use with something internal, you won’t save time. You’ll just spend it chasing the next tweak, the next edge case, the next missing feature.

I believe even after throwing all the tokens in the world at a problem, to build a remarkable product that works well, ATTENTION IS ALL YOU NEED.