claude-code

Tag

Cards List
#claude-code

Auto mode is now the default in Claude Code for Pro, Max, and Team plans

Simon Willison's Blog · 3h ago Cached

Anthropic is making auto mode the default in Claude Code for Pro, Max, and Team plans starting August 14, backed by evals claiming auto mode blocks 89% of harmful actions and resists all tested indirect prompt injection attacks.

0 favorites 0 likes
#claude-code

Message your other Claude Code sessions

Hacker News Top · 11h ago Cached

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.

0 favorites 0 likes
#claude-code

Claude Code in 9 lines python

Reddit r/LocalLLaMA · 12h ago

A developer shares a 9-line Python implementation of a minimal coding agent similar to Claude Code or Codex, using only the standard library and compatible with any OpenAI Responses API, with code on GitHub.

0 favorites 0 likes
#claude-code

@akshay_pachaar: Claude Code commits leak secrets 2x more than humans. (28M hardcoded secrets shipped to GitHub in 2025) GitGuardian tra…

X AI KOLs Timeline · 18h ago Cached

GitGuardian data shows Claude Code commits leak secrets at 3.2% vs 1.5% human baseline; the SonarQube CLI integrates with Claude Code to detect secrets and run static analysis before code reaches production.

0 favorites 0 likes
#claude-code

@waynoir: Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore. You should be designing loops that …

X AI KOLs Timeline · 20h ago Cached

An article exploring the origins and core components of loop engineering, the practice of designing autonomous loops that prompt AI coding agents instead of prompting them one message at a time, highlighting the importance of objective gates and state.

0 favorites 0 likes
#claude-code

My AI agent kept saying the job was done. So I made it prove it.

Reddit r/AI_Agents · 23h ago

A developer describes building a Claude Code skill that verifies AI-generated CAD geometry before export, catching silent OpenCASCADE failures like un-shelled parts and misplaced cuts using volume, bounding box, and point classification checks.

0 favorites 0 likes
#claude-code

@seclink: /swarm multi-agent fan-out disabled — what is it. In one sentence: /swarm is a multi-agent parallel fan-out mode in the Claude Code ecosystem: a main Agent splits tasks, dispatches to multiple sub-Agents for simultaneous execution, and finally...

X AI KOLs Timeline · yesterday Cached

Introduces the /swarm multi-agent parallel fan-out mode in the Claude Code ecosystem, which was recently disabled by default with hard limits added, due to runaway recursion and cost explosion.

0 favorites 0 likes
#claude-code

@bcherny: turns out you can get indirect prompt injection to ~0 on unseen attacks if you stack enough layers (model training + in…

X AI KOLs Timeline · yesterday Cached

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.

0 favorites 0 likes
#claude-code

@mattpocockuk: Handy for when two /wayfinder grilling sessions get too close to each other. Neat!

X AI KOLs Timeline · yesterday Cached

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.

0 favorites 0 likes
#claude-code

@mattshumer_: Your skills are making Opus 5 worse. My prompt fixes that. It goes through each skill and uses a Gauntlet Loop to rewri…

X AI KOLs Timeline · yesterday Cached

A free prompt for Claude Code that audits installed skills and uses a Gauntlet Loop to blind-test upgraded versions against originals, upgrading or retiring skills to work better with Opus 5.

0 favorites 0 likes
#claude-code

@ClaudeDevs: New in Claude Code: your sessions can now message each other. Instead of having to re-explain yourself in another sessi…

X AI KOLs Timeline · yesterday Cached

Claude Code now lets sessions message each other by sending summaries, allowing another session to pick up context mid-task without re-explaining.

0 favorites 0 likes
#claude-code

@bcherny: The team and I use Auto mode exclusively, and have been for many months. I couldn't imagine going back to permission pr…

X AI KOLs Timeline · yesterday Cached

Claude Code will make auto mode the default permission mode for Pro, Max, and Team users starting August 14. Auto mode's separate classifier caught 89% of dangerous commands in testing, compared to 14% for manual approval.

0 favorites 0 likes
#claude-code

Routing coding agent sessions across Claude Code, Codex, and Ollama in one harness — model picked per session

Reddit r/AI_Agents · yesterday

A developer describes building a multi-engine agentic coding harness that routes sessions across Claude Code, Codex, and Ollama, selecting from twelve models per session based on task value.

0 favorites 0 likes
#claude-code

@PrajwalTomar_: One Claude skill just KILLED a $79/mo subscription and nobody's talking about it. Higgsfield is basically a wrapper on …

X AI KOLs Following · yesterday Cached

A tweet argues that a Claude Code skill can replace a $79/mo Higgsfield subscription by calling image-generation APIs directly, cutting per-image cost from ~31-34¢ to ~5¢ while keeping outputs local and owned by the user.

0 favorites 0 likes
#claude-code

@PrajwalTomar_: Andrew Ng predicted this back in 2024, and it just quietly became the most important skill in AI. He proved that a weak…

X AI KOLs Timeline · yesterday Cached

Andrew Ng's 2024 prediction that agentic workflows with weaker models can outperform stronger standalone models is validated by Anthropic, where an orchestrator coordinating cheaper subagents beat Claude Opus by 90.2%. The post highlights Claude Code subagents as the practical implementation.

0 favorites 0 likes
#claude-code

@DanKornas: Claude Code requests for small fixes or refactors can produce excessive tests, long explanations, or broad framework re…

X AI KOLs Timeline · yesterday Cached

CCPlugins is a curated set of 24 professional commands that extends Claude Code CLI with structured development workflows including cleanup, commits, formatting, testing, refactoring, and security checks, with safety controls and MIT license.

0 favorites 0 likes
#claude-code

The architecture flip I keep seeing: code no longer calls the LLM — the LLM calls the code

Reddit r/AI_Agents · 2d ago

An essay observing an architectural shift where LLM agents orchestrate deterministic code instead of deterministic code calling LLMs, with practical red and green flags for when this inversion makes sense.

0 favorites 0 likes
#claude-code

@midudev: Colección de Skills para tu agente de IA con más de 82.000 estrellas en GitHub. De Addy Osmani y cubre cada paso: spec …

X AI KOLs Following · 2d ago Cached

Colección de skills para agentes de IA con más de 82.000 estrellas en GitHub, creada por Addy Osmani, que cubre flujos de ingeniería de spec a ship y es compatible con Claude Code, Cursor y Codex.

0 favorites 0 likes
#claude-code

@PrajwalTomar_: Okay, this is the first Claude Code setup I've seen where 3 agents outship 20. Everyone's unleashing 20 subagents and g…

X AI KOLs Following · 2d ago Cached

A developer shares a Claude Code setup where three well-structured agents outperform twenty, emphasizing orchestrator control, scoped tasks, and using cheap models for volume while reserving Opus for lead/reviewer roles.

0 favorites 0 likes
#claude-code

@PovilasKorop: My new video on AI Coding Daily channel. I've Tried NEW /grill-me v1.2 by @mattpocockuk https://youtube.com/watch?v=puR…

X AI KOLs Following · 2d ago Cached

The author reviews the /grill-me skill in Matt Pocock's agents skills v1.2, comparing its requirement-gathering depth with Claude Code's native plan mode, and finds grill-me more thorough but the grouped-question format controversial in terms of UX.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback