Cron'd Claude Agents: A Maintenance Log
A developer running a fleet of twenty Claude agents on a launchd schedule over three months documented failure modes including launchd timing quirks causing overlapping executions and write-lock casca…
A developer running a fleet of twenty Claude agents on a launchd schedule over three months documented failure modes including launchd timing quirks causing overlapping executions and write-lock casca…
Nvprobe, an open-source, zero-setup CLI tool for CUDA benchmarks, has been released on GitHub. The tool automates CUDA workloads including HPL, HPCG, MLPerf inference, and custom kernels, and generate…
ToolJet released ActionRail, an open-source runtime value and action grounding framework for AI agents, now in public beta with a planned v1 for August 2026. ActionRail intercepts agent tool calls and…
A developer fixed an anti-thrashing bug in their AI agent's context compression logic. The in-memory counter that blocked repeated useless compressions reset on process restart, causing the agent to r…
AgentState, an open-source resilience and caching proxy for AI agents, automatically checkpoints execution state in SQLite, handles retries, and enables pause, edit, and resume of runs from any point,…
Developer oppiliappan released stinkpot, a 400-line Go shell-history searcher backed by SQLite that provides session-agnostic history management and a reverse-search TUI for bash, as a minimal alterna…
A tutorial demonstrates building self-evolving AI agents using the OpenSpace framework, which stores evolved capabilities in SQLite with versioning and lineage metadata and supports lower-cost, reusab…
An append-only audit log built by a developer caught two accounting bugs in splitrail, a 216-star Rust usage tracker for agentic CLIs. The log revealed that Claude Code rewrites session files in place…
A developer known as tosane932 published a self-structured 86-hour web engineering roadmap that covers Python automation, Ruby on Rails, and a real-world logistics project for the Hiroshima region. Th…
A developer added retry logic with exponential backoff and jitter to an SQLite failure library to handle 'database is locked' errors under concurrent writes. The solution combines a retry wrapper, con…
A developer upgraded their AI agents' JSON failure library to SQLite to solve concurrent write corruption and enable cross-machine crash fix sharing. The migration uses a single SQLite file with prope…
A developer built memcp, an open-source tool that unifies session logs from multiple AI coding agents like Claude Code and Codex CLI into a single local SQLite database, enabling cross-agent memory sh…
A developer built Skim, a free open-source email client for Windows that uses BYOK (bring your own key) AI. The client features agentic AI that can search and read emails, treats HTML email as hostile…
Filtersql, a dependency-free JSON-to-SQL compiler for LLMs and web APIs, converts structured JSON payloads into safe, parameterized SQL queries. Designed for DataTables backends, cursor-based paginati…
Skim, a new BYOK (Bring Your Own Key) AI email client for Windows, achieves an installer under 5 MB by optimizing dependencies and compiler flags, using Tauri 2 to leverage the system WebView2. The ap…
A developer benchmarked sqlite-vec, a zero-dependency vector search extension for SQLite, against cloud-based vector databases like Pinecone, Weaviate, and ChromaDB. On a dataset of 100,000 384-dimens…
Screenpipe (YC S26), a local screen and audio recording app that gives AI agents searchable memory of a user's computer activity, launched on Hacker News. Founder Louis built the app to automate repet…
5dive, a new open-source tool written in Bash, lets users run a company of AI coding agents (Claude, Codex, and others) on their own Linux server, with each agent as a separate Linux user managed by s…
DocCharm automates help center updates by watching GitHub repositories and using AI to suggest article revisions or drafts when features change, with every suggestion entering a human review queue bef…
MemoHood and MemoBase are local memory and knowledge base plugins for hermes-agent that turn files (PDF/DOCX/HTML/MD/TXT/CSV), web pages, YouTube videos, audio recordings, and Obsidian notes into a lo…