Tag
A test harness for experimenting with the Origin Private File System (OPFS) in browsers using Pyodide, built to explore persistent SQLite storage for Datasette Lite.
Discussion on the need for local safety boundaries in AI coding agents to prevent unauthorized file access or command execution.
Treedocs is a Swift CLI tool that generates a documented tree view of a repository and automatically checks for stale documentation entries, helping teams keep docs up to date.
This article benchmarks the performance of various WebAssembly runtimes (WAVM, WasmEdge, WAMR, wasm2c, Wasmer, Wasmtime, Wazero, Node, Bun) using the libsodium crypto library, comparing versions from 2024, 2025, and 2026. Results show that WAVM, WasmEdge (with AOT), WAMR (AOT), wasm2c, Wasmer, and Wasmtime achieve near-native performance for CPU-bound crypto, while wide_arithmetic instructions benefit crypto code.
Bun-sqlgen is a type-safe raw SQL library for Bun that uses code generation to check queries against a live Postgres or SQLite schema, producing fully-typed, null-safe results without an ORM.
QodoAI released Cross Repo Review, an AI code review tool that can detect bugs across multiple repositories, going beyond single-repo analysis to catch issues caused by changes in one repo that break others.
The article proposes that organizations adopting AI coding agents should create a company-wide AGENTS.md file, similar to a human onboarding doc, to standardize agent behavior and context.
Tidebase is an open-source tool that provides authentication, credential brokering, checkpoints, queues, schedules, and gates for AI agents, all backed by Postgres.
An analysis of how developers choose between AI coding tools in 2026 as their feature sets become similar.
Sipcode is a tool that helps keep Claude Code's context clean for sharper answers.
T3 Code has reached 100,000 users, marking a significant milestone for the coding tool.
The author measured token waste in AI coding agents and found 42% avoidable, then built a tool to catch it. The tool works with Claude Code, Cursor, and Codex.
Google's Interactions API for Gemini models and agents is now generally available, introducing managed agents, background execution for long-running tasks, and upcoming Gemini Omni support.
Stripe launched Directory, a searchable catalog of businesses in its network, designed for AI agents and developers to discover and integrate services programmatically.
The tweet argues that manually reviewing all AI-generated code creates a bottleneck and links to a resource for a better approach.
The author open-sourced a Codex skill called 'prompt-to-loop-engineer' that converts vague prompts into structured, intent-preserving execution loops with anti-drift checks, aiming to make agents more reliable for real-world tasks.
aronprins announces updates to Claude Loop and Codex Loop, adding parallel wave support for faster autonomous coding workflows using Claude Code.
Using Claude Code, Anthropic engineers increased their per capita quarterly code volume by 8 times in one year. Fiona Fung, head of the Claude Code team, said coding is no longer a bottleneck.
ChartDB is a free and open-source tool that allows you to export the entire database structure by running a single SQL command, automatically generating an ER diagram. It supports multiple databases and has built-in AI natural language query functionality to help developers quickly understand database table relationships.
A user expresses dissatisfaction with the Hermes Agent's appearance and UX, finding it sluggish compared to Pi mono agent despite its built-in features, and seeks others' experiences.