AI Digest

Digest curado

lunes, 25 de mayo de 2026·light·short·9,652 tokens

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

  • Anthropic lanzó el directorio oficial de Claude Code Plugins — ahora tenés un repo curado y mantenido por Anthropic con plugins de alta calidad para Claude Code. Si usás Claude Code, esto es gold: plugins oficiales, con estructura documentada y advertencias de seguridad. anthropics/claude-plugins-official
  • Anthropic también publicó knowledge-work-plugins — un repo open source de plugins orientados a knowledge workers para Claude Cowork (compatible con Claude Code). Ideal si querés ver cómo están pensando los plugins para flujos de trabajo reales. anthropics/knowledge-work-plugins
  • Karpathy-inspired CLAUDE.md para mejorar Claude Code — un solo archivo CLAUDE.md que incorpora las observaciones de Andrej Karpathy sobre pitfalls de LLMs en coding. Si laburás con Claude Code, esto es una lectura obligatoria para mejorar el comportamiento del agente. multica-ai/andrej-karpathy-skills
  • CodeGraph: pre-indexed code knowledge graph para Claude Code — reduce tool calls un ~70% y bajás costo un ~35%. 100% local, compatible con Claude Code, Codex, Cursor, etc. Básicamente un semantic layer para que tu agente entienda la codebase sin quemar tokens. colbymchenry/codegraph
  • Free Claude Code: usá Claude Code CLI con cualquier provider — rutea el tráfico de la API de Anthropic a cualquier provider (gratis, local, etc.). Mantiene el protocolo del lado cliente estable. Si querés experimentar sin gastar en la API de Anthropic, esto te sirve. Alishahryar1/free-claude-code

📦 Claude / Anthropic ecosystem

  • Understand-Anything: codebase → interactive knowledge graph + Claude Code integration — convertí cualquier codebase en un knowledge graph explorable y "preguntable". Funciona con Claude Code, Cursor, Copilot, etc. Lum1104/Understand-Anything
  • Multica: plataforma open-source de agents gestionados — convertí coding agents en "teammates": asignales issues, trackeá progreso, acumulá skills. Compatible con Claude Code y otros. multica-ai/multica

🛠️ Dev tools & coding

  • cmux: terminal macOS con pestañas verticales + notificaciones para AI coding agents — basado en Ghostty, diseñado para que los agents te avisen cuando terminan sin estar mirando. Para los que vivimos con Claude Code todo el día. manaflow-ai/cmux
  • Pi Agent Harness: coding agent CLI + unified LLM API + TUI/web UI — toolkit completo para agents: desde CLI interactivo hasta integración con Slack y vLLM. earendil-works/pi
  • .NET publicó skills oficiales para coding agents — el equipo de .NET curó skills para que agents (Claude Code, Copilot, etc.) entiendan mejor C# y .NET. Señal de que los skills/plugins se están volviendo estándar. dotnet/skills

📚 Vale la pena leer

  • "My AI coding flow was burning tokens to do things code should do" — post pragmático sobre cuándo NO usar AI para cosas que el código debería hacer deterministicamente. Justo el tipo de pensamiento crítico que necesitás para tu SaaS. geerttheys.substack.com
  • Armin Ronacher sobre issues de GitHub generados por AI — "la gente manda issues que no están en su propia voz, con conclusiones inventadas y falsa confianza". Lectura corta pero importante para entender cómo la AI está afectando la calidad del feedback en OSS. simonwillison.net

💤 Skippeable pero conviene saber

  • AI Makes Adding Features Faster – So Why Not Add Just One More? — reflexión sobre cómo la AI acelera el feature creep. Para tu SaaS, un recordatorio de mantener disciplina. grith.ai
  • YieldOS-Lite: simulador de control-plane governance para LLM inference — si te interesa cómo orquestar inferencia a escala, este es un simulador open-source. github.com/nikitph/yieldos

Artículos fetched (54)

  • manaflow-ai/cmux
    github-trending

    Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents cmux A Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents English | 日本語 | Tiếng Việt | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | ភាសាខ្មែរ | Українська ▶ Demo video · The Zen of cmux Features Notification rings Panes get a blue ring and tabs light up when coding agents need your attention Notification panel See all pending notifications in one place, jump to the most recent unread In-app browser Split a browser alongside your terminal with a scriptable API ported from agent-browser Vertical + horizontal tabs Sidebar shows git branch, linked PR status/number,…

  • mukul975/Anthropic-Cybersecurity-Skills
    github-trending

    754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 26 security domains · Apache 2.0 Anthropic Cybersecurity Skills The largest open-source cybersecurity skills library for AI agents 754 production-grade cybersecurity skills · 26 security domains · 5 framework mappings · 26+ AI platforms Get Started · What's Inside · Frameworks · Platforms · Contributing ⚠️ Community Project — This is an independent, community-created project. Not affiliated with Anthropic PBC. Give any AI agent the security skills of a senior analyst A junior analyst knows which Volatility3 plugin to run on a suspicious me…

  • multica-ai/andrej-karpathy-skills
    github-trending

    A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls. Karpathy-Inspired Claude Code Guidelines Check out my new project Multica — an open-source platform for running and managing coding agents with reusable skills. Follow me on X: https://x.com/jiayuan_jy A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls. English | 简体中文 The Problems From Andrej's post: "The models make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, don't seek clarifications, don't surface inconsistencies, don't present tradeoffs, don't push back when they should." "They really like to overcomplicate code and APIs…

  • multica-ai/multica
    github-trending

    The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. Multica Your next 10 hires won't be human. The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. Website · Cloud · X · Self-Hosting · Contributing English | 简体中文 What is Multica? Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed age…

  • anthropics/claude-plugins-official
    github-trending

    Official, Anthropic-managed directory of high quality Claude Code Plugins. Claude Code Plugins Directory A curated directory of high-quality plugins for Claude Code. ⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change. See each plugin's homepage for more information. Structure /plugins - Internal plugins developed and maintained by Anthropic /external_plugins - Third-party plugins from partners and the community Installation Plugins can be installed directly from this marketplace via Claude Code's plugin system. To install, run /plugin install {plugin-name}@claude-plugins-official or brows…

  • rohitg00/ai-engineering-from-scratch
    github-trending

    Learn it. Build it. Ship it for others. ░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒ 84% of students already use AI tools. Only 18% feel prepared to use them professionally. This curriculum closes that gap. 435 lessons. 20 phases. ~320 hours. Python, TypeScript, Rust, Julia. Every lesson ships a reusable artifact: a prompt, a skill, an agent, an MCP server. Free, open source, MIT. You don't just learn AI. You build it. End-to-end. By hand. How this works Most AI material teaches in scattered pieces. A paper here, a fine-tuning post there, a flashy agent demo somewhere else. The pieces rarely line up. You ship a chatbot but can't explain its loss curve. You hook a function to an agent but can't say what attention does inside the model that's ca…

  • shiyu-coder/Kronos
    github-trending

    Kronos: A Foundation Model for the Language of Financial Markets Kronos: A Foundation Model for the Language of Financial Markets Deutsch | Español | Français | 日本語 | 한국어 | Português | Русский | 中文 Kronos is the first open-source foundation model for financial candlesticks (K-lines), trained on data from over 45 global exchanges. 📰 News 🚩 [2025.11.10] Kronos has been accpeted by AAAI 2026. 🚩 [2025.08.17] We have released the scripts for fine-tuning! Check them out to adapt Kronos to your own tasks. 🚩 [2025.08.02] Our paper is now available on arXiv! 📜 Introduction Kronos is a family of decoder-only foundation models, pre-trained specifically for the "language" of financial markets—K-line sequences. Unlike general-purpose TSFMs, Kronos is designed to handle the unique, high-noise char…

  • anthropics/knowledge-work-plugins
    github-trending

    Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork Knowledge Work Plugins Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code. Why Plugins Cowork lets you set the goal and Claude delivers finished, professional work. Plugins let you go further: tell Claude how you like work done, which tools and data to pull from, how to handle critical workflows, and what slash commands to expose — so your team gets better and more consistent outcomes. Each plugin bundles the skills, connectors, slash commands, and sub-agents for a specific job function. Out of the box, they give Claude a strong starting point for helping anyone in that role. The real power comes when you cus…

  • blakeblackshear/frigate
    github-trending

    NVR with realtime local object detection for IP cameras Frigate NVR™ - Realtime Object Detection for IP Cameras [English] | 简体中文 A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. Use of a GPU or AI accelerator is highly recommended. AI accelerators will outperform even the best CPUs with very little overhead. See Frigate's supported object detectors. Tight integration with Home Assistant via a custom component Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary Leverages multiprocessing heavily with an emphasis on realtime over processing every frame Uses a very low overhead motion detection to determine wher…

  • codecrafters-io/build-your-own-x
    github-trending

    Master programming by recreating your favorite technologies from scratch. Build your own <insert-technology-here> This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch. What I cannot create, I do not understand — Richard Feynman. It's a great way to learn. 3D Renderer AI Model Augmented Reality BitTorrent Client Blockchain / Cryptocurrency Bot Command-Line Tool Database Docker Emulator / Virtual Machine Front-end Framework / Library Game Git Memory Allocator Network Stack Neural Network Operating System Physics Engine Processor Programming Language Regex Engine Search Engine Shell Template Engine Text Editor Visual Recognition System Voxel Engine Web Browser Web Server Uncategorized Tutorials Build your own Distributed…

  • colbymchenry/codegraph
    github-trending

    Pre-indexed code knowledge graph for Claude Code, Codex, Cursor, OpenCode, and Hermes Agent — fewer tokens, fewer tool calls, 100% local CodeGraph Supercharge Claude Code, Cursor, Codex, OpenCode, and Hermes Agent with Semantic Code Intelligence ~35% cheaper · ~70% fewer tool calls · 100% local Documentation & Website → Get Started No Node.js required — one command grabs the right build for your OS: # macOS / Linux curl -fsSL https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.sh | sh # Windows (PowerShell) irm https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.ps1 | iex Already have Node? Use npm instead (works on any version): npx @colbymchenry/codegraph # zero-install, or: npm i -g @colbymchenry/codegraph CodeGraph bundles its own runtime — nothing …

  • 666ghj/MiroFish
    github-trending

    A Simple and Universal Swarm Intelligence Engine, Predicting Anything. 简洁通用的群体智能引擎,预测万物 简洁通用的群体智能引擎,预测万物 A Simple and Universal Swarm Intelligence Engine, Predicting Anything English | 中文文档 ⚡ Overview MiroFish is a next-generation AI prediction engine powered by multi-agent technology. By extracting seed information from the real world (such as breaking news, policy drafts, or financial signals), it automatically constructs a high-fidelity parallel digital world. Within this space, thousands of intelligent agents with independent personalities, long-term memory, and behavioral logic freely interact and undergo social evolution. You can inject variables dynamically from a "God's-eye view" to precisely deduce future trajectories — rehearse the future in a digital sandbox, and win decisions …

  • dotnet/skills
    github-trending

    Repository for skills to assist AI coding agents with .NET and C# .NET Agent Skills This repository contains the .NET team's curated set of core skills and custom agents for coding agents. For information about the Agent Skills standard, see agentskills.io. 📊 Dashboard - Accuracy and efficiency scoring trends for contained plugins (https://dotnet.github.io/skills/) What's Included Plugin Description dotnet Collection of core .NET skills for handling common .NET coding tasks. dotnet-data Skills for .NET data access and Entity Framework related tasks. dotnet-diag Skills for .NET performance investigations, debugging, and incident analysis. dotnet-msbuild Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization. dotnet-nuget N…

  • earendil-works/pi
    github-trending

    AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods pi.dev domain graciously donated by exe.dev New issues and PRs from new contributors are auto-closed by default. Maintainers review auto-closed issues daily. See CONTRIBUTING.md. Pi Agent Harness Mono Repo This is the home of the pi agent harness project including our self extensible coding agent. @earendil-works/pi-coding-agent: Interactive coding agent CLI @earendil-works/pi-agent-core: Agent runtime with tool calling and state management @earendil-works/pi-ai: Unified multi-provider LLM API (OpenAI, Anthropic, Google, …) To learn more about pi: Visit pi.dev, the project website with demos Read the documentation, but you can also ask the agent to explain itself Share your OSS coding agent s…

  • Lum1104/Understand-Anything
    github-trending

    Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more. Understand Anything Turn any codebase, knowledge base, or docs into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more. English | 简体中文 | 繁體中文 | 日本語 | 한국어 | Español | Türkçe | Русский 💬 Join the Discord community → Ask questions, share what you've built, get help from the community. You just joined a new team. The codebase is 200,000 lines of code. Where do you even start? Understand Anything is a Claude Code Plugin that analyzes your project with a multi-agent pipeline, builds a know…

  • Alishahryar1/free-claude-code
    github-trending

    Use claude-code for free in the terminal, VSCode extension or discord like OpenClaw (voice supported) 🤖 Free Claude Code Use Claude Code CLI, VS Code, JetBrains ACP, or chat bots through your own Anthropic-compatible proxy. Free Claude Code routes Anthropic Messages API traffic from Claude Code to any provider. It keeps Claude Code's client-side protocol stable while letting you choose free, paid, or local models. Quick Start · Providers · Clients · Integrations · Development Star History What You Get Drop-in proxy for Claude Code's Anthropic API calls. Seventeen provider backends: NVIDIA NIM, OpenRouter, Google AI Studio (Gemini), DeepSeek, Mistral La Plateforme, Mistral Codestral, OpenCode Zen, OpenCode Go, Wafer, Kimi, Cerebras Inference, Groq, Fireworks AI, Z.ai, LM Studio, llama.cpp…

  • Show HN: Live AI music sequencing agent
    hn-ai· 25-may

    Pretzel is an experiment in live AI agents for music. It's a web synchronized music sequencer that is controlled by an AI agent. Everyone chats with the same AI agent and hears the same music at any time. I'm no audio engineer so it's a pretty basic tune, and turns out audio is a pretty complex 3d function. I went to Google's IO hackathon yesterday without any idea of what I was going to work on. I thought of building a live DJ agent that people can tell what they feel and it would update the music live. This is like 50% of the way that vision. I've been building a Rust agent harness called [Talon](https://github.com/impalasys/talon) that is easy to self host on a micro VM (~100mb RAM). Pretzel connects everyone to the same session in a Talon hosted DJ agent. I'm curious what y'all think.…

  • Sign in Nobody Wants AI Anymore [video][12 mins]
    hn-ai· 25-may

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

  • AI-Driven Design Automation
    hn-ai· 24-may

    Article URL: https://en.wikipedia.org/wiki/AI-driven_design_automation Comments URL: https://news.ycombinator.com/item?id=48261757 Points: 1 # Comments: 0

  • AI for Design Needs Solving
    hn-ai· 24-may

    Article URL: https://freedium-mirror.cfd/https://medium.com/@mini.1409/ai-for-design-needs-solving-db3f11af77d4 Comments URL: https://news.ycombinator.com/item?id=48261923 Points: 2 # Comments: 0

  • My AI coding flow was burning tokens to do things code should do
    hn-ai· 25-may

    Article URL: https://geerttheys.substack.com/p/i-agent-deterministic-coding-flow Comments URL: https://news.ycombinator.com/item?id=48263366 Points: 2 # Comments: 1

  • Show HN: Local note engine uses LLM to organize notes into a knowledge graph
    hn-ai· 24-may

    i take a lot of notes but rarely find time to organize them so the value of most notes in my personal context quietly disappears. Notecast is a local note engine i've been building to help me with that. it runs a three stage LLM pipeline (Classify -> Organize -> Consolidate) that automatically builds and maintain a knowledge graph from the notes. the theme hierarchy emerges by subdivision as notes accumulate. Any change generates a proposal that can be edited and commited by the user. It is early stage and a lot of architectural and domain logic decisions might change but the core is working and is already useful. It has Obsidian vault integration. I recommend using it (just set vaultPath on configurations) I'm actively developing it this year and would love feedback. Comments URL: https:…

  • Code-mapper: Free CLI tool to reduce LLM token usage on any codebases
    hn-ai· 25-may

    Article URL: https://github.com/damien220/code-mapper Comments URL: https://news.ycombinator.com/item?id=48262981 Points: 3 # Comments: 0

  • Lynote Humanize Text – Open-source AI text humanization toolkit
    hn-ai· 25-may

    Article URL: https://github.com/lynote-ai/humanize-text Comments URL: https://news.ycombinator.com/item?id=48263078 Points: 2 # Comments: 0

  • Show HN: YieldOS-Lite – A simulator for LLM inference control-plane governance
    hn-ai· 25-may

    Article URL: https://github.com/nikitph/yieldos Comments URL: https://news.ycombinator.com/item?id=48263410 Points: 1 # Comments: 0

  • Mcgoats AI-powered game development template
    hn-ai· 24-may

    Article URL: https://github.com/Totes-MickGOATs/mcgoats-game-template Comments URL: https://news.ycombinator.com/item?id=48261605 Points: 1 # Comments: 0

  • AI Makes Adding Features Faster – So Why Not Add Just One More?
    hn-ai· 25-may

    Article URL: https://grith.ai/blog/just-one-more-feature?nop Comments URL: https://news.ycombinator.com/item?id=48263974 Points: 2 # Comments: 2

  • Nuance in all things. A dive into (Anti-) "AI" Myths (2025)
    hn-ai· 24-may

    Article URL: https://k4tana.github.io/blog/2025/06/04/AI-Nuanced-Take.html Comments URL: https://news.ycombinator.com/item?id=48261351 Points: 3 # Comments: 0

  • HN: Silau – AI detects employee burnout"
    hn-ai· 25-may

    I just launched Silau 76% of employees experience burnout. I built an AI platform that detects it BEFORE they quit. Check it out: [your link] If you know HR managers struggling with burnout, send them my way! #Startup #MentalHealth #AI Comments URL: https://news.ycombinator.com/item?id=48262636 Points: 1 # Comments: 2

  • How to Teach AI the "Taste"
    hn-ai· 25-may

    I am trying to use low cost model to generate high quality video. However, those model doesn't seem to have a good taste. My goal is to let AI decide what to create instead of writing a perfect prompt. Comments URL: https://news.ycombinator.com/item?id=48262990 Points: 2 # Comments: 1

  • Ask HN: How to get back into programming without AI?
    hn-ai· 25-may

    It's been a long time since I've written code without AI, and I miss it. How can I get back into it without ending up reaching for AI? Comments URL: https://news.ycombinator.com/item?id=48263955 Points: 2 # Comments: 5

  • I passed Claude Certified Architect: here's my notes and a practice exam
    hn-ai· 25-may

    Article URL: https://practice-exam-deploy.vercel.app/ Comments URL: https://news.ycombinator.com/item?id=48264000 Points: 2 # Comments: 0

  • AI in journalism: Live tracker of scandals and mistakes
    hn-ai· 24-may

    Article URL: https://pressgazette.co.uk/publishers/digital-journalism/ai-journalism-mistakes/ Comments URL: https://news.ycombinator.com/item?id=48261922 Points: 2 # Comments: 0

  • Kevin O'Leary wants AI data centre in Utah. Some residents aren't happy
    hn-ai· 25-may

    Article URL: https://www.cbc.ca/news/world/kevin-oleary-data-centre-utah-9.7207716 Comments URL: https://news.ycombinator.com/item?id=48263564 Points: 1 # Comments: 0

  • Global AI Diffusion: Q1 2026 Trends and Insights [pdf]
    hn-ai· 25-may

    Article URL: https://www.microsoft.com/en-us/research/wp-content/uploads/2026/05/Microsoft-AI-Diffusion-Report-2026-Q1.pdf Comments URL: https://news.ycombinator.com/item?id=48262811 Points: 3 # Comments: 1

  • AI Interpretability Is a Revolutionary Skill
    hn-ai· 25-may

    Article URL: https://www.outcryai.com/research/the-dark-between-the-stars Comments URL: https://news.ycombinator.com/item?id=48263216 Points: 1 # Comments: 1

  • What to know about the AI models that are jolting Washington
    hn-ai· 24-may

    Article URL: https://www.politico.com/news/2026/05/24/anthropic-openai-mythos-what-to-know-00934668 Comments URL: https://news.ycombinator.com/item?id=48261970 Points: 2 # Comments: 1

  • Claude's Mythos AI model may cause security issues for your money
    hn-ai· 25-may

    Article URL: https://www.rte.ie/brainstorm/2026/0517/1572343-claude-ai-model-security-issues-humans-work-information-data/ Comments URL: https://news.ycombinator.com/item?id=48263736 Points: 1 # Comments: 0

  • Authorization layer for AI agents (OAuth has no idea what your agent is doing)
    hn-ai· 24-may

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

  • How AI Talks People Out of Conspiracy Theories–and What We Can Learn from That
    hn-ai· 25-may

    Article URL: https://www.wsj.com/tech/ai/ai-debunks-conspiracy-theories-92eff2c5 Comments URL: https://news.ycombinator.com/item?id=48262460 Points: 3 # Comments: 2

  • Vericoding: The End of "Trust Me Bro, The AI Wrote It"
    hn-ai· 24-may

    Article URL: https://blog.icme.io/vericoding-the-end-of-trust-me-bro-the-ai-wrote-it/ Comments URL: https://news.ycombinator.com/item?id=48261501 Points: 3 # Comments: 0

  • AI Has Taken over Open Source
    hn-ai· 25-may

    Article URL: https://socket.dev/blog/ai-has-taken-over-open-source Comments URL: https://news.ycombinator.com/item?id=48263001 Points: 2 # Comments: 1

  • Bone Keeper AI Assisted Feature Film
    hn-ai· 24-may

    Article URL: https://sosuke.com/bone-keeper-ai-assisted-feature-film/ Comments URL: https://news.ycombinator.com/item?id=48261396 Points: 3 # Comments: 0

  • What's Left for AI-Assisted Coding
    hn-ai· 24-may

    Article URL: https://stephen.bochinski.dev/blog/2026/05/24/whats-left-for-ai-assisted-coding/ Comments URL: https://news.ycombinator.com/item?id=48261650 Points: 3 # Comments: 1

  • Portability Is a Myth: Why the Best AI Stacks Will Never Be Hardware-Agnostic
    hn-ai· 24-may

    Article URL: https://twitter.com/PatrickToulme/status/2055709800986780028 Comments URL: https://news.ycombinator.com/item?id=48261760 Points: 3 # Comments: 0

  • Predicting AI Job Exposure
    hn-ai· 24-may

    Article URL: https://www.ben-evans.com/benedictevans/2026/5/24/ai-job-exposure Comments URL: https://news.ycombinator.com/item?id=48261903 Points: 2 # Comments: 0

  • [AINews] All Model Labs are now Agent Labs
    latentspace· 23-may

    a quiet day lets us tie together a few quotes as all model labs become agent labs

  • On the <dl>
    simonw· 23-may

    <p><strong><a href="https://benmyers.dev/blog/on-the-dl/">On the &lt;dl&gt;</a></strong></p> I learned a few new-to-me things about the <code>&lt;dl&gt;</code> element from this article by Ben Meyer:</p> <ol> <li>A <code>&lt;dt&gt;</code> can be followed by <em>multiple</em> <code>&lt;dd&gt;</code></li> <li>You can optionally group the <code>&lt;dt&gt;</code> and <code>&lt;dd&gt;</code> elements in a <code>&lt;div&gt;</code> for styling - but only a <code>&lt;div&gt;</code>.</li> <li>You can label them using ARIA.</li> <li>They've been called "description lists", not "definition lists", since <a href="https://www.w3.org/TR/2008/WD-html5-20080122/#the-dl">an HTML5 draft in 2008</a>.</li> </ol> <p>So this is valid:</p> <pre><span class="pl-kos">&lt;</span><span class="pl-ent">h2</span> <spa…

  • Quoting Armin Ronacher
    simonw· 24-may

    <blockquote cite="https://lucumr.pocoo.org/2026/5/24/pi-oss/"><p>The most frustrating failure mode right now is that people submit issues that are not in their own voice. They contain an observed problem somewhere, but it has been thrown into a clanker and the clanker reworded it and made a huge mess of it. Typically, it was prompted so badly that the conclusions produced are more often than not inaccurate but always full of confidence. The result is complete guesswork on root causes, fake-minimal repros, suggested implementation strategies, analogies to adjacent but often the wrong code, and long lists of error classes that might or might not matter. [...]</p> <p>So at least personally, I increasingly want issue reports to be condensed to what the human actually observed:</p> <ol> <li>I …

  • datasette-agent 0.1a4
    simonw· 24-may

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-agent/releases/tag/0.1a4">datasette-agent 0.1a4</a></p> <p>Taking advantage of the new <a href="https://docs.datasette.io/en/latest/javascript_plugins.html#javascript-plugins-makejumpsections">makeJumpSections()</a> JavaScript plugin hook added in <a href="https://docs.datasette.io/en/latest/changelog.html#a30-2026-05-24">Datasette 1.0a30</a>, <code>datasette-agent</code> now presents this "Start a new agent chat" interface as part of the Jump to menu, any time you hit <code>/</code>:</p> <p><img alt="Animated demo - this time the demo starts on agent.datasette.io and when the menu opens it has a new Start chat box below the search box - entering 'count entries' and hitting the button causes it to start an agent …

  • The memory shortage is causing a repricing of consumer electronics
    simonw· 22-may

    <p><strong><a href="https://davidoks.blog/p/ai-is-killing-the-cheap-smartphone">The memory shortage is causing a repricing of consumer electronics</a></strong></p> David Oks provides the clearest explanation I've seen yet of why consumer products that use memory are likely to get significantly more expensive over the next few years.</p> <p>The short version is that memory manufacturers - of which there are just three remaining large companies - have a fixed capacity in terms of how many wafers they can process at any one time. This fixed wafer capacity is then split between DDR - used in desktops and servers, LPDDR - used in mobile phones and low-energy devices, and HBM - used with GPUs.</p> <p>Until recently, HBM got just 2% of that wafer allocation. The enormous growth in AI data center…

  • datasette 1.0a30
    simonw· 24-may

    <p><strong>Release:</strong> <a href="https://github.com/simonw/datasette/releases/tag/1.0a30">datasette 1.0a30</a></p> <p>The big new feature in this alpha is a new customizable "Jump to..." menu, described in detail in <a href="https://datasette.io/blog/2026/jump-menu/">The extensible "Jump to" menu in Datasette 1.0a30</a> on the Datasette blog. You can try it out by hitting <code>/</code> on <a href="https://latest.datasette.io/">latest.datasette.io</a> - it looks like this:</p> <p><img alt="Animated demo - the Jump to menu appears, and as the user types it filters to specific databases and tables and debug options" src="https://static.simonwillison.net/static/2026/menu.gif" /></p> <p>The new <a href="https://docs.datasette.io/en/latest/plugin_hooks.html#jump-items-sql-datasette-actor-…

  • Mad House — Usborne Creepy Computer Games
    simonw· 24-may

    <p><strong>Tool:</strong> <a href="https://tools.simonwillison.net/usborne-mad-house">Mad House — Usborne Creepy Computer Games</a></p> <p>Via <a href="https://news.ycombinator.com/item?id=48258194">Hacker News</a> I learned that UK publisher Usborne published <a href="https://usborne.com/us/books/computer-and-coding-books">free PDFs of their 1980s Computer Books</a>, some of which I remember working through on my Commodore 64 as a child.</p> <p>These were so great! Beautifully illustrated books with fun projects made up of code you could type into your own machine.</p> <p>I remember playing "Mad House" typed in from the 1983 book "Creepy Computer Games", so I fed that PDF <a href="https://claude.ai/share/7b4a5617-f586-4744-b082-1650cab607cb">into Claude</a> and had it build an interactiv…

  • datasette-fixtures 0.1a0
    simonw· 24-may

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-fixtures/releases/tag/0.1a0">datasette-fixtures 0.1a0</a></p> <p>One of the smaller features in <a href="https://docs.datasette.io/en/latest/changelog.html#a30-2026-05-24">Datasette 1.0a30</a> is this:</p> <blockquote> <p>New documented <a href="https://docs.datasette.io/en/latest/testing_plugins.html#datasette-fixtures-populate-fixture-database">datasette.fixtures.populate_fixture_database(conn)</a> helper for creating the fixture database tables used by Datasette's own tests, intended for plugin test suites.</p> </blockquote> <p>This new plugin takes advantage of that API. You can try it out using <code>uvx</code> without even installing Datasette like this:</p> <pre>uvx --prerelease=allow \ --with datasette-fi…