AI Digest

Digest curado

lunes, 08 de junio de 2026·light·short·8,865 tokens

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

  • Claude Code tiene un status line tracker de rate-limit burndown — Alguien ya lo construyó y lo comparte. Si usás Claude Code seguido y te chocan los rate limits, esto te salva. link
  • Anthropic publicó "Running an AI-native engineering org" — Post oficial de Anthropic contando cómo organizan su propio equipo de ingeniería con AI. Lectura obligatoria si laburás con agentes. link
  • Microsoft lanzó pg_durable: ejecución durable dentro de PostgreSQL — Durable execution nativo en Postgres, ideal para workflows con agentes sin salir de la DB. Si ya tenés el estado en Postgres, esto reemplaza cron + colas + tablas de status. link

📦 Claude / Anthropic ecosystem

  • Ogam: memoria por activación para Claude Code — No es retrieval, es activación-based memory. Alternativa interesante a la gestión de contexto default. link
  • Crossword puzzle pipeline con Claude + Rust — Pipeline real que usa Claude para generar clues multi-nivel y revisar QA. Buen ejemplo de uso concreto del modelo. link

🛠️ Dev tools & coding

  • OpenAI lanzó repositorio oficial de plugins para Codex — Incluye ejemplos de plugins para Figma, Notion y más. Señal de que el ecosistema de coding agents se está estandarizando. link
  • turbovec: vector index en Rust que comprime 10M docs a 4GB RAM — Basado en TurboQuant, sin fase de entrenamiento. Si laburás con embeddings y querés bajar costos de memoria, esto es relevante. link

🏗️ Software engineering

  • Microsoft pg_durable: ejecución durable en PostgreSQL — Durable execution como feature nativo de Postgres. Marca un antes y después para workflows que necesitan checkpointing y resumen automático. link
  • Hermes Agent de Nous Research: agente con loop de aprendizaje — Crea skills desde experiencia, persiste conocimiento y construye un modelo del usuario. Corré en $5 VPS. link

📚 Vale la pena leer

  • Simon Willison sobre sandboxing con MicroPython + WASM — Post detallado sobre cómo ejecutar código en sandbox con WASM. Buen background si pensás en agentes que ejecutan código arbitrario. link
  • Gwern: Guardian Angels — personalización de LLMs para productividad y seguridad — Análisis profundo sobre agentes personalizados. link

💤 Skippeable pero conviene saber

  • Ladybird deja de aceptar PRs públicos — Decisión polémica: el browser open source ahora solo acepta contribuciones internas por responsabilidad legal. link
  • OpenAI Lockdown Mode ya está disponible — Modo que previene exfiltración de datos en ChatGPT. Útil saberlo para tu SaaS. link

Artículos fetched (52)

  • opencv/opencv
    github-trending

    Open Source Computer Vision Library OpenCV: Open Source Computer Vision Library Resources Homepage: https://opencv.org Courses: https://opencv.org/courses Docs: https://docs.opencv.org/4.x/ Q&A forum: https://forum.opencv.org previous forum (read only): http://answers.opencv.org Issue tracking: https://github.com/opencv/opencv/issues Additional OpenCV functionality: https://github.com/opencv/opencv_contrib Donate to OpenCV: https://opencv.org/support/ Contributing Please read the contribution guidelines before starting work on a pull request. Summary of the guidelines: One pull request per issue; Choose the right base branch; Include tests and documentation; Clean up "oops" commits before submitting; Follow the coding style guide. Additional Resources Submit your OpenCV-based project for …

  • refactoringhq/tolaria
    github-trending

    Desktop app to manage markdown knowledge bases 💧 Tolaria Tolaria is a desktop app for macOS, Windows, and Linux for managing markdown knowledge bases. People use it for a variety of use cases: Operate second brains and personal knowledge Organize company docs as context for AI Store OpenClaw/assistants memory and procedures Personally, I use it to run my life (hey 👋 Luca here). I have a massive workspace of 10,000+ notes, which are the result of my Refactoring work + a ton of personal journaling and second braining. Walkthroughs You can find some Loom walkthroughs below — they are short and to the point: How I Organize My Own Tolaria Workspace My Inbox Workflow How I Save Web Resources to Tolaria Principles 📑 Files-first — Your notes are plain markdown files. They're portable, work wit…

  • RyanCodrai/turbovec
    github-trending

    A vector index built on TurboQuant, written in Rust with Python bindings A 10 million document corpus takes 31 GB of RAM as float32. turbovec fits it in 4 GB - and searches it faster than FAISS. turbovec is a Rust vector index with Python bindings, built on Google Research's TurboQuant algorithm — a data-oblivious quantizer that matches the Shannon lower bound on distortion, with no codebook training and no separate train phase. Online ingest. Add vectors, they're indexed — no train step, no parameter tuning, no rebuilds as the corpus grows. Faster than FAISS. Hand-written NEON (ARM) and AVX-512BW (x86) kernels beat FAISS IndexPQFastScan by 12–20% on ARM and match-or-beat it on x86. Filter at search time. Pass an id allowlist (or a slot bitmask) to search() and the kernel honours it direc…

  • TapXWorld/ChinaTextbook
    github-trending

    所有小初高、大学PDF教材。 项目的由来 虽然国内教育网站已提供免费资源,但大多数普通人获取信息的途径依然受限。有些人利用这一点,在某站上销售这些带有私人水印的资源。为了应对这种情况,我计划将这些资源集中并开源,以促进义务教育的普及和消除地区间的教育贫困。 还有一个最重要的原因是,希望海外华人能够让自己的孩子继续了解国内教育。 学习数学 希望未来出现更多不是为了考学而读书的人。 小学数学 一年级上册 一年级下册 二年级上册 二年级下册 三年级上册 三年级下册 四年级上册 四年级下册 五年级上册 五年级下册 六年级上册 六年级下册 初中数学 初一上册 初一下册 初二上册 初二下册 初三上册 初三下册 高中数学 目录 大学数学 高等数学 线性代数 离散数学 概率论 更多数学资料-(大学数学网) 问题:如何合并被拆分的文件? 由于 GitHub 对单个文件的上传有最大限制,超过 100MB 的文件会被拒绝上传,超过 50MB 的文件上传时会收到警告。因此,文件大小超过 50MB 的文件会被拆分成每个 35MB 的多个文件。 示例 文件被拆分的示例: 义务教育教科书 · 数学一年级上册.pdf.1 义务教育教科书 · 数学一年级上册.pdf.2 解决办法 要合并这些被拆分的文件,您只需执行以下步骤(其他操作系统同理): 将合并程序 mergePDFs-windows-amd64.exe 下载到包含 PDF 文件的文件夹中。 确保 mergePDFs-windows-amd64.exe 和被拆分的 PDF 文件在同一目录下。 双击 mergePDFs-windows-amd64.exe 程序即可自动完成文件合并。 下载方式 您可以通过以下链接,下载文件合并程序: 下载文件合并程序 文件和程序示例 mergePDFs-windows-amd64.exe 义务教育教科书 · 数学一年级…

  • aaif-goose/goose
    github-trending

    an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM 🦆 goose has moved! This project has moved from block/goose to the Agentic AI Foundation (AAIF) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition. goose your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done. A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability. goose works …

  • yikart/AiToEarn
    github-trending

    Let's use AI to Earn! Aitoearn:OPC(一人公司)的AI内容营销智能体 简体中文 | English | 日本語 Monetize · Publish · Engage · Create —— 一站式平台。 AiToEarn 通过 AI Agent自动化,帮助 OPC(一人公司)、创作者、品牌与企业在全球主流平台上构建、分发并变现内容。 支持渠道: 抖音、小红书(Rednote)、快手、哔哩哔哩、视频号、TikTok、YouTube、Facebook、Instagram、Threads、Twitter(X)、Pinterest、LinkedIn 🚀 快速使用 AiToEarn(5 种方式) 方式 适合谁 需要部署吗 ① 打开网站直接用 所有用户 ❌ 不需要 ② 在龙虾 OpenClaw 中用 龙虾用户 ❌ 不需要 ③ 在 Claude / Cursor 等 AI 助手中用 AI 工具用户 ❌ 不需要 ④ Docker 一键部署 想私有化部署的团队 ✅ 需要服务器 ⑤ 源码开发 开发者 ✅ 需要开发环境 💡 方式 ②③④ 都需要先获取 API Key,请先看 如何获取 API Key。 最新动态 2026-05-21: 2.4 version — 草稿生成新增支持 HappyHorse 1.0 和 Seedance 2.0,增强视频/图文草稿批量生成、多模型选择、参考图片/视频、目标平台限制与文案提示词;带来全新界面风格,并增强 Twitter/X 探索与互动能力。 2026-04-20: OpenClaw(龙虾)新增 AiToEarn 赚钱支持,可在龙虾中直接接收并执行内容变现任务。 2026-03-26: 2.1 version — 内容交易市场上线;新增 OpenClaw(龙虾)支持,可在龙虾中直接使用 AiToEarn;新增 MCP…

  • Crosstalk-Solutions/project-nomad
    github-trending

    Project N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. Project N.O.M.A.D. Node for Offline Media, Archives, and Data Knowledge That Never Goes Offline Project N.O.M.A.D. is a self-contained, offline-first knowledge and education server packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. Installation & Quickstart Project N.O.M.A.D. can be installed on any Debian-based operating system (we recommend Ubuntu). Installation is completely terminal-based, and all tools and resources are designed to be accessed through the browser, so there's no need for a desktop environment if you'd rather setup N.O.M.A.D. as a "server" and access it thro…

  • ggml-org/llama.cpp
    github-trending

    LLM inference in C/C++ llama.cpp Manifesto / ggml / ops LLM inference in C/C++ Recent API changes Changelog for libllama API Changelog for llama-server REST API Hot topics Hugging Face cache migration: models downloaded with -hf are now stored in the standard Hugging Face cache directory, enabling sharing with other HF tools. guide : using the new WebUI of llama.cpp guide : running gpt-oss with llama.cpp [FEEDBACK] Better packaging for llama.cpp to support downstream consumers 🤗 Support for the gpt-oss model with native MXFP4 format has been added | PR | Collaboration with NVIDIA | Comment Multimodal support arrived in llama-server: #12898 | documentation VS Code extension for FIM completions: https://github.com/ggml-org/llama.vscode Vim/Neovim plugin for FIM completions: https://github.…

  • HunxByts/GhostTrack
    github-trending

    Useful tool to track location or mobile number GhostTrack Useful tool to track location or mobile number, so this tool can be called osint or also information gathering New update : Version 2.2 Instalation on Linux (deb) sudo apt-get install git sudo apt-get install python3 Instalation on Termux pkg install git pkg install python3 Usage Tool git clone https://github.com/HunxByts/GhostTrack.git cd GhostTrack pip3 install -r requirements.txt python3 GhostTR.py Display on the menu IP Tracker on the IP Track menu, you can combo with the seeker tool to get the target IP ⚡ Install Seeker : - Get Seeker Display on the menu Phone Tracker on this menu you can search for information from the target phone number Display on the menu Username Tracker on this menu you can search for information from th…

  • Leonxlnx/taste-skill
    github-trending

    Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop Taste Skill The Anti-Slop Frontend Framework for AI Agents Portable Agent Skills that upgrade AI-built interfaces: stronger layout, typography, motion, and spacing instead of boilerplate-looking UIs. This repo also includes image-generation skills for reference boards (web, mobile, brand kits). Pair them with ChatGPT Images or similar generators, then hand the frames to Codex, Cursor, or Claude Code for implementation. Disclaimer Taste Skill has no official token, coin, or crypto project. Any token using my name, image, or project is unaffiliated and not endorsed by me. Disclaimer · Install · Skills · Settings · Examples · Sponsor · Research · FAQ · License Feedback & Contributions We would love your…

  • lfnovo/open-notebook
    github-trending

    An Open Source implementation of Notebook LM with more flexibility and features Open Notebook An open source, privacy-focused alternative to Google's Notebook LM! Join our Discord server for help, to share workflow ideas, and suggest features! Checkout our website » 📚 Get Started · 📖 User Guide · ✨ Features · 🚀 Deploy Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文 A private, multi-model, 100% local, full-featured alternative to Notebook LM In a world dominated by Artificial Intelligence, having the ability to think 🧠 and acquire new knowledge 💡, is a skill that should not be a privilege for a few, nor restricted to a single provider. Open Notebook empowers you to: 🔒 Control your data - Keep your research private and secure 🤖 Choose your AI models - Support for …

  • microsoft/pg_durable
    github-trending

    PostgreSQL in-database durable execution Website · Docs · Quick Example · GitHub Durable Execution inside PostgreSQL Long-running, fault-tolerant SQL functions for teams that already keep their state in Postgres and want to stop stitching together cron jobs, workers, queues, and status tables to make background work reliable. Define the workflow in SQL, let pg_durable checkpoint each step, and resume after crashes, restarts, or failed steps. Durable execution is now a standard industry pattern, and pg_durable brings it inside Postgres with no extra service infrastructure required. Part of our mission to bring compute close to data. Try pg_durable now in Azure HorizonDB, Microsoft's new PostgreSQL cloud service engineered for performance and built with pg_durable inside Is this for me? Who…

  • mvanhorn/last30days-skill
    github-trending

    AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary /last30days An AI agent-led search engine scored by upvotes, likes, and real money - not editors. This README tracks the current v3 pipeline. The runtime skill spec lives in skills/last30days/SKILL.md, which is the source of truth for the latest command and setup behavior. Claude Code (recommended — auto-updates via marketplace): /plugin marketplace add mvanhorn/last30days-skill /plugin install last30days Codex, Cursor, Copilot, Gemini CLI, or any of 50+ Agent Skills hosts: npx skills add mvanhorn/last30days-skill -g (-g installs globally for your user, available across all projects. Drop it to scope per-project.) More install options (claude.ai web, OpenCl…

  • NousResearch/hermes-agent
    github-trending

    The agent that grows with you Hermes Agent ☤ The self-improving AI agent built by Nous Research. It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist knowledge, searches its own past conversations, and builds a deepening model of who you are across sessions. Run it on a $5 VPS, a GPU cluster, or serverless infrastructure that costs nearly nothing when idle. It's not tied to your laptop — talk to it from Telegram while it works on a cloud VM. Use any model you want — Nous Portal, OpenRouter (200+ models), NovitaAI (AI-native cloud for Model API, Agent Sandbox, and GPU Cloud), NVIDIA NIM (Nemotron), Xiaomi MiMo, z.ai/GLM, Kimi/Moonshot, MiniMax, Hugging Face, OpenAI, or your own endpoint. Switch with hermes…

  • openai/plugins
    github-trending

    OpenAI Plugins Plugins This repository contains a curated collection of Codex plugin examples. Each plugin lives under plugins/<name>/ with a required .codex-plugin/plugin.json manifest and optional companion surfaces such as skills/, .app.json, .mcp.json, plugin-level agents/, commands/, hooks.json, assets/, and other supporting files. Highlighted richer examples in this repo include: plugins/figma for use_figma, Code to Canvas, Code Connect, and design system rules plugins/notion for planning, research, meetings, and knowledge capture plugins/build-ios-apps for SwiftUI implementation, refactors, performance, and debugging plugins/build-macos-apps for macOS SwiftUI/AppKit workflows, build/run/debug loops, and packaging guidance plugins/build-web-apps for deployment, UI, payments, and dat…

  • More bad advice from AI
    hn-ai· 07-jun

    Article URL: https://orchidfiles.com/more-bad-advice-from-ai/ Comments URL: https://news.ycombinator.com/item?id=48439601 Points: 2 # Comments: 0

  • SDSU Wired Its Dorms with 1,300 AI Cameras Without Telling Students
    hn-ai· 08-jun

    Article URL: https://reclaimthenet.org/sdsu-adds-1300-ai-cameras-330-in-student-dorms Comments URL: https://news.ycombinator.com/item?id=48440994 Points: 38 # Comments: 7

  • Show HN: Preseason.ai – Open-source benchmark of devtool choices, ranked by LLM
    hn-ai· 08-jun

    Article URL: https://www.preseason.ai Comments URL: https://news.ycombinator.com/item?id=48440455 Points: 2 # Comments: 0

  • Running an AI-native engineering org
    hn-ai· 08-jun

    Article URL: https://claude.com/blog/running-an-ai-native-engineering-org Comments URL: https://news.ycombinator.com/item?id=48440840 Points: 2 # Comments: 0

  • Show HN: FinMind AI – an AI copilot for investing and daily finances
    hn-ai· 08-jun

    Article URL: https://finmindai-moneyverse.vercel.app/ Comments URL: https://news.ycombinator.com/item?id=48441852 Points: 3 # Comments: 0

  • Show HN: Avibe – your AI agent lives on your machine, reachable from your phone
    hn-ai· 08-jun

    Article URL: https://github.com/avibe-bot/avibe Comments URL: https://news.ycombinator.com/item?id=48441230 Points: 4 # Comments: 1

  • AI for the Operator
    hn-ai· 08-jun

    Article URL: https://github.com/cerebrocybersolutions/cerebro-whitepaper Comments URL: https://news.ycombinator.com/item?id=48441178 Points: 2 # Comments: 0

  • Show HN: Agam – Activation-based memory for Claude Code, not retrieval
    hn-ai· 08-jun

    Article URL: https://github.com/CrypticCortex/agam Comments URL: https://news.ycombinator.com/item?id=48441197 Points: 2 # Comments: 0

  • Show HN: Dense NYT style crossword puzzle generation with Rust and Claude
    hn-ai· 08-jun

    I’m a daily New York Times crossword player and I’ve built xword-pipeline with the goal of creating my own dense New York Times style crossword puzzles. The pipeline consists of a Rust grid fill-engine and a Claude based clue-writer. The fill-engine generates candidate grid skeletons (default is 200) and fills them with words from the Crossword Nexus Collaborative Word List. The clue-writer uses Claude to generate multi-tiered clues (easy, medium, hard), explanations, and QA review the generated puzzles. The clue-writer explanation and/or QA steps can be skipped or the clue-writer can be skipped entirely if you want to write your own clues. I’ve also created a crossword puzzle web app that can be used to test puzzles generated by the pipeline (https://wordfuzz.com/). The puzzles in the ar…

  • AI Code Stitcher
    hn-ai· 08-jun

    Article URL: https://github.com/ue-patcher/code_stitcher/releases Comments URL: https://news.ycombinator.com/item?id=48439911 Points: 1 # Comments: 0

  • TaskbarQuota – Real-time AI quota tracker in the Windows taskbar
    hn-ai· 07-jun

    Article URL: https://github.com/zioder/TaskbarQuota Comments URL: https://news.ycombinator.com/item?id=48439651 Points: 1 # Comments: 0

  • Guardian Angels: LLM Personalization for Productivity and Security
    hn-ai· 08-jun

    Article URL: https://gwern.net/guardian-angel Comments URL: https://news.ycombinator.com/item?id=48441590 Points: 2 # Comments: 0

  • The deadliest poison known to AI
    hn-ai· 08-jun

    Article URL: https://iocaine.madhouse-project.org/ Comments URL: https://news.ycombinator.com/item?id=48441139 Points: 2 # Comments: 0

  • Show HN: One API Key for 45 AI Models – Pay per Token, OpenAI Compatible
    hn-ai· 08-jun

    Article URL: https://modelhub-api.com Comments URL: https://news.ycombinator.com/item?id=48441846 Points: 3 # Comments: 0

  • Ask HN: What do you do with LLM articles?
    hn-ai· 08-jun

    I don't want to make a rant about articles written entirely or partially with the aid of LLMs. I do myself sometimes resort to that type of help if I get stuck. I just would like to know your feelings when, at some point through the reading, you realize that what you have in front has not been written by a person. The signs are by now pretty clear and at least my brain clicks as soon as that happens (I usually confirm it with an LLM detector). Emotionally, I feel a profound sense of frustration (I like the notes and imperfections that different humans bring to a perspective). Rationally, I fear that the more of this I read, the more damage I might do to my brain. Imagine reading books only from 1 author. And that author is only interested in their book sales. Maybe I am overthinking it? C…

  • Show HN: SeaTicket – AI agent that resolve issues from GitHub, email and forums
    hn-ai· 08-jun

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

  • What is your craziest idea to launch in this AI era?
    hn-ai· 08-jun

    Let me share my first idea! I want to create an app that helps users save internet data directly to their device. Let's say you are in a restaurant, bedroom, or any place with Wi-Fi, enjoying online streaming. Suddenly, you have to leave, losing access to Wi-Fi, and you have no mobile data either. What will you do? This app will save you! Before leaving, simply open the app and start saving the data you need. You can then use this saved data whenever and wherever you want, without spending a single penny on your mobile bills. Looking for developers who can help me bring this idea to life. Contact me at:clikdeo.com Comments URL: https://news.ycombinator.com/item?id=48441776 Points: 2 # Comments: 1

  • The coming rise of anti-AI populism
    hn-ai· 08-jun

    Article URL: https://www.ft.com/content/b4429ea0-4a0a-4a28-96f5-debf4f3eb339 Comments URL: https://news.ycombinator.com/item?id=48440654 Points: 3 # Comments: 1

  • We must not grant AI agents legal personhood
    hn-ai· 08-jun

    Article URL: https://www.ft.com/content/b8cc4bf4-6d3c-4974-8428-9a091983c473 Comments URL: https://news.ycombinator.com/item?id=48441566 Points: 1 # Comments: 0

  • Software buyout deals collapse to lowest level since pandemic after AI rout
    hn-ai· 08-jun

    Article URL: https://www.ft.com/content/c7db2d6e-8dec-4de0-9f1c-f73f7e905387 Comments URL: https://news.ycombinator.com/item?id=48442048 Points: 4 # Comments: 0

  • Show HN: Web Speed – A shared web-map registry for AI agents (MCP, open source)
    hn-ai· 08-jun

    Hey everyone, I've been working on a tool called Web Speed. It takes web pages full of HTML and parses them into an easily readable sitemap for an AI agent. By ensuring the AI doesn't have to analyze the full HTML from the page or screenshots of the page, it makes the agent a lot cheaper and faster. It's MCP-native, so any AI that supports MCP can run it and take control of your browser for you. There are both “normal” and post-auth versions live on GitHub. What I think is the coolest thing about the project is the global cache of sitemaps. When a user visits a site, it takes the sitemap and sends it up to the server so that later, a person can get that sitemap from the cache, further speeding up the agent. Right now, only the paid API version can access the cache. I would love your thoug…

  • I built an AI agent that monitors job boards daily and emails you scored matches
    hn-ai· 07-jun

    Article URL: https://www.matchmind.site Comments URL: https://news.ycombinator.com/item?id=48439900 Points: 1 # Comments: 0

  • Guardrails around powerful AI models may be too late
    hn-ai· 08-jun

    Article URL: https://www.politico.com/news/2026/06/07/frontier-ai-cybersecurity-china-race-00952786 Comments URL: https://news.ycombinator.com/item?id=48439973 Points: 3 # Comments: 0

  • The AI Coding Bill Is a Headcount Problem in Disguise
    hn-ai· 08-jun

    Article URL: https://abhishek-shankar.com/posts/ai-coding-bill-headcount-problem Comments URL: https://news.ycombinator.com/item?id=48439936 Points: 3 # Comments: 0

  • A for Effort: How AI Upends Copyright Law
    hn-ai· 07-jun

    Article URL: https://srajagopalan.substack.com/p/a-for-effort-how-ai-upends-copyright Comments URL: https://news.ycombinator.com/item?id=48439702 Points: 3 # Comments: 0

  • Show HN: I built free VoiceToText app with local LLM polish to save 60 min/day
    hn-ai· 07-jun

    Article URL: https://vox.rizenhq.com/ Comments URL: https://news.ycombinator.com/item?id=48439779 Points: 1 # Comments: 0

  • "AI is someone else's GPU"
    hn-ai· 08-jun

    Article URL: https://waterpigs.co.uk/notes/5cVMNm/ Comments URL: https://news.ycombinator.com/item?id=48441286 Points: 6 # Comments: 1

  • Show HN: I put my Claude Code rate-limit burndown in the status line
    hn-ai· 08-jun

    Article URL: https://www.aimhuge.com/blog/claude-code-status-line Comments URL: https://news.ycombinator.com/item?id=48441132 Points: 6 # Comments: 2

  • Training an LLM in Swift, Part 2: macOS built-in frameworks
    hn-ai· 08-jun

    Article URL: https://www.cocoawithlove.com/blog/macos-ml-frameworks.html Comments URL: https://news.ycombinator.com/item?id=48442089 Points: 2 # Comments: 0

  • What we know about the plan to give Americans an equity stake in AI
    hn-ai· 08-jun

    Article URL: https://www.ft.com/content/8559a3f9-86de-4a1c-8a75-6623e83e6a00 Comments URL: https://news.ycombinator.com/item?id=48441234 Points: 4 # Comments: 2

  • [AINews] not much happened today
    latentspace· 06-jun

    a quiet day of RSI.

  • How to Stop Shipping Low-Quality RL Environments (with Examples)
    latentspace· 05-jun

    Your broken harness is actively making the model worse. Here's what I keep seeing after years of eyeballing trajectories, and what you need to fix.

  • Running Python code in a sandbox with MicroPython and WASM
    simonw· 06-jun

    <p>I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characteristics I've been looking for. I've released it as an alpha package called <a href="https://github.com/simonw/micropython-wasm">micropython-wasm</a>, and I'm using it for a code execution sandbox plugin for <a href="https://github.com/datasette/datasette-agent">Datasette Agent</a> called <a href="https://github.com/datasette/datasette-agent-micropython">datasette-agent-micropython</a>.</p> <ul> <li><a href="https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/#why-do-i-want-a-sandbox-">Why do I want a sandbox?</a></li> <li><a href="https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/#what-i-wan…

  • Quoting Andreas Kling
    simonw· 05-jun

    <blockquote cite="https://ladybird.org/posts/changing-how-we-develop-ladybird/"><p>We will no longer accept public pull requests. [...]</p> <p>A substantial patch used to imply substantial effort, and that effort was a reasonable proxy for good faith. That assumption no longer holds. [...]</p> <p>Whether code was typed by hand is beside the point. What matters is who is responsible for it once it enters the browser. Ladybird is becoming a browser for real users. The people introducing changes to it must be the people who decide those changes belong in the project, and who will answer for the consequences.</p></blockquote> <p class="cite">&mdash; <a href="https://ladybird.org/posts/changing-how-we-develop-ladybird/">Andreas Kling</a>, Changing How We Develop Ladybird</p> <p>Tags: <a href="…

  • datasette-agent-edit 0.1a0
    simonw· 07-jun

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-agent-edit/releases/tag/0.1a0">datasette-agent-edit 0.1a0</a></p> <p>I'm planning several plugins for <a href="https://agent.datasette.io/">Datasette Agent</a> which can make edits to existing pieces of text - things like collaborative Markdown editing, updating large SQL queries, and editing SVG files.</p> <p>Agentic editing of text is a little tricky to get right. My favorite published design for this is for the <a href="https://platform.claude.com/docs/en/agents-and-tools/tool-use/text-editor-tool#use-the-text-editor-tool">Claude text editor</a>, which implements the following tools:</p> <ul> <li><code>view</code> - view sections of a file, with line numbers added to every line.</li> <li><code>str_replace</cod…

  • micropython-wasm 0.1a2
    simonw· 06-jun

    <p><strong>Release:</strong> <a href="https://github.com/simonw/micropython-wasm/releases/tag/0.1a2">micropython-wasm 0.1a2</a></p> <p>I added a CLI to <code>micropython-wasm</code> (<a href="https://github.com/simonw/micropython-wasm/issues/7">issue #7</a>), inspired by the first draft of <a href="https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/">the blog entry</a> when I realized it would be a great way to illustrate the <a href="https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/#try-it-yourself">Try it yourself</a> section.</p> <p>Tags: <a href="https://simonwillison.net/tags/python">python</a>, <a href="https://simonwillison.net/tags/sandboxing">sandboxing</a>, <a href="https://simonwillison.net/tags/webassembly">webassembly</a>, <a href="https://simonwilliso…

  • OpenAI Help: Lockdown Mode
    simonw· 05-jun

    <p><strong><a href="https://help.openai.com/en/articles/20001061-lockdown-mode">OpenAI Help: Lockdown Mode</a></strong></p> OpenAI first teased this <a href="https://openai.com/index/introducing-lockdown-mode-and-elevated-risk-labels-in-chatgpt/">in February</a>, but now it's live and "rolling out to eligible personal accounts, including Free, Go, Plus, and Pro, and self-serve ChatGPT Business accounts":</p> <blockquote> <p>Lockdown Mode is designed to help prevent the final stage of data exfiltration from a prompt injection attack by limiting outbound network requests that could transfer sensitive data to an attacker. Lockdown Mode does not prevent prompt injections from appearing in the content ChatGPT processes. For example, a prompt injection could appear in cached web content or in a…