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

推荐订阅源

Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
I
InfoQ
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
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
AI Workflows Need Provider Escape Hatches
chown · 2026-04-28 · via Hacker News - Newest: "AI"

Apr 27, 2026 · 2 min read

A reported Anthropic org suspension is a reminder not to build daily AI workflows around one provider's UX.

A Reddit post claims Anthropic suspended an entire organization without warning:

everyone in our org woke up to emails saying that their Claude accounts had been suspended (~110 users).

Later in the same post:

none of our admins can actually view usage or billing, because our email addresses were banned.

I do not know the full story. Maybe there was a real policy violation. Maybe it was automated. Maybe the post left something out. Maybe it was just a mistake.

For the workflow question, the exact cause almost matters less than the blast radius.

If one provider can lock out the whole team, you can lose more than model access:

  • chats
  • projects
  • artifacts
  • admin controls
  • billing visibility
  • team habits
  • all the little workflows people forgot they had built around the tool

That last one is the scary part. The tool becomes muscle memory, then one morning the muscle is gone.

I like Claude. This is not a “never use Anthropic” post. Claude is very good, and I still use it.

I just do not want the provider’s app to become the company workflow.

A boring pattern is safer:

  • learn one workflow
  • keep the data portable
  • make model switching normal
  • use local models when privacy or continuity matters
  • use hosted models when quality or speed matters

This is a big part of why I built Msty. I wanted one workspace where the workflow belongs to me, not to a model provider.

If Claude is best today, use Claude. If GPT is best tomorrow, use GPT. If a local model is good enough for private work, use that. The UX should not have to change every time the model choice changes.

Provider apps are convenient, but convenience has a way of turning into lock-in while nobody is looking.

Use the model you want today. Keep an exit path for the morning something weird happens.