A Picture Can Only Fail a Vibe Check
Sven Reinck published a piece in JAVAPRO arguing that AI does not lower software costs but shifts them, making writing cheaper while understanding code becomes more valuable. Reinck proposed an intera…
Sven Reinck published a piece in JAVAPRO arguing that AI does not lower software costs but shifts them, making writing cheaper while understanding code becomes more valuable. Reinck proposed an intera…
Security researchers at StepSecurity have discovered the Hades Campaign, a sophisticated supply chain malware targeting Python developer environments that uses the Bun toolkit to execute multi-layer p…
Socket Threat Research identified 23 new malicious PyPI packages in the Mini Shai-Hulud, Miasma, and Hades supply chain attacks, targeting bioinformatics and AI/MCP developers with trojanized native e…
Socket detected a coordinated PyPI compromise involving 37 malicious wheel artifacts across 19 packages, part of the Shai-Hulud/Miasma campaign that uses Python startup execution to download Bun and r…
Anthropic's AI agents rewrote Bun's entire codebase from Zig to Rust in nine days, merging a million-line pull request on May 14 that passed 99.8% of existing tests but introduced over 10,000 `unsafe`…
Skawld has released an open-source TypeScript SDK that enables developers to embed full AI agent loops—including tools, sessions, permissions, streaming events, and subagents—into Node.js and Bun appl…
A developer built a functional coding agent in just 100 lines of code, bootstrapping it entirely without Claude Code. The project, called 100cc, started as a simple reimplementation of Claude's comman…
A developer created Kesha Voice Kit, a local-first speech-to-text and text-to-speech toolkit that runs entirely on-device as a single ~20 MB Rust binary with no cloud dependencies, API keys, or accoun…
Bun v1.3, the JavaScript runtime acquired by Anthropic in December 2025, now delivers sub-100ms content delivery when paired with Cosmic's REST API, creating a full-stack JavaScript stack optimized fo…
A developer's team has been running production AI agents on Bun for three months, finding the runtime's 15-25ms cold startup significantly improves interactive agent loops compared to Node's 80-120ms.…
Zig President Andrew Kelley has banned all AI-assisted code contributions to the open-source programming language, calling them "invariably garbage" and "negative value" that waste reviewer time. The …
Rig launched a local-first semantic knowledge graph tool that transforms codebases into interactive, navigable maps for AI coding agents. The tool runs entirely on the user's machine with no API keys …
Anthropic launched dynamic workflows for its Claude Code platform, enabling users to orchestrate large, multi-step coding projects through parallelized agents that operate on subtasks simultaneously. …
XAI released Grok Build 0.1, a new coding model priced at $1 per 1M input tokens and $2 per 1M output tokens with a 256K context window. The model planned and built a working webhook delivery service …
Anthropic's Claude Code introduced deterministic multi-agent orchestration workflows, enabling developers to script parallel agent execution, fan-out, reduce, and synthesis patterns. A 130-line workfl…
Bun's decision to merge a near-total rewrite from Zig into Rust represents a high-stakes engineering gamble, with four possible outcomes ranging from clean success to total disaster. The rewrite, driv…
The Hive Collective has released a pre-task hook for Hono agents that provides shared memory through a single API call, enabling agents to query a 200+ entry knowledge corpus before responding to requ…
A developer built a Claude Cowork DOCX plugin in Ruby, Java, and TypeScript to compare the languages for processing zip files and XML. Java handled zip and XML support best in its runtime without issu…
Bun.Image is a chainable image processing pipeline built into the Bun runtime that can decode, resize, rotate, and re-encode JPEG, PNG, WebP, HEIC, and AVIF formats without any npm dependencies or nat…
The article titled "Electrobun 2.0 will be decoupled from Bun due to the rust rewrite" states that the Electrobun project is separating from the Bun runtime because of a planned rewrite in the Rust pr…