AI Digest

Digest curado

miércoles, 22 de julio de 2026·light·short·8,985 tokens

🔥 TOP — lo que SÍ o SÍ tenés que ver

📦 Claude / Anthropic ecosystem

🛠️ Dev tools & coding

🏗️ Software engineering

📚 Vale la pena leer

💤 Skippeable pero conviene saber

Artículos fetched (53)

  • Apply for Anthropic’s AI for Science rare disease research grants
    anthropic-news· 20-jul

    Jul 20, 2026Announcements

  • langchain-ai/open_deep_research
    github-trending

    🔬 Open Deep Research Deep research has broken out as one of the most popular agent applications. This is a simple, configurable, fully open source deep research agent that works across many model providers, search tools, and MCP servers. It's performance is on par with many popular deep research agents (see Deep Research Bench leaderboard). 🔥 Recent Updates August 14, 2025: See our free course here (and course repo here) on building open deep research. August 7, 2025: Added GPT-5 and updated the Deep Research Bench evaluation w/ GPT-5 results. August 2, 2025: Achieved #6 ranking on the Deep Research Bench Leaderboard with an overall score of 0.4344. July 30, 2025: Read about the evolution from our original implementations to the current version in our blog post. July 16, 2025: Read more…

  • microsoft/Ontology-Playground
    github-trending

    Free, open-source web app for learning about ontologies and Microsoft Fabric IQ. Explore a catalogue of pre-built ontologies, design your own visually, export as RDF/XML, and share interactive diagrams. Zero backend, fully static. Ontology Playground (Preview) ☕ Note: This project was developed with AI-assisted coding. Try it live → microsoft.github.io/Ontology-Playground A free, open-source web application for learning about ontologies and Microsoft Fabric IQ. Explore pre-built ontologies, design your own in a visual editor, export as RDF/XML, and share interactive diagrams — all from a fully static site with zero backend dependencies. Features Interactive Graph Exploration Cytoscape.js-powered graph that renders any ontology as an interactive node-and-edge diagram. Pan, zoom, click node…

  • oblien/openship
    github-trending

    Self-hosted deployment platform Openship Open-source, self-hostable deployment platform with built-in CI/CD. Push code, ship containers, manage infrastructure — from a desktop app, web dashboard, or CLI. Quick Start · Features · Interfaces · Docs · Contributing Quick Start npm i -g openship # or: curl -fsSL https://get.openship.io | sh openship up # installs Openship as a background service (starts on boot, auto-restarts) openship open opens the dashboard; openship stop stops the service. Want a one-off attached run instead? openship up --foreground. To deploy a project: cd your-project openship init # link this directory to a project openship deploy Prefer Docker? Clone the repo and use the compose stack: git clone https://github.com/oblien/openship.git && cd openship cp .env.example .en…

  • schollz/croc
    github-trending

    Easily and securely send things from one computer to another 🐊 📦 This project’s future depends on community support. Become a sponsor today. About croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following: Allows any two computers to transfer data (using a relay) Provides end-to-end encryption (using PAKE) Enables easy cross-platform transfers (Windows, Linux, Mac) Allows multiple file transfers Allows resuming transfers that are interrupted No need for local server or port-forwarding IPv6-first with IPv4 fallback Can use a proxy, like Tor For more information about croc, see my blog post or read a recent interview I did. Install You can download the latest release for you…

  • tradesdontlie/tradingview-mcp
    github-trending

    AI-assisted TradingView chart analysis — connect Claude Code to your TradingView Desktop for personal workflow automation TradingView MCP Bridge Personal AI assistant for your TradingView Desktop charts. Connects Claude Code to your locally running TradingView app via Chrome DevTools Protocol for AI-assisted chart analysis, Pine Script development, and workflow automation. Warning This tool is not affiliated with, endorsed by, or associated with TradingView Inc. It interacts with your locally running TradingView Desktop application via Chrome DevTools Protocol. Review the Disclaimer before use. Important Requires a valid TradingView subscription. This tool does not bypass or circumvent any TradingView paywall or access control. It reads from and controls the TradingView Desktop app alread…

  • ayghri/i-have-adhd
    github-trending

    A skill for your coding agent to stop it from burying the answer. ADHD-friendly output. ADHD-friendly outputs. No ADHD diagnosis needed! Install Claude Code claude plugin marketplace add ayghri/i-have-adhd claude plugin install i-have-adhd@i-have-adhd Then type /i-have-adhd. No local clone needed — Claude Code fetches the repo and keeps it updated. Codex codex plugin marketplace add ayghri/i-have-adhd --ref main codex plugin add i-have-adhd@i-have-adhd Then type $i-have-adhd to apply the output style explicitly. The skill can also be invoked implicitly when Codex sees a task that benefits from it. Install instructions for other coding agents live in INSTALL.md. What it does A skill for your coding assistant that stops it from burying the answer. Action first. Steps numbered. No "Hope this…

  • bojieli/ai-agent-book
    github-trending

    《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码 深入理解 AI Agent:设计原理与工程实践 中文 ← 当前 · 台灣正體 · English · Tiếng Việt · தமிழ் Agent = LLM + 上下文 + 工具——本书围绕这个核心公式,用 10 章把 AI Agent 从原理讲到工程实战。全书正文、配图、88 个配套实验全部开源,欢迎亲手把实验跑一遍。 📚 10 章 正文,从基础到生产 📂 88 个 配套项目(70+ 可独立运行) 🌐 5 种 语言:中 / 台灣正體 / 英 / 泰 / 越 📖 电子书 📥 直接下载(全书正文,开源免费)。以下链接始终指向 main 分支的最新构建;固定版本见 Releases: 中文(原版):PDF · EPUB 台灣正體(社区翻译,by @tigercosmos):PDF · EPUB 英文(社区翻译,by @nsdevaraj):PDF · EPUB 泰米尔语(社区翻译,by @nsdevaraj):PDF · EPUB 越南语(社区翻译,by @toanalien):PDF · EPUB 中文正文源码位于 book/;台灣正體/英文/泰米尔/越南语版本为社区贡献(可能滞后于中文原版),分别位于 book-zhtw/、book-en/、book-ta/、book-vi/。 可使用统一的构建脚本生成中文、台灣正體、英文、泰米尔语和越南语 EPUB 3 电子书。请参阅 EPUB 构建说明。 🔧 想自行编译 PDF?(需 pandoc / xelatex / ElegantBook) 正文源码:book/introduction.md(引言)、book/chapter1.md ~ book/chapter10.md(第一至第十章)、boo…

  • agegr/pi-web
    github-trending

    Web UI for the pi coding agent Pi Web 中文文档 Local web UI for the pi coding agent. Pi Web reads your local pi session files and gives you a browser workspace for session browsing, real-time chat, model configuration, skill management, and project file preview. The same pi session in CLI and Pi Web: structured tool calls, readable Markdown, session browsing, and cleaner results. Quick Start Run without installing: npx @agegr/pi-web@latest Or install globally: npm install -g @agegr/pi-web pi-web Then open http://localhost:30141. The CLI will try to open the browser automatically after the server is ready. Options: pi-web --port 8080 # custom port pi-web --hostname 127.0.0.1 # local access only pi-web -p 8080 -H 127.0.0.1 # combine options pi-web --no-open # do not open the browser automatical…

  • chrislgarry/Apollo-11
    github-trending

    Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. Apollo-11 🌐 Azerbaijani, bahasa Indonesia, Basa Jawa, Català, Čeština, Dansk, Deutsch, English, Español, Français, Galego, Italiano, Kurdî, Lietuvių, Mongolian, Nederlands, Norsk, Polski, Português, Română, Suomi, Svenska, tiếng Việt, Türkçe, Ελληνικά, Беларуская мова, Русский, Українська, العربية, فارسی, नेपाली भाषा हिंदी, অসমীয়া, বাংলা, မြန်မာ, 한국어, 日本語, 正體中文, 简体中文, മലയാളം Original Apollo 11 guidance computer (AGC) source code for Command Module (Comanche055) and Lunar Module (Luminary099). Digitized by the folks at Virtual AGC and MIT Museum. The goal is to be a repo for the original Apollo 11 source code. As such, PRs are welcome for any issues identified between the transcriptions in this repo…

  • diegosouzapw/OmniRoute
    github-trending

    Never stop coding. Free MIT AI gateway: one endpoint, 268+ providers (50+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors 🚀 OmniRoute — The Free AI Gateway 💰 ~1.53B Free Tokens / Month Stacking free tiers by hand is painful — dozens of SDKs, dozens of rate limits, and no idea how much you actually have. OmniRoute aggregates the documented free tiers of 43 provider pools / 460+ models into one honest number and shows it live on the dashboard (/dashboard/free-tiers). Animated summary of the live /dashboard/free-tiers page. Full methodology (pool dedupe, credit tiers, provid…

  • DioxusLabs/dioxus
    github-trending

    Fullstack app framework for web, desktop, and mobile. --> --> --> Website | Examples | Tutorial | 中文 | PT-BR | 日本語 | Türkçe | 한국어 --> Build for web, desktop, and mobile, and more with a single codebase. Zero-config setup, integrated hot-reloading, and signals-based state management. Add backend functionality with Server Functions and bundle with our CLI. fn app() -> Element { let mut count = use_signal(|| 0); rsx! { h1 { "High-Five counter: {count}" } button { onclick: move |_| count += 1, "Up high!" } button { onclick: move |_| count -= 1, "Down low!" } } } ⭐️ Unique features: Cross-platform apps in three lines of code (web, desktop, mobile, server, and more) Ergonomic state management combines the best of React, Solid, and Svelte Built-in featureful, type-safe, fullstack web framework I…

  • dottxt-ai/outlines
    github-trending

    Structured Outputs 🗒️ Structured outputs for LLMs 🗒️ Made with ❤👷️ by the team at .txt Trusted by NVIDIA, Cohere, HuggingFace, vLLM, etc. The .txt API is currently in early access. Request access here → 🚀 Building the future of structured generation We're working with select partners to develop new interfaces to structured generation. Need XML, FHIR, custom schemas or grammars? Let's talk. Audit your schema: share one schema, we show you what breaks under generation, the constraints that fix it, and compliance rates before and after. Sign up here. Table of Contents Why Outlines? Quickstart Real-World Examples 🙋‍♂️ Customer Support Triage 📦 E-commerce Product Categorization 📊 Parse Event Details with Incomplete Data 🗂️ Categorize Documents into Predefined Types 📅 Schedule a Meetin…

  • earthtojake/text-to-cad
    github-trending

    A collection of agent skills for CAD, robotics and hardware design A skills library for CAD, robotics, and hardware design agents Docs | Demo CAD Skills CAD Skills is a library of agent skills for generating, inspecting, sourcing, slicing, and handing off CAD and robot-description artifacts from local project files. 🧰 Skills Install the library to give agents focused workflows for CAD, fabrication, robot description files, simulation, and local review. Skill Summary Source CAD Creates and edits CAD models from plain-language or image requests, with STEP as the main output along with options to export to STL, 3MF and GLB. skills/cad CAD Viewer Shows local browser previews for CAD, G-code, and robot files. skills/cad-viewer step.parts Finds off-the-shelf STEP parts like screws, bearings, m…

  • every-app/open-seo
    github-trending

    Open source alternative to Semrush and Ahrefs OpenSEO Open source alternative to Semrush and Ahrefs OpenSEO is an SEO tool for the people. If tools like Semrush or Ahrefs are too expensive or bloated, OpenSEO is a pay-as-you-go alternative that you actually control. All-in-one SEO tool for you and your AI agent. Connect with any agent like Claude Code, OpenClaw or Hermes. We have pre-built skills, but you can build your own to tailor OpenSEO to your needs. Hosted Version Try OpenSEO for free on our website. If you want to support the project, a hosted subscription is $10/month. openseo.so Why use OpenSEO? Best in class MCP and AI Skills. Modern, simple UI. Focused workflows instead of a bloated, complex SEO suite. No subscriptions. Bring your own DataForSEO API key and pay only for what y…

  • AlexsJones/llmfit
    github-trending

    Hundreds of models & providers. One command to find what runs on your hardware. llmfit English · 中文 · 日本語 📊 New: benchmark & share — real numbers from your machine, better estimates for everyone. Download a model, serve it, and measure real tok/s on your hardware — then contribute the results back to the project as a PR, straight from the TUI. No gh CLI, no third-party account. Every run is saved locally first, your own measurements replace estimates in the fit table, and each merged submission ships in the next release: anyone on identical hardware gets measured ✓ numbers before they ever run a benchmark. Follow the step-by-step benchmarking guide → Previously: llmfit 1.0 — the release where the numbers became verifiable → Hundreds of models & providers. One command to find what runs on…

  • koala73/worldmonitor
    github-trending

    Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface World Monitor 简体中文 Real-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface. Documentation · Releases · Contributing What It Does 500+ curated news feeds across 15 categories, AI-synthesized into briefs Dual map engine — 3D globe (globe.gl) and WebGL flat map (deck.gl) with 56 map layer types Cross-stream correlation — military, economic, disaster, and escalation signal convergence Country Instability Index (CII) — server-authoritative CII v8 stress scoring for 31 Tier-1 countries Finance radar — 29 stock exchange…

  • hyprwm/Hyprland
    github-trending

    Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks. Hyprland is a 100% independent, dynamic tiling Wayland compositor that doesn't sacrifice on its looks. It provides the latest Wayland features, is highly customizable, has all the eyecandy, the most powerful plugins, easy IPC, much more QoL stuff than other compositors and more... Install Quick Start Configure Contribute Features All of the eyecandy: gradient borders, blur, animations, shadows and much more A lot of customization 100% independent, no wlroots, no libweston, no kwin, no mutter. Custom bezier curves for the best animations Powerful plugin support Built-in plugin manager Tearing support for better gaming performance Easily expandable and readable codebase Fa…

  • Zynthoro – AI-native ERP for SMEs, replace 15 tools, built solo
    hn-ai· 22-jul

    Article URL: https://zynthoro.ai/ Comments URL: https://news.ycombinator.com/item?id=49001583 Points: 1 # Comments: 0

  • Making AI Movies
    hn-ai· 22-jul

    Article URL: https://dawndrain.notion.site/Making-AI-Movies-39cbb81dad798077b43adcd96e3ebe75 Comments URL: https://news.ycombinator.com/item?id=49000228 Points: 3 # Comments: 1

  • A live graph of AI memory anyone can add to
    hn-ai· 22-jul

    Article URL: https://demo.mentedb.com Comments URL: https://news.ycombinator.com/item?id=49000980 Points: 3 # Comments: 0

  • America's AI labs are under threat from cheap Chinese rivals
    hn-ai· 22-jul

    Article URL: https://economist.com/business/2026/07/21/americas-ai-labs-are-under-threat-from-cheap-chinese-rivals Comments URL: https://news.ycombinator.com/item?id=49001113 Points: 2 # Comments: 2

  • We gave a team of AI agents a company to run – how they decide what to do next
    hn-ai· 22-jul

    Article URL: https://fieldnotesstudio.codeberg.page/blog/how-ai-agents-decide-what-to-do-next/ Comments URL: https://news.ycombinator.com/item?id=49000096 Points: 2 # Comments: 0

  • I made ThoughtDAG – LLM as an editable graph, wires are the context
    hn-ai· 22-jul

    Article URL: https://github.com/chenxiachan/thoughtdag Comments URL: https://news.ycombinator.com/item?id=49000216 Points: 4 # Comments: 0

  • Show HN: MindBase – an LLM that maintains a wiki from your notes and papers
    hn-ai· 22-jul

    Article URL: https://github.com/frankchu91/mindbase Comments URL: https://news.ycombinator.com/item?id=49001892 Points: 2 # Comments: 0

  • Agent swarms are great for local AI
    hn-ai· 22-jul

    Article URL: https://jonready.com/blog/posts/agent-swarms-are-great-for-local-ai.html Comments URL: https://news.ycombinator.com/item?id=49000388 Points: 3 # Comments: 4

  • "No AI" Statements Are More Than Mere Statements
    hn-ai· 22-jul

    Article URL: https://journal.james-zhan.com/no-ai-statements/ Comments URL: https://news.ycombinator.com/item?id=49000210 Points: 6 # Comments: 0

  • Ask HN: Why AI labs publish different benchmarks?
    hn-ai· 22-jul

    Comments URL: https://news.ycombinator.com/item?id=49001394 Points: 2 # Comments: 0

  • AI Companies Are Buying Tons of Old Books Because They're Free of AI Slop
    hn-ai· 22-jul

    Article URL: https://nonogra.ph/ai-companies-are-buying-tons-of-old-books-because-theyre-free-of-ai-slop-07-22-2026 Comments URL: https://news.ycombinator.com/item?id=49000091 Points: 8 # Comments: 3

  • News Corp countersues Brave for allegedly 'scraping' articles for AI
    hn-ai· 22-jul

    Article URL: https://www.reuters.com/business/media-telecom/news-corp-countersues-brave-allegedly-scraping-articles-ai-2026-07-22/ Comments URL: https://news.ycombinator.com/item?id=49001788 Points: 2 # Comments: 0

  • News Corp accuses search engine Brave of AI copyright infringement
    hn-ai· 22-jul

    Article URL: https://www.semafor.com/article/07/21/2026/newscorp-accuses-search-engine-brave-of-ai-copyright-infringement Comments URL: https://news.ycombinator.com/item?id=49002111 Points: 2 # Comments: 0

  • The AI Bubble Is No Ordinary Bubble
    hn-ai· 22-jul

    Article URL: https://www.theatlantic.com/ideas/2026/07/ai-economy-stock-market/688004/ Comments URL: https://news.ycombinator.com/item?id=49001210 Points: 6 # Comments: 3

  • AI tutor that turns any document into interactive voice lessons
    hn-ai· 21-jul

    Article URL: https://www.tutorlify.com/en Comments URL: https://news.ycombinator.com/item?id=49000045 Points: 2 # Comments: 0

  • Video Demo: AI Employee Scheduling
    hn-ai· 22-jul

    Article URL: https://www.youtube.com/watch?v=e9KqwB56vBI Comments URL: https://news.ycombinator.com/item?id=49001949 Points: 2 # Comments: 0

  • Hardware Mechanisms to Dynamically Throttle AI Performance
    hn-ai· 22-jul

    Article URL: https://arxiv.org/abs/2607.18069 Comments URL: https://news.ycombinator.com/item?id=49000502 Points: 2 # Comments: 0

  • Show HN: Claude Code desktop alternative for macOS
    hn-ai· 22-jul

    Article URL: https://skeezo.dev/ Comments URL: https://news.ycombinator.com/item?id=49001828 Points: 2 # Comments: 0

  • Meta is testing an AI bedtime story app for people with no imagination
    hn-ai· 22-jul

    Article URL: https://techcrunch.com/2026/07/21/meta-is-testing-an-ai-bedtime-story-app-for-people-with-no-imagination/ Comments URL: https://news.ycombinator.com/item?id=49000117 Points: 9 # Comments: 5

  • Better Than Free: How to Differentiate in the Age of AI
    hn-ai· 22-jul

    Article URL: https://tim.blog/2026/07/17/better-than-free/ Comments URL: https://news.ycombinator.com/item?id=49001582 Points: 1 # Comments: 0

  • How Anthropic runs large-scale code migrations with Claude Code
    hn-ai· 22-jul

    Article URL: https://twitter.com/ClaudeDevs/status/2079654423828304282 Comments URL: https://news.ycombinator.com/item?id=49002073 Points: 3 # Comments: 1

  • If AI writes everything, why should anyone trust you?
    hn-ai· 22-jul

    Article URL: https://www.adgully.com/post/18212/if-ai-writes-everything-why-should-anyone-trust-you Comments URL: https://news.ycombinator.com/item?id=49001606 Points: 2 # Comments: 0

  • An off switch for dual use knowledge in AI models
    hn-ai· 22-jul

    Article URL: https://www.anthropic.com/research/off-switch-dual-use Comments URL: https://news.ycombinator.com/item?id=49000928 Points: 1 # Comments: 0

  • Apply Tracker, Free AI CV, Cover Letter and Job Tracker
    hn-ai· 22-jul

    Article URL: https://www.apply-tracker.com/en Comments URL: https://news.ycombinator.com/item?id=49001636 Points: 2 # Comments: 0

  • How an AI Anime Is Created
    hn-ai· 22-jul

    Article URL: https://www.aventos.dev/our-process?view=blog Comments URL: https://news.ycombinator.com/item?id=49000429 Points: 28 # Comments: 30

  • China's 'AI for All' Offensive Defies US Containment Playbook
    hn-ai· 22-jul

    Article URL: https://www.bloomberg.com/news/articles/2026-07-22/china-s-ai-for-all-offensive-defies-us-containment-playbook Comments URL: https://news.ycombinator.com/item?id=49002188 Points: 1 # Comments: 0

  • Show HN:Findborg – ad-free find engine with community, AI, and real web results
    hn-ai· 22-jul

    Article URL: https://www.findborg.com/ Comments URL: https://news.ycombinator.com/item?id=49001630 Points: 2 # Comments: 0

  • AI's solution to 87-year-old riddle takes mathematicians by surprise
    hn-ai· 22-jul

    Article URL: https://www.newscientist.com/article/2580374-ais-solution-to-87-year-old-riddle-takes-mathematicians-by-surprise/ Comments URL: https://news.ycombinator.com/item?id=49001918 Points: 3 # Comments: 0

  • Gnome Changes Security Disclosure Policies Due to AI-Generated Reports
    hn-ai· 21-jul

    Article URL: https://www.phoronix.com/news/GNOME-Security-Changes-2026 Comments URL: https://news.ycombinator.com/item?id=49000007 Points: 4 # Comments: 0

  • 🔬Causal Models Need Causal Data - Xaira’s X-Cell model for Drug Discovery (Bo Wang & Ci Chu, Chief Discovery Officer & Chief AI Scientist)
    latentspace· 21-jul

    Xaira Therapeutics is all in on data generation for model building! We talk with Bo Wang and Ci Chu about how and why.

  • [AINews] AI Cybersecurity becomes top of mind
    latentspace· 22-jul

    Several new Cyber headlines make us observe a trend

  • Reverse-engineering is cheap now
    simonw· 20-jul

    <p>I keep hearing anecdotes from people who used coding agents to reverse-engineer and automate devices in their homes.</p> <p>I think this is an interesting illustration of the impact of the reduced cost of writing code.</p> <p>Prior to agents, it was entirely possible to reverse-engineer home devices. The problem was the ROI - was it really worth all of that effort? More importantly, any experienced programmer knows that undocumented, unstable APIs like that may well change or break in the future. Is that initial work worth the effort if you're committing yourself to a frustrating cycle of maintenance in the future?</p> <p>Coding agents change that equation entirely. The effort to get a simple automation working has dropped, as has the cost of trying and failing to get it to work. Since…

  • A Fireside Chat with Cat and Thariq from the Claude Code team
    simonw· 21-jul

    <p>Earlier this month I hosted a fireside chat session at the <a href="https://www.ai.engineer/worldsfair/2026">AI Engineer World's Fair</a> with Cat Wu and Thariq Shihipar from Anthropic's Claude Code team. We talked about Claude Code, Claude Tag, Fable, coding agent security, evals, tool design, and how Anthropic use these tools themselves.</p> <p>The full video of the session is now available <a href="https://www.youtube.com/watch?v=uU5Gv2h8-9g">on YouTube</a>. Below is an edited copy of the transcript, with extra links and my own bolded highlights.</p> <iframe style="margin-top: 0.5em; margin-bottom: 1em;" width="560" height="315" src="https://www.youtube-nocookie.com/embed/uU5Gv2h8-9g" title="SimonThis Year in Claude" frameborder="0" allow="accelerometer; autoplay; clipboard-write; e…

  • Nativ: Run AI models locally on your Mac
    simonw· 21-jul

    <p><strong><a href="https://blaizzy.github.io/nativ/">Nativ: Run AI models locally on your Mac</a></strong></p> Prince Canuma is the developer behind the excellent <a href="https://github.com/Blaizzy/mlx-vlm">MLX-VLM</a> Python library for running vision-LLMs using MLX on a Mac.</p> <p>I'm really excited about his new project, which wraps MLX in a full macOS desktop application. It's similar in shape to LM Studio, providing both a chat interface and a localhost API server for accessing models.</p> <p>The app picked up MLX models I had already tried that were present in my Hugging Face cache directory, which was a nice touch. <p><small></small>Via <a href="https://news.ycombinator.com/item?id=48982681">Hacker News</a></small></p> <p>Tags: <a href="https://simonwillison.net/tags/macos">maco…

  • Who’s Afraid of Chinese Models?
    simonw· 20-jul

    <p><strong><a href="https://stratechery.com/2026/whos-afraid-of-chinese-models/">Who’s Afraid of Chinese Models?</a></strong></p> Interesting proposal from Ben Thompson that both addresses the hypocrisy of labs outlawing distillation against their models despite training on unlicensed data, and could help US open models compete more effectively with their Chinese counterparts:</p> <blockquote> <p>The U.S. should pass a law that (1) makes explicit that collecting data for training models is fair use, and (2) bars terms of service that forbid distillation, for U.S. companies at a minimum. Stopping distillation — which is literally just querying the API — is nearly impossible; the U.S. should go the other way and lean into a new copyright policy that both indemnifies the labs and also guaran…