Anthropic has published a study on how much autonomy AI agents are being given in the wild using millions of interactions across Claude Code and its public API. The longest Claude Code turns nearly doubled from under 25 minutes to over 45 minutes in three months, while experienced users became more likely to auto-approve and more likely to interrupt when needed.
#claude-code
RSS FeedA March 16, 2026 Show HN post about Godogen reached 247 points and 153 comments. The project drew attention by showing an agent pipeline that goes from a text prompt to a full Godot 4 project, generated assets, and screenshot-based visual QA.
Rudel uploads Claude Code transcripts into a dashboard that tracks tokens, duration, abandonment, and sub-agent use, giving teams a way to inspect agent workflows instead of treating them as opaque output streams.
A Show HN post for nah introduced a PreToolUse hook that classifies tool calls by effect instead of relying on blanket allow-or-deny rules. The README emphasizes path checks, content inspection, and optional LLM escalation, while HN discussion focused on sandboxing, command chains, and whether policy engines can really contain agentic tools.
Perplexity’s Computer account used X on March 9, 2026 to demonstrate Claude Code and GitHub CLI running directly inside Perplexity Computer. In the public demo, the system forked an Openclaw repository, planned a fix, implemented the change, and submitted a pull request from inside the Computer environment.
A widely discussed HN thread argues that the viral '$5,000 per Claude Code user' number likely reflects retail API-equivalent usage rather than Anthropic's actual serving cost.
Anthropic put Claude Code Security into limited research preview for Enterprise and Team customers. The tool reasons over whole codebases, ranks severity and confidence, and proposes patches for human review.
Anthropic's Claude Code Cowork (multi-agent collaboration) feature was found to create a ~10GB VM bundle on macOS using Apple's Virtualization Framework without warning users. The GitHub issue garnered 200+ points on Hacker News.
A Hacker News thread highlighted Context Mode, an MCP server that reports reducing Claude Code tool-output context usage from 315 KB to 5.4 KB in tested workflows.
A Hacker News thread highlighted Context Mode, an MCP server that reports reducing Claude Code tool-output context usage from 315 KB to 5.4 KB in tested workflows.
A Hacker News thread analyzed a benchmark of 2,430 Claude Code runs, focusing on default stack choices, build-vs-buy behavior, and ecosystem lock-in risks.
Anthropic’s new Claude Code Remote Control feature lets users continue local coding sessions from web and mobile clients. Hacker News users praised the local-first model and security posture, while early testers also reported stability and UX issues in this preview stage.