Tag
Anthropic is making Claude Code's auto mode the default for Pro, Max, and Team accounts starting August 14, reducing the need for manual approval prompts while adding safety features like prompt injection screening and hard deny rules.
A blog post describing a workflow for putting executable test plans directly in commit messages using the scrult tool, enabling TDD, stack re-validation, and easier bisecting.
OpenChamber is an open-source agentic development environment built on the OpenCode SDK, featuring session goals, multi-model runs, code editing integration, and remote access with privacy protections.
Firecrawl, the well-known web scraping tool, can now be called directly without an API Key. It's very useful for AI agents and is an open-source project.
Kent C. Dodds praises Cursor AI's cloud agents and bugbot as critical parts of his software factory, while Debbie O'Brien highlights the underrated mobile experience.
An open-source CLI tool that scaffolds production-ready AI agent projects in seconds, simplifying setup for Python developers.
FAAAH is a dependency-free, OpenAI-compatible proxy that converts API requests into text files and uses AI coding agents like Claude Code as the backend, enabling reuse of existing subscriptions instead of paying for cloud LLM APIs.
Kent C. Dodds announces his first sale for Kody Koala from an early access user, with the official launch coming in weeks.
Claude Code now supports cross-session messaging, allowing Claude agents to send messages between independent sessions to coordinate work, share findings, and warn about breaking changes.
Kent C. Dodds discusses moving away from traditional code diffs toward AI-generated visual system recaps that show how the whole system changed, based on primitives and agent-generated summaries.
The author argues that many research agent projects can be replaced by 'skills' running inside existing harnesses like Codex, sharing their experience implementing a Reddit customer-research workflow as a Codex skill with only deterministic Python helpers, and questioning when custom agent runtimes are truly needed.
An open-source gateway, sarvam-bridge, lets existing ElevenLabs/OpenAI/Deepgram apps switch to Sarvam AI by changing only the base URL, handling Indic language quirks like chunking, audio reassembly, and language codes. The author details technical decisions, stress testing, and a crash bug fix.
This article discusses the explosion of the Agent Skills ecosystem for AI coding agents, introducing several high-star Agent Skills repositories (such as superpowers, agent-skills, etc.) that provide engineering standards for AI coding agents, aiming to close the quality gap between Vibe Coding and production-grade code.
Highlights an open-source sandbox that lets AI agents suspend and resume quickly, compatible with ADK, LangChain, Claude Code, Codex, and other frameworks.
Introduces Apple Health MCP Server, an open-source Model Context Protocol server that enables SQL querying and DuckDB-based analysis of exported Apple Health data, featuring natural-language queries, health reports, and lazy loading.
Herdr, now a YC-backed company, launched a Vercel Sandbox plugin that lets developers run multiple coding agents in isolated environments from a local Herdr pane.
Anthropic announces that auto mode is now the default in Claude Code for Pro, Max, and Team plans, with safeguards against harmful actions. The tweet highlights that stacked defenses can reduce indirect prompt injection to near zero on unseen attacks.
Ix is an open-source tool that maps software architectures into system diagrams, helping AI models reason about codebases more effectively while reducing token usage by 30-99.7%.
Matt Pocock highlights a new Claude Code feature that lets sessions message each other, sending summaries so context carries over mid-task without sharing full history or files.
Guillermo Rauch announces eve, a durable AI agent framework from Vercel Labs that runs natively with React and Next.js, featuring built-in sandboxing, human-in-the-loop, and evaluation capabilities.