Show HN: Earshot, a homebrew Claude Tag
A developer released Earshot, an open-source Slack bot that uses Anthropic's Claude to autonomously scope, delegate, and track tasks from Slack threads, with state-machine durability and safety guards…
A developer released Earshot, an open-source Slack bot that uses Anthropic's Claude to autonomously scope, delegate, and track tasks from Slack threads, with state-machine durability and safety guards…
A developer warns that AI-assisted coding is creating a generation of JavaScript developers who lack fundamental understanding of the language. The engineer argues that reliance on AI tools like Claud…
Migratrom, a new open-source tool for PostgreSQL and SQLite, enables developers to write typed, self-verifying database schema migrations in their application language, with idempotent operations, tam…
Vue developer and speaker presented at Vue MAD 2026, arguing that clean code practices that benefit human developers also make Vue projects AI-ready. The talk emphasized that coding agents are not mag…
A new open-source terminal user interface called Workbench allows developers to run multiple AI coding agents side by side in persistent tmux-backed panes. Built with Bun, React 19, and Silvery, it su…
Socket Threat Research tracked a fresh compromise in the Miasma Mini Shai-Hulud supply chain campaign affecting legitimate npm packages under the @immobiliarelabs scope, including Backstage plugins fo…
GLM-5.2 from Z.ai shows inconsistent code review quality depending on prompt phrasing, according to a controlled test by Kilo Code CLI. On a straightforward codebase with 16 planted bugs, the model ca…
DeepSeek made its V4 Pro price cut permanent, widening the cost gap with GPT-4o-class APIs and making it a serious contender for batch ETL workloads. Models.dev launched as an open-source database of …
A developer built a Markdown converter for AI agents that reduces token usage by over 93% compared to raw HTML. The tool, available as TypeScript and Python packages, uses content negotiation to serve…
Anthropic's Claude Code dynamic workflows enabled Jarred Sumner to port 750,000 lines of Zig to Rust with 99.8% of Bun's test suite passing in eleven days by codifying orchestration in JavaScript scri…
Mitchell Hashimoto pledged an additional $400,000 to the Zig Software Foundation, bringing total support to $700,000. Hashimoto praised Zig's technical progress and community philosophy, including its…
Docker Security Dispatch Issue 3 reports on major supply chain incidents including the TanStack and Nx Console compromise, the persistence of the Mini Shai-Hulud npm worm, and a kernel-level container…
Repomix-rs, a high-performance Rust rewrite of the original Repomix (TypeScript), packages entire codebases into single AI-friendly files for use with LLMs like Hermes Agent, Claude, ChatGPT, and Gemi…
Bun's recent Rust rewrite, largely generated by Claude AI, introduced over 13,000 unsafe code blocks and was released without a concurrent garbage collector. The Bun team's approach has raised concern…
HuggingFace released Transformers.js v4, a major update featuring a new WebGPU backend rewritten in C++ for faster AI model inference in browsers, Node, Bun, and Deno. The release adds support for lar…
An analysis of Claude Code v2.1.143 reveals that the AI coding assistant sends telemetry metrics to Anthropic every five minutes via HTTP POST, with data including API usage, OAuth events, and system …
In May 2026, the Bun team rewrote its entire runtime from Zig to Rust in six days using AI agents, converting approximately 570,000 lines of Zig into 682,000 lines of Rust. The migration achieved a 99…
In 2026, the JavaScript runtime landscape has shifted significantly with Node.js 24, Bun 1.3, and Deno 2.8 each offering distinct advantages. Trigger.dev reported a 5x throughput improvement after swi…
Developer released Pacwich, a lightweight monorepo tool that works with Bun, npm, or pnpm, replacing the earlier bun-workspaces package. The tool requires zero configuration and uses plain package.jso…
A developer built a custom AI agent evaluation harness in a single Bun file using the Claude CLI, avoiding external frameworks or SaaS platforms. The harness runs the agent in a sandbox, grades output…