AI Digest

Digest curado

lunes, 18 de mayo de 2026·light·short·9,438 tokens

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

  • CodeGraph — pre-indexed code knowledge graph para Claude Code, Codex y Cursor — 94% menos tool calls, 77% más rápido explorando codebases, 100% local. Si usás Claude Code para codebases grandes, esto te cambia la vida. npx @colbymchenry/codegraph

  • AnyFrame: sandboxes fresh para Claude Code o Codex — apuntás a cualquier repo y te levanta un sandbox en segundos con MCP connectors (Linear, Sentry). Ideal para probar agentes en entornos aislados. anyfrm.com + Python SDK

  • Agent Skills — registro verificado de skills para Claude Code, Cursor, Copilot — en un ecosistema donde el 13% de los marketplace skills tienen vulnerabilidades críticas, esto te da skills validados y seguros. github.com/tech-leads-club/agent-skills

  • Scientific Agent Skills ahora compatible con cualquier agente (no solo Claude) — skills listas para research, engineering, análisis. Incluye BYOK desktop con 40+ modelos. github.com/K-Dense-AI/scientific-agent-skills

  • Jupyter-style playbooks con Claude Code — un approach copado para estructurar interacciones con Claude Code como si fueran notebooks. reddit post

📦 Claude / Anthropic ecosystem

  • Claude finally beat Pokémon (un año después) — post en LessWrong contando cómo logró completar Pokémon después de iterar sobre el setup. Más allá del meme, es un case study de agentes. lesswrong.com

🛠️ Dev tools & coding

  • Neovim sweetspot entre coding tradicional y AI coding — proyecto jumpy que busca el balance justo para no perder el toque manual. github.com/cachebag/jumpy

  • LLM Performance by Programming Language — análisis de qué lenguajes generan mejores resultados según el modelo. Pica el bichito de "uso TypeScript, ¿qué tan bien lo entienden los LLMs?". gertlabs.com

  • Shannon — AI pentester white-box para web apps y APIs — analiza source code, identifica vectores de ataque y ejecuta exploits reales. Autónomo, interesante para pensar en seguridad con agentes. github.com/KeygraphHQ/shannon

  • 435k+ AI API keys filtradas en GitHub público — recordatorio de que el leak de credenciales sigue siendo un problema masivo. ai-keys-leaks.begimher.com

🏗️ Software engineering

  • NHS cierra sus repos open source por vulnerabilidades reportadas — Terence Eden cubre la movida de la NHS de cerrar acceso a sus repos open source como respuesta a vulnerabilidades. Buen ejemplo de cómo NO manejar seguridad en código público. simonwillison.net vía Terence Eden

  • arXiv va a banear autores por un año si dejan que AI haga todo el trabajo — política concreta contra AI slop en papers académicos. techcrunch.com

📚 Vale la pena leer

  • "How to Work and Compound with AI" de Eugene Yan — guía práctica sobre cómo realmente trabajar con AI de forma que el skill se acumule, no se atrofie. eugeneyan.com/writing/working-with-ai/

  • "RAG vs. Fine-Tuning – The Question Every AI Builder Gets Wrong" — post que desmenuza cuándo usar cada approach. Para tu side project restaurant SaaS puede venir muy bien. thingswithai.org

💤 Skippeable pero conviene saber

  • Yum Brands (Taco Bell, KFC, Pizza Hut) + Nvidia deployan AI en 500 restaurantes — señal de que AI en restaurantes se está moviendo. Para tu SaaS de restaurantes, worth keeping an eye. restaurantdive.com

  • Cerebras IPO a $60B — señal de que el hardware de inference grande sigue teniendo mercado. latent.space

Artículos fetched (54)

  • Light-Heart-Labs/DreamServer
    github-trending

    Local AI anywhere, for everyone — LLM inference, chat UI, voice, agents, workflows, RAG, and image generation. No cloud, no subscriptions. Dream Server Own your AI. One person, one dream, one machine at a time. A handful of companies control the vast majority of global AI traffic — and with it, your data, your costs, and your uptime. Every query you send to a centralized provider is business intelligence you don’t own, running on infrastructure you don’t control, priced on terms you can’t negotiate. If AI is becoming critical infrastructure, it shouldn’t be rented. Self-hosting local AI should be a sovereign human right, not a career choice. Dream Server is the exit. A local-first AI stack — LLM inference, chat, voice, agents, workflows, RAG, image generation, and privacy tools — deployed…

  • medusajs/medusa
    github-trending

    The world's most flexible commerce platform. Medusa Documentation | Website Building blocks for digital commerce Getting Started The fastest way to get started is with Medusa Cloud. It provides a managed environment optimized for Medusa applications, with automated deployments, scaling, and maintenance. Get started on Medusa Cloud To set up a Medusa application locally, visit the Documentation. About Medusa Medusa is a commerce platform with a built-in framework for customization that allows you to build custom commerce applications without reinventing core commerce logic. The framework and modules can be used to support advanced B2B or DTC commerce stores, marketplaces, distributor platforms, PoS systems, service businesses, or similar solutions that need foundational commerce primitives…

  • microsoft/ai-agents-for-beginners
    github-trending

    12 Lessons to Get Started Building AI Agents AI Agents for Beginners - A Course A course teaching everything you need to know to start building AI Agents 🌐 Multi-Language Support Supported via GitHub Action (Automated & Always Up-to-Date) Arabic | Bengali | Bulgarian | Burmese (Myanmar) | Chinese (Simplified) | Chinese (Traditional, Hong Kong) | Chinese (Traditional, Macau) | Chinese (Traditional, Taiwan) | Croatian | Czech | Danish | Dutch | Estonian | Finnish | French | German | Greek | Hebrew | Hindi | Hungarian | Indonesian | Italian | Japanese | Kannada | Khmer | Korean | Lithuanian | Malay | Malayalam | Marathi | Nepali | Nigerian Pidgin | Norwegian | Persian (Farsi) | Polish | Portuguese (Brazil) | Portuguese (Portugal) | Punjabi (Gurmukhi) | Romanian | Russian | Serbian (Cyrillic…

  • NirDiamant/agents-towards-production
    github-trending

    End-to-end, code-first tutorials for building production-grade GenAI agents. From prototype to enterprise deployment. Agents Towards Production The open-source playbook for turning AI agents into real-world products. Agents Towards Production is your go‑to resource for building production‑ready GenAI agents that scale from prototype to enterprise. Tutorials cover stateful workflows, vector memory, real‑time web search APIs, Docker deployment, FastAPI endpoints, security guardrails, GPU scaling, browser automation, fine‑tuning, multi‑agent coordination, observability, evaluation, and UI development. ⭐ If you find value in this project, PLEASE STAR IT to help others discover these tutorials! 📖 From the Same Author RAG Made Simple — #1 Best Seller on Amazon in Generative AI. 22 RAG techniqu…

  • oven-sh/bun
    github-trending

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one Bun Documentation • Discord • Issues • Roadmap Read the docs → What is Bun? Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It ships as a single executable called bun. At its core is the Bun runtime, a fast JavaScript runtime designed as a drop-in replacement for Node.js. It's written in Zig and powered by JavaScriptCore under the hood, dramatically reducing startup times and memory usage. bun run index.tsx # TS and JSX supported out-of-the-box The bun command-line tool also implements a test runner, script runner, and Node.js-compatible package manager. Instead of 1,000 node_modules for development, you only need bun. Bun's built-in tools are significantly faster than existing opti…

  • plausible/analytics
    github-trending

    Open source, privacy-first web analytics. Lightweight, cookie-free Google Analytics alternative. Self-hosted or cloud. Plausible Analytics Live Demo | Open Source | Docs | Contributing Plausible Analytics is an open source, privacy-first web analytics tool. Lightweight, cookie-free alternative to Google Analytics. Available in managed cloud or self-hosted community edition. 🔐 Privacy-focused 🛡️ GDPR, CCPA, PECR compliant 📊 Simple, fast dashboard 🪶 Lightweight script 🇪🇺 Made and hosted in the EU Why Plausible? Here's what makes Plausible a great Google Analytics alternative and why we're trusted by thousands of paying subscribers to deliver their website and business insights: Clutter-free Plausible provides simple web analytics that cut through the noise. No layers of menus or need …

  • tech-leads-club/agent-skills
    github-trending

    The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence. 🧠 Agent Skills The secure, validated skill registry for professional AI coding agents In an ecosystem where over 13% of marketplace skills contain critical vulnerabilities, Agent Skills stands apart as a hardened library of verified, tested, and safe capabilities. Extend Antigravity, Claude Code, Cursor, and more with absolute confidence. https://tech-leads-club.github.io/agent-skills/ 📖 Table of Contents ✨ What are Skills? 🛡️ Security & Trust 🤖 Supported Agents 🌟 Featured Skills 🚀 Quick Start ⚡ How It Works 🔌 MCP Server 🤝 Contributing 🛡️ Content & Authorship 📄 License and Attribution ✨ What are Skills? Skills are packaged in…

  • Anil-matcha/Open-Generative-AI
    github-trending

    Open-source alternative to AI video platforms — Free AI image & video generation studio with 200+ models (Flux, Midjourney, Kling, Sora, Veo). No content filters. Self-hosted, MIT licensed. Open Generative AI — Open-Source Alternative to AI Video Platforms The free, open-source alternative to AI Video Platforms. Generate AI images and videos using 200+ state-of-the-art models — no content filters, no closed ecosystem, no subscription fees. Community: Join Reddit & Discord for discussions and support 🤖 Automate media generations with AI coding agents: Generative-Media-Skills — a library of skills that let agents like Claude Code, Codex, and other coding assistants drive 200+ image/video models end-to-end (prompt → generate → edit → stitch) directly from your terminal. Perfect for building…

  • tinyhumansai/openhuman
    github-trending

    Your Personal AI super intelligence. Private, Simple and extremely powerful. OpenHuman OpenHuman is your Personal AI super intelligence. Private, Simple and extremely powerful. Discord • Reddit • X/Twitter • Docs • Follow @senamakel (Creator) 🇺🇸 English | 🇨🇳 简体中文 | 🇯🇵 日本語 Early Beta: Under active development. Expect rough edges. To install or get started, either download from the website over at tinyhumans.ai/openhuman or run # Download DMG, EXEs over at https://tinyhumans.ai/openhuman or run in from your terminal # For macOS or Linux x64 curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.sh | bash # For Windows irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex What is OpenHuman? OpenHuman is an open-sou…

  • TryGhost/Ghost
    github-trending

    Independent technology for modern publishing, memberships, subscriptions and newsletters. Ghost.org • Forum • Docs • Contributing • Twitter Note Love open source? We're hiring! Ghost is looking staff engineers to join the team and work with us full-time The easiest way to get a production instance deployed is with our official Ghost(Pro) managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you. For most people this ends up being the best value option because of how much time it saves — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So you’ll be supporting open source software and getting a great service! Quickstart install If you want to ru…

  • calcom/cal.diy
    github-trending

    Scheduling infrastructure for absolutely everyone. Warning Use at your own risk. Cal.diy is the open source community edition of Cal.com and it is intended for users who want to self-host their own Cal.diy instance. It is strictly recommended for personal, non-production use. Please review all installation and configuration steps carefully. Self-hosting requires advanced knowledge of server administration, database management, and securing sensitive data. Proceed only if you are comfortable with these responsibilities. Tip For any commercial and enterprise-ready scheduling infrastructure, use Cal.com, not Cal.diy; hosted by us or get invited to on-prem enterprise access here: https://cal.com/sales Cal.diy The community-driven, open-source scheduling platform. GitHub Discussions · Issues ·…

  • colbymchenry/codegraph
    github-trending

    Pre-indexed code knowledge graph for Claude Code, Codex & Cursor — fewer tokens, fewer tool calls, 100% local CodeGraph Supercharge Claude Code, Cursor & Codex with Semantic Code Intelligence 94% fewer tool calls · 77% faster exploration · 100% local Get Started npx @colbymchenry/codegraph Interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode Initialize Projects cd your-project codegraph init -i Why CodeGraph? When Claude Code explores a codebase, it spawns Explore agents that scan files with grep, glob, and Read — consuming tokens on every tool call. CodeGraph gives those agents a pre-indexed knowledge graph — symbol relationships, call graphs, and code structure. Agents query the graph instantly instead of scanning files. Benchmark Results Tested…

  • dograh-hq/dograh
    github-trending

    Open Source Voice Agent Platform Dograh AI The open-source, self-hostable alternative to Vapi & Retell — build production voice agents with a drag-and-drop workflow builder. From zero to a working bot in under 2 minutes. 📖 Docs · 📜 BSD 2-Clause 100% open source, self-hostable — no vendor lock-in, unlike Vapi or Retell Full control & transparency — every line of code is open, with flexible LLM / TTS / STT integration Maintained by YC alumni and exit founders, committed to keeping voice AI open 🎥 Featured Featured by Better Stack — a hands-on look at Dograh 📺 Prefer a 2-minute product walkthrough? Click here. ⚖️ Dograh vs Vapi vs Retell An honest comparison on the axes that matter most to teams evaluating voice AI platforms. Dograh Vapi Retell License BSD 2-Clause (open source) Propriet…

  • HKUDS/CLI-Anything
    github-trending

    "CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/ CLI-Anything: Making ALL Software Agent-Native Today's Software Serves Humans👨‍💻. Tomorrow's Users will be Agents🤖. CLI-Anything: Bridging the Gap Between AI Agents and the World's Software 🌐 CLI-Hub: pip install cli-anything-hub then cli-hub install <name> — browse, install, and manage all community-built CLIs. Want to add your own? Open a PR — the hub updates instantly. 🎬 See Demos: Watch AI agents use generated CLIs plus preview, live preview, and trajectory loops to produce real artifacts — CAD builds, 3D scenes, diagrams, gameplay, subtitles, and more. 🙋 [Become a Contributor, or Request a CLI]: Join us! Sign up to build a new CLI harness — once reviewed and merged, you'll gain access as one of…

  • BigBodyCobain/Shadowbroker
    github-trending

    Open-source intelligence for the global theater. Track everything from the corporate/private jets of the wealthy, and spy satellites, to seismic events in one unified interface. Hook an AI agent up to have it parse through data and find previously unseen correlations. The knowledge is available to all but rarely aggregated in the open, until now. 🛰️ S H A D O W B R O K E R Global Threat Intercept — Real-Time Geospatial Intelligence Platform ShadowBroker is a decentralized intelligence platform that aggregates real-time, multi-domain OSINT telemetry from 60+ live intelligence feeds into a single dark-ops map interface. Aircraft, ships, satellites, conflict zones, CCTV networks, GPS jamming, internet-connected devices, police scanners, mesh radio nodes, and breaking geopolitical events — a…

  • K-Dense-AI/scientific-agent-skills
    github-trending

    A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing. Scientific Agent Skills 🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude. New: K-Dense BYOK — A free, open-source AI co-scientist that runs on your desktop, powered by Scientific Agent Skills. Bring your own API keys, pick from 40+ models, and get a full research workspace with web search, file handling, 100+ scientific databases, and access to all 135 skills in this repo. Your data stays on your computer, and you can optionally scale to cloud compute via Modal for heavy workloads. Get started here. A comprehensive collection of 135 ready-to-use scienti…

  • KeygraphHQ/shannon
    github-trending

    Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production. Note 📢 Sunsetting Router Mode (claude-code-router)`. → Shannon — AI Pentester by Keygraph Shannon is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production. What is Shannon? Shannon is an AI pentester developed by Keygraph. It performs white-box security testing of web applications and their underlying APIs by combining source code analysis with live exploitation. Shannon analyzes your web application's source code to …

  • knadh/listmonk
    github-trending

    High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app. listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL database as its data store. Visit listmonk.app for more info. Check out the live demo. Installation Docker The latest image is available on DockerHub at listmonk/listmonk:latest. Download and use the sample docker-compose.yml. # Download the compose file to the current directory. curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml # Run the services in the background. docker compose up -d Visit http://localhost:9000 See installation docs Binary Download the latest release and extract the listmonk binary. .…

  • Ask HN: Which AI harness comes close to Claude Code?
    hn-ai· 18-may

    I really want to try deepseek V4, but harnesss which I have previously used are inferior than Claude Code. Please suggest some Harnesses here. I have tried, roo, cline, opencode Comments URL: https://news.ycombinator.com/item?id=48176033 Points: 1 # Comments: 0

  • Playing with Jupyter style playbooks that work with Claude Code
    hn-ai· 18-may

    Article URL: https://old.reddit.com/r/ClaudeCode/comments/1tgdvex/playing_with_jupyter_style_playbooks_that_work/ Comments URL: https://news.ycombinator.com/item?id=48176121 Points: 2 # Comments: 0

  • I put Codex and Claude into a tank arena. Codex is winning 55% so far
    hn-ai· 18-may

    Article URL: https://old.reddit.com/r/codex/comments/1tgbb28/comment/omfo1by/ Comments URL: https://news.ycombinator.com/item?id=48176199 Points: 1 # Comments: 0

  • Multiple commencement speakers booed for AI comments during graduation speeches [video]
    hn-ai· 18-may

    Article URL: https://www.youtube.com/watch?v=xwWaoyIy5e8 Comments URL: https://news.ycombinator.com/item?id=48175130 Points: 1 # Comments: 0

  • AI Leak Watch: 435,608 potential AI API key matches in public GitHub code
    hn-ai· 18-may

    Article URL: https://ai-keys-leaks.begimher.com/ Comments URL: https://news.ycombinator.com/item?id=48175054 Points: 5 # Comments: 0

  • Show HN: AnyFrame – Sandboxes for AI Agents
    hn-ai· 18-may

    Hey HN! we built https://anyfrm.com, a way to point Claude Code or Codex at any repo and get a fresh sandbox running it in seconds. Python SDK + demo: https://github.com/tinyhq/anyframe-python AnyFrame has three key features - define an agent once (repo, install cmd, skills, MCPs) and it bakes a cached image - boot a session and chat with it from the web or from Python on the same channel - plug in MCP connectors (Linear, Sentry, …) once and toggle them per-agent. Let me know if you have any questions/comments/feature requests! Comments URL: https://news.ycombinator.com/item?id=48175262 Points: 2 # Comments: 0

  • Pope creates AI study group as Vatican prepares release of first encyclical
    hn-ai· 18-may

    Article URL: https://apnews.com/article/vatican-artificial-intelligence-pope-musk-nvidia-trump-889c0066f0d5ce784c07abb72b33e24c Comments URL: https://news.ycombinator.com/item?id=48175858 Points: 2 # Comments: 0

  • Apple's treatment of AI coding apps could be shifting with Replit update
    hn-ai· 18-may

    Article URL: https://appleinsider.com/articles/26/05/15/apples-treatment-of-ai-coding-apps-could-be-shifting-with-replit-update Comments URL: https://news.ycombinator.com/item?id=48175797 Points: 1 # Comments: 0

  • First-Ever Tokenized Space Tourism: AI and Space and Blockchain
    hn-ai· 18-may

    Article URL: https://cccforgc.com/ Comments URL: https://news.ycombinator.com/item?id=48175073 Points: 1 # Comments: 0

  • MouseClaw – a pixel-art desktop AI pet for macOS (hold to speak)
    hn-ai· 18-may

    Article URL: https://edwin-hao-ai.github.io/MouseClaw/ Comments URL: https://news.ycombinator.com/item?id=48175691 Points: 2 # Comments: 0

  • How to Work and Compound with AI
    hn-ai· 18-may

    Article URL: https://eugeneyan.com/writing/working-with-ai/ Comments URL: https://news.ycombinator.com/item?id=48175475 Points: 1 # Comments: 0

  • LLM Performance by Programming Language
    hn-ai· 18-may

    Article URL: https://gertlabs.com/blog/llm-performance-by-language Comments URL: https://news.ycombinator.com/item?id=48175083 Points: 4 # Comments: 1

  • Signex: AI-first EDA, KiCad-compatible schematic and PCB editor built in Rust
    hn-ai· 18-may

    Article URL: https://github.com/alplabai/signex Comments URL: https://news.ycombinator.com/item?id=48174633 Points: 2 # Comments: 0

  • Neovim sweetspot between trad coding and AI coding
    hn-ai· 18-may

    Article URL: https://github.com/cachebag/jumpy Comments URL: https://news.ycombinator.com/item?id=48175515 Points: 1 # Comments: 0

  • I built an AI vulnerability scanner with Claude and Codex. It failed
    hn-ai· 18-may

    Article URL: https://github.com/janitor-security/the-janitor Comments URL: https://news.ycombinator.com/item?id=48176167 Points: 1 # Comments: 0

  • AnyFrame – Sandboxes for Your AI Agents
    hn-ai· 18-may

    Article URL: https://github.com/tinyhq/anyframe-python Comments URL: https://news.ycombinator.com/item?id=48175448 Points: 3 # Comments: 3

  • Ex-Google CEO Eric Schmidt Fails to Read Room on AI, Gets Booed into Oblivion
    hn-ai· 18-may

    Article URL: https://gizmodo.com/ex-google-ceo-eric-schmidt-fails-to-read-room-on-ai-gets-booed-to-oblivion-2000759763 Comments URL: https://news.ycombinator.com/item?id=48175564 Points: 4 # Comments: 1

  • AI May, Paradoxically, Increase Demand for Higher Ed
    hn-ai· 18-may

    Article URL: https://jimmyalfonsolicon.substack.com/p/ai-may-paradoxically-increase-demand Comments URL: https://news.ycombinator.com/item?id=48175504 Points: 2 # Comments: 0

  • LLM Tracing with MLflow AI Gateway
    hn-ai· 18-may

    Article URL: https://karnwong.me/posts/2026/04/llm-tracing-with-mlflow-ai-gateway/ Comments URL: https://news.ycombinator.com/item?id=48175852 Points: 1 # Comments: 0

  • Slop Bucket Idea – a dataset of AI slop (train AI what not to do)
    hn-ai· 18-may

    I just had this idea, you read it all the time AI slop is so prevalent people are getting banned for a year for submitting science papers to arXiv with it, moans of angst from developers, even Microsoft doing its own study where AI degrades the quality of simple documents, and the beloved em-dash. I don't really have the know-how or the time but it occurred to me, if we created a public data set that could be submitted to publicly, we could catalog and organize all the AI slop, the different types, with explanations about why it is slop and why not to do it, and then train a large language model using this data set included, to help correct itself. I don't really know the technical details of training a large language model,is this even possible? Comments URL: https://news.ycombinator.com…

  • Ask HN: What AI coding workflows have stuck for you?
    hn-ai· 18-may

    There’s a lot of discussion around AI-assisted development, but I’m curious which workflows have actually remained useful beyond the initial novelty phase. Comments URL: https://news.ycombinator.com/item?id=48175806 Points: 1 # Comments: 0

  • `Never-ending' AI slop strains corporate hacking reward schemes
    hn-ai· 18-may

    Article URL: https://www.ft.com/content/dbec4441-02dc-4053-8500-85677973d324 Comments URL: https://news.ycombinator.com/item?id=48175991 Points: 2 # Comments: 1

  • A Year Late, Claude Beats Pokémon
    hn-ai· 18-may

    Article URL: https://www.lesswrong.com/posts/sehJYg5Yny9fvpbpt/a-year-late-claude-finally-beats-pokemon Comments URL: https://news.ycombinator.com/item?id=48175263 Points: 2 # Comments: 0

  • The Coasean singularity: Why AI is ending the org chart as we know it
    hn-ai· 18-may

    Article URL: https://www.msn.com/en-us/money/smallbusiness/the-coasean-singularity-why-ai-is-ending-the-org-chart-as-we-know-it/ar-AA22wmiY Comments URL: https://news.ycombinator.com/item?id=48175807 Points: 1 # Comments: 0

  • Yum Brands, Nvidia will deploy new AI at 500 restaurants
    hn-ai· 18-may

    Article URL: https://www.restaurantdive.com/news/yum-brands-nvidia-ai-taco-bell-pizza-hut-kfc-deal/742926/ Comments URL: https://news.ycombinator.com/item?id=48174558 Points: 2 # Comments: 3

  • Most Americans don't trust AI – or the people in charge of it (2025)
    hn-ai· 18-may

    Article URL: https://www.theverge.com/ai-artificial-intelligence/644853/pew-gallup-data-americans-dont-trust-ai Comments URL: https://news.ycombinator.com/item?id=48174808 Points: 81 # Comments: 71

  • 2ality Blog: Temporarily Offline because of AI
    hn-ai· 18-may

    Article URL: https://2ality.com Comments URL: https://news.ycombinator.com/item?id=48176038 Points: 1 # Comments: 0

  • ArXiv will ban authors for a year if they let AI do all the work
    hn-ai· 18-may

    Article URL: https://techcrunch.com/2026/05/16/research-repository-arxiv-will-ban-authors-for-a-year-if-they-let-ai-do-all-the-work/ Comments URL: https://news.ycombinator.com/item?id=48174730 Points: 2 # Comments: 1

  • RAG vs. Fine-Tuning – The Question Every AI Builder Gets Wrong
    hn-ai· 18-may

    Article URL: https://thingswithai.org/posts/rag-vs-fine-tuning Comments URL: https://news.ycombinator.com/item?id=48175889 Points: 2 # Comments: 0

  • AI Eats the World (2026)
    hn-ai· 18-may

    Article URL: https://www.ben-evans.com/presentations Comments URL: https://news.ycombinator.com/item?id=48175891 Points: 3 # Comments: 0

  • [AINews] Cerebras' $60B IPO: Slowly, then All at Once
    latentspace· 16-may

    Congrats Big Chip!

  • inaturalist-clumper 0.1
    simonw· 15-may

    <p><strong>Release:</strong> <a href="https://github.com/simonw/inaturalist-clumper/releases/tag/0.1">inaturalist-clumper 0.1</a></p> <p>Part of the infrastructure I use for <a href="https://simonwillison.net/2026/May/1/inat-sightings/">publishing my iNaturalist sightings on my blog</a>. I've been running this in production for a few weeks now, inspiring some iterations on how it works, so I decided to ship a 0.1 release.</p> <p>You can see an example of the output <a href="https://github.com/simonw/inaturalist-clumps/blob/main/clumps.json">in this JSON file</a>.</p> <p>Tags: <a href="https://simonwillison.net/tags/projects">projects</a>, <a href="https://simonwillison.net/tags/inaturalist">inaturalist</a></p>

  • Western Gull, Rock Pigeon
    simonw· 15-may

    <p><img src="https://static.inaturalist.org/photos/660343826/large.jpg" alt="Western Gull"></p><p><img src="https://static.inaturalist.org/photos/660344126/large.jpg" alt="Rock Pigeon"></p><p>Western Gull, Rock Pigeon, in Los Angeles Area (custom), CA, US</p><p>I went for a bird walk in the morning before PyCon, and we spotted a local seagull enjoying a Starbucks.</p>

  • Quoting Julia Evans
    simonw· 16-may

    <blockquote cite="https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/"><p>[...] in the last 10 years I’ve learned to really love and respect CSS as a technology.</p> <p>So I decided years ago that I wanted to react to “CSS is hard” by getting better at CSS and taking it seriously as a technology, instead of devaluing it. Doing that changed everything for me: I learned that so many of my frustrations (“centering is impossible”) had been addressed in CSS a long time ago, and that also what “centering” means is not always straightforward and it makes sense that there are many ways to do it. CSS is hard because it’s solving a hard problem!</p></blockquote> <p class="cite">&mdash; <a href="https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-…

  • Warelay -> OpenClaw
    simonw· 16-may

    <p>In preparation for a lightning talk I'm giving at PyCon US <a href="https://us.pycon.org/2026/schedule/presentation/175/">this afternoon</a> I decided to figure out how many names OpenClaw has <em>actually</em> had since that <a href="https://github.com/openclaw/openclaw/commit/f6dd362d39b8e30bd79ef7560aab9575712ccc11">first commit</a> back in November.</p> <p>Thanks to this <a href="https://tools.simonwillison.net/python/#first_line_historypy">first_line_history.py tool</a> (<a href="https://github.com/simonw/tools/blob/main/python/first_line_history.py">code here</a>) the answer, according to the Git history of the OpenClaw README, is:</p> <p>Warelay → CLAWDIS → CLAWDBOT → Clawdbot → Moltbot →🦞 OpenClaw</p> <p>Or in detail (the output from the tool):</p> <pre> 2025-11-24T11:23:15+01…

  • GDS weighs in on the NHS's decision to retreat from Open Source
    simonw· 17-may

    <p><strong><a href="https://shkspr.mobi/blog/2026/05/gds-weighs-in-on-the-nhss-decision-to-retreat-from-open-source/">GDS weighs in on the NHS&#x27;s decision to retreat from Open Source</a></strong></p> Terence Eden continues his coverage of the NHS' <a href="https://shkspr.mobi/blog/2026/05/nhs-goes-to-war-against-open-source/">poorly considered decision</a> to close down access to their open source repositories in response to vulnerabilities reported to them as part of <a href="https://simonwillison.net/2026/Apr/7/project-glasswing/">Project Glasswing</a>.</p> <p>Now the Government Digital Service have joined the conversation with <a href="https://www.gov.uk/guidance/ai-open-code-and-vulnerability-risk-in-the-public-sector">AI, open code and vulnerability risk in the public sector</a>,…