Subagents design @ zerostack
The developer behind the zerostack CLI coding agent detailed the design of its subagent architecture, which uses parallel read-only child agents with simple text input-output to explore codebases with…
The developer behind the zerostack CLI coding agent detailed the design of its subagent architecture, which uses parallel read-only child agents with simple text input-output to explore codebases with…
A developer has created a reusable system of Markdown files to help AI coding agents retain project context across sessions. The system splits guidance into four files—AGENTS.md, OVERVIEW.md, MEMORY.m…
A developer built COGEXT, an accountability layer that tracks commitments made by AI agents through a 12-state state machine, addressing the problem of agents forgetting promises. The system uses a tw…
Doberman, a security tool for coding agents, enforces guardrails on the execution path rather than relying on advisory prompt filters. The system routes every tool call through a fail-closed, raise-on…
OpenCV, the open-source computer vision library, now supports multiple programming languages including Python, R, JavaScript, Java, MATLAB, and C#, allowing developers to apply their existing OpenCV k…
Docker Captain and AI Engineer Yhary from Colombia built a Docker Sandbox Kit mixin that automatically starts an MLflow tracking server for Claude Code, enabling out-of-the-box experiment logging and …
A developer benchmarked cold start latencies and costs across serverless GPU platforms, finding Modal fastest at 1.8 seconds on an A100, followed by RunPod at 4.2 seconds and Replicate at 6.5 seconds.…
A developer completed a civic-tech AI workshop, building four municipal workflows including a complaint classifier, HR leave-policy summarizer, budget analysis tool, and policy Q&A system. The project…
GitHub's new gh stack extension simplifies stacked pull requests by managing branch dependencies and propagation, allowing developers to keep diffs small and reviewable. The tool, still in public prev…
A developer built a small C++ game engine, Sapana Engine, designed to run on integrated graphics and be fully editable by an AI IDE. The engine uses Diligent Engine for GPU rendering, EnTT for ECS, an…
APIMatic has introduced Context Plugins, a structured format combining prose documentation with typed SDK reference code to help coding agents write production-ready API integrations. In benchmarks ac…
A developer building an AWS Bedrock agent for customer support found that the agent's 17% failure rate stemmed from it confidently creating bug tickets with missing required fields. The fix was not be…
A developer explains the critical differences between TypeScript's compile-time `private` modifiers and ECMAScript `#` fields, noting that `private` offers no runtime protection while `#` fields enfor…
A developer benchmarked real-time voice AI APIs from Cartesia, Deepgram, ElevenLabs, PlayHT, and OpenAI, measuring median latency and pricing across 1,000 WebSocket requests. Cartesia's Sonic-3 achiev…
A developer outlines seven architectural patterns for building scalable Model Context Protocol (MCP) servers in Java, including abstraction, tool discovery, streaming, retry logic, caching, pipeline p…
A developer proposes replacing the single-frontier-model approach to AI coding with a role-based stack that assigns different models to planning, implementation, review, and orchestration. The workflo…
A developer outlines a practical architecture for building, evaluating, shipping, and maintaining AI agent skills, arguing that production-grade skills are versioned, testable, routable software compo…
Google has introduced WeatherNext 3, the next-generation release of its global weather AI model, offering hourly forecasts up to 15 days ahead with global coverage and finer spatial resolution than it…
Google is preparing to make Search more agentic, with persistent AI agents that can monitor information, evaluate options, and take actions on a user's behalf. The company announced that information a…
A developer has launched Lexis, a free, local-first productivity suite that combines habits, notes, journal, tasks, documents, and an AI assistant into one app. The app stores all data locally in the …