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

推荐订阅源

The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
博客园 - 司徒正美
Last Week in AI
Last Week in AI
爱范儿
爱范儿
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
量子位
V
V2EX
博客园 - 叶小钗
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
cancel_claude
2026-06-22 · via Hacker News

There is minimal downside to switching to open models

Andrew Marble
marble.onl
andrew@willows.ai
June 21, 2026

There was a time not too long ago when using Linux entailed some professional risk1. First there was compatibility: you may not have been able to render a Word document or PowerPoint correctly, and you might have had to trust Open Office’s export capability to render docs the way you wanted. There might have been specialty file formats you couldn’t easily view and so couldn’t collaborate. And second, the software ecosystem was just worse generally. There were lots of half-build open-source projects trying to achieve the functionality of mainstream software, but they always had rough edges. I, embarrassingly, stayed on Windows until I left academia over Matlab.

Nowadays I think this issue has largely disappeared. Most productivity software has a web-app, Linux is more mature, open-source software is better. I’m sure that there are all sorts of application specific software (CAD?) that still require a Windows machine, but the gap is much narrower and Linux + open source generally aren’t the “sacrifice” they once were generally.

There remains a clear penalty for being an open2 LLM user. Every leaderboard consistently gets topped by proprietary models served over API. Today on June 21, 2026, Claude and GPT are at the top of the Artificial Analysis intelligence leaderboard. That’s from the performance side. The compatibility side is worse too. Claude code just works, and more generally, the big two provide nice APIs that make them easy to use, and, even if it’s a low bar, are “trustworthy” in the sense that we’ve largely all agreed we don’t mind sending them our LLM queries and trust them to handle them appropriately.

Open models are served via various means, some by the companies that released them and some by third parties like OpenRouter. Unfortunately, both of these routes are dodgier in terms of privacy and data sharing, and I would not feel the same comfort sending API calls containing client or confidential data to them3.

The other option or course is to run them yourself. This solves the privacy issue but is at least two of expensive, complicated, and comparatively slow.

Up until recently, open models had mostly been a hobby for me. I’ve tinkered with them since the original Llama leak, and occasionally used them when I has a niche use case, but for most professional work, I stuck with the Big 2. This appears to be changing, with Claude’s ID verification rollout4. It was inevitable that things would get worse for users, and the writing was on the wall anyway recently with all the new “safeguards” on recent models and the whole Mythos thing. I’m not going to spend time talking about why I’m not going to indulge ID verification (or the LARPing that surrounds it) but what is immediately concerning is what kind of professional penalty it will incur to stop using the top models.

I’m hoping it’s going to be minimal. I’m already set up to run a range of open models either locally or in the cloud, there are good coding harnesses for open models, and most importantly the open models are now very close to the leaders and typically trail only by a few months. This doesn’t feel like 2008 Linux vs Windows, it’s much closer. I expect productivity will take a short-term hit, but don’t think it’s a deal breaker the way switching from Matlab to GNU Octave would have been when I was doing research.


  1. I’m assuming a technical job that includes general purpose work that requires productivity software like MS Office etc.↩︎

  2. I use “open” here to mean the weights are available, I have written extensively on why I don’t consider this automatically open source, but I’m using “open” as shorthand. And unlike when I addressed this previously, the current leading open models generally are MIT licensed which I do consider open source, though many don’t.↩︎

  3. I won’t dwell on this, happy to be corrected, but in my experience under normal circumstances nobody balks if you tell them you’re using OpenAI or Anthropic. If you’re sending requests to Deepseek or OpenRouter etc. there are likely to be more concerns, regardless of the underlying truth.↩︎

  4. https://support.claude.com/en/articles/14328960-identity-verification-on-claude↩︎