Getting into Flow with AI Coding
Software engineer and developer advocate at Anthropic, Alex Albert, argues that using AI coding tools like Claude Code and OpenAI's Codex enhances rather than diminishes the 'flow state' for developer…
Software engineer and developer advocate at Anthropic, Alex Albert, argues that using AI coding tools like Claude Code and OpenAI's Codex enhances rather than diminishes the 'flow state' for developer…
JetBrains' August 2026 AI Coding Agent Adoption report, based on 15,000+ professional developers, shows Claude Code now commands 39% adoption worldwide and 47% in the U.S., used twice as often as GitH…
Anthropic will permanently raise standard weekly limits in Claude Code by 25% for Pro, Max, Team, and seat-based Enterprise plans starting September 14, 2025, replacing the current 50% promotional inc…
The last30days-skill, a Claude Code research skill created by Matt Van Horn that aggregates discussions from Reddit, X, and other platforms, has reached 60,000 stars, 5,000 forks, and version 3.21.1, …
Podiom, an open-source, local-first workspace for Claude Code and OpenAI Codex, launched on Hacker News, enabling users to give AI agents durable context, schedule work, and pursue goals over time whi…
A developer discovered that their test report showing a 0% pass rate was actually caused by an empty API credit balance, not broken code. The engineer's reconciliation script and behavioral tests reve…
A four-hour stress test comparing Cursor, Claude Code, and Windsurf found that Cursor remains the most polished AI coding agent for most developers, while Claude Code excels at autonomous debugging in…
Anthropic's Claude Code automatically appends a session URL to every commit message and pull request description by default, with no opt-in prompt or warning, according to a feature request filed on G…
Developer klars-ai released AgentObs, a hook on GitHub that blocks Claude Code before users hit their usage limit. The tool aims to prevent unexpected interruptions during AI-assisted coding sessions.…
A new study finds that AI coding assistants Claude Code and Codex have no sense of time, systematically overestimating task durations by up to ten times and rating their own work about 20 percentage p…
XiuAI's XiuRouter exposes four distinct text-generation protocols—OpenAI Chat Completions, OpenAI Responses, Anthropic Messages, and Gemini GenerateContent—each with different paths, headers, and payl…
A developer's auto-update for Belay, a macOS utility that keeps Macs awake during AI coding sessions, broke a user's Claude Code agent for three hours by changing the loopback port the agent's hooks p…
Vincent 0.7.0 has been released, marking a milestone where the project now uses its own workflows for all development tasks, from GitHub issues to release preparation. The release adds workflow input …
Anthropic is effectively cutting Claude Code's weekly usage limits by 17 percent, as a temporary 50 percent boost expires on September 14 and is replaced by a permanent 25 percent increase. The compan…
Doco, a collaborative document platform, has released a tutorial demonstrating how to give Claude Code an editable knowledge base via a Model Context Protocol (MCP) server. The approach emphasizes sta…
Developer Elton Cherrington released memctl, a zero-dependency, MIT-licensed tool that versions, shares, and restores coding-agent memory files (CLAUDE.md, AGENTS.md, commands/) per project from a cen…
Anthropic will cut Claude Code's weekly usage limits on September 14, replacing the temporary 50% boost with a permanent 25% increase, which effectively reduces capacity by 17% for Pro, Max, Team, and…
A developer who used Claude Code to build a .NET invoicing library discovered that the AI-generated tests passed while the code was still wrong, failing to catch a rounding bug that would have mispric…
AIOSAI released AIPass, an open-source (MIT) tool that gives AI agents persistent memory stored in small JSON files within a project folder, allowing them to remember, collaborate, and resume work acr…
A developer replaced grep-based code review with a knowledge graph integrated via the Model Context Protocol (MCP), uncovering three bugs that vector search had missed. The graph retrieves code by str…