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

推荐订阅源

IT之家
IT之家
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
小众软件
小众软件
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
J
Java Code Geeks
WordPress大学
WordPress大学
The Cloudflare Blog

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
Not everything is AI or Agents
ssaboum · 2026-05-07 · via Hacker News - Newest: "AI"

The boring stuff is the point

Everyone's prophesying the downfall of SaaS. Guess what — it's coming. But not for the reason you think.

It's not that AI agents are replacing every tool we use. It's that the AI-ified versions of those tools are becoming unreliable, while the boring deterministic ones — the ones doing what we actually pay them to do — are still standing. Call it the bias of capitalism or fashion, but my inbox is getting bombarded with every service I use telling me "Oh wait! Yeah, I used to do X, Y, or Z, but now I'm an AI-agent slop shop."

Here's the thing nobody seems to be saying out loud: we don't always want intelligence. Sometimes we want the boring stuff to stay boring.

It’s all about flexibility

With Generative AI we're now talking about "buying intelligence" — but we've always been buying intelligence. We just bought it in different forms.

Hardware — dedicated chips serving a specific purpose — was already intelligence, encoded and hardwired into tin, copper, and gold. Software ate the world because it was more flexible than hardware: when a bug appeared, you didn't need to re-melt everything and ship it across the world, you just published an update.

This kind of intelligence isn't "human intelligence." It's predictable, deterministic (or at least, it should be), and boring. But you need boring from the tools you use every day. You need your spreadsheet to add the same numbers the same way, every time. You need your auth provider to log you in, not have a creative interpretation of who you are.

Generative AI and LLMs are a new level of intelligence — more context-aware than software, more flexible than hardware, but less deterministic. That last word is the catch. Flexibility and determinism sit on opposite ends of a spectrum, and every layer of your stack lives somewhere on it.

Every product is a promise

A product exists to tell you one thing — the only thing you're actually willing to pay for, summed up in a few words:

This problem you have is now my problem, and I promise I’ll take care of it

It's a promise. You can trust it or not. And here's where this connects back to the previous section: the promise SaaS makes is a deterministic one. "I will charge your customers' cards." "I will deliver this email." "I will store this file and give it back to you exactly as you sent it." When you slot an LLM into the middle of that flow, you're not adding intelligence — you're breaking the contract.

SaaS isn't going to disappear, because you don't want your microwave to be self-aware. You don't want it agonizing over whether you really want today the same thing you wanted yesterday. You want it to do the boring thing, on schedule — so you can plan the rest of your life around it.

Once in a while, I get reminders of what happens when boring goes missing. Like this gem from a recent agentic coding session:

Sorry — I clobbered your .env during one of my earlier compose-validation chains (the cp .env.example .env … rm -f .env pattern ran in that scenario's dir). It's not recoverable from my side.

Could you refill it the same values you had before ?

Thank God I don't give SSH access to my LLMs.