bash
30 articles about bash in AI news
Fix Your Silent Slash Command Failures with Explicit Tool Calls
Claude Code slash commands silently fail when instructions are just markdown text. You must use explicit tool calls like 'using Bash tool' to make them execute.
This Smart Hook Fixes Claude Code's Biggest Permission Blind Spot
A new PreToolUse hook decomposes compound bash commands (&&, ||, |, etc.) to check each sub-command against your allow/deny patterns, preventing dangerous command chaining.
The Autonomous Company: How 14 AI Agents Are Running a Startup Without Human Intervention
Auto-Co introduces a fully autonomous AI company operating system where 14 specialized agents debate, decide, and ship software 24/7. Using Claude Code CLI and a simple bash loop, this open-source system has built its own infrastructure, documentation, and community presence across 12 self-improvement cycles.
50-line script bypasses Anthropic's Claude pricing split for CI/CD
A 50-line Python script by developer HammerMei exploits Claude's interactive mode to bypass Anthropic's June 15 pricing split, keeping CI/CD calls on subscription billing instead of per-token API charges.
Hacker builds $10/mo persistent workspace for Claude Code
A $10/month persistent workspace for Claude Code and Claude AI using Pi's execution layer, MCP, and Cloudflare Tunnel. Bypasses session context loss by sharing one filesystem and database across all MCP-compatible tools.
Permission-first CLAUDE.md kit aims to fix agent overreach
Developer releases MIT-licensed kit enforcing permission-first workflow for Claude Code with 10 agents and 28 skills.
Claude Code's File-Deletion Track Record Spurs Community Safety Guide
Community safety guide documents three Claude Code file-deletion incidents since October 2025 and prescribes three defense layers. Anthropic's sandboxing remains opt-in.
Claude Code's Six-Layer Architecture: Harness, Not Magic
Claude Code's six-layer architecture uses a 3-layer context compressor at 92% threshold and Redis-based multi-agent FSM protocol. The model is just one node in a harness.
MCP vs CLI Debate Resolved by Anthropic's Code Mode: 98.7% Token Drop
Anthropic's Code Mode cuts token use by 98.7%. MCP SDK downloads hit 300M. The debate is resolved.
Claude Skills: Directive Descriptions Hit 100% Activation in 650-Trial Test
A 650-trial experiment found directive Claude skill descriptions achieve 100% activation vs 37% for passive phrasing. The YAML description field does 90% of the reliability work.
CCmeter: The Open-Source Dashboard That Reveals Exactly Why Your Claude
CCmeter parses Claude Code's local session logs to surface cache-busting patterns, cost leaks, and model-swap simulations. Free, local-first, zero telemetry.
Agentic Harness Engineering Boosts Coding Agents 7% on Terminal-Bench 2
Agentic Harness Engineering introduces a structured approach to evolving coding-agent harnesses, using revertible components, condensed experience, and falsifiable decisions. On Terminal-Bench 2, pass@1 climbs from 69.7% to 77.0% in ten iterations, beating human-designed baselines.
Claude Code Regression: How to Diagnose and Fix the Recent Quality Drop
Anthropic's postmortem reveals three regressions in Claude Code: reasoning effort, context retention, and verbosity changes. Here's how to diagnose and fix them.
Microsoft's Playwright MCP Server Replaces Vision for Web Agents
Microsoft built an MCP server for Playwright that lets AI agents interact with web pages using the accessibility tree, eliminating the need for screenshots and vision models. This approach reduces hallucinations and broken selectors, working with tools like Cursor, VS Code, and Claude Desktop.
Version Sentinel: A Claude Code Plugin That Blocks Hallucinated Package Versions
Version Sentinel uses Claude Code's hook system to intercept dependency changes and require version verification, preventing supply-chain risks from hallucinated package versions.
Pylon: Self-Host Your Own AI Agent Pipeline That Fixes Sentry Errors via
Pylon is a self-hosted daemon that triggers sandboxed Claude Code agents from webhooks (Sentry, cron, chat) and reports results with human approval — no data leaves your machine.
Use Claude Code to Automate Systematic Literature Reviews
Claude Code can automate systematic literature reviews: scrape papers, extract key themes, and generate structured summaries — all from the terminal.
Build Reusable Data Science Workflows with Claude Skills and Subagents
Claude Skills and Subagents let you package prompts into reusable modules, freeing data scientists from repetitive AI adjustments for EDA, modeling, and deployment.
How a Nursing Student Used Claude Haiku to Build a 660K-Page Drug Database Solo
Learn how Claude Haiku enabled a solo developer to classify thousands of medical conditions and build a production-grade pharmaceutical database.
Cloudflare Ships Enterprise MCP Governance
Cloudflare's MCP portal aggregates servers behind Cloudflare Access auth, while Code Mode collapses APIs into two tools. But most SaaS MCP endpoints lack controls — here's how to protect your Claude Code workflows.
Doby Cuts Claude Code Navigation Tokens by 95% with Spec-First Workflow
A spec-first fix workflow that slashes navigation tokens 95% and enforces plan docs as source of truth before code changes.
Run Claude Code in Any Sandbox with One API: AgentBox SDK
Swap coding agents and sandbox providers without changing code. Preserves full interactive capabilities (approval flows, streaming).
Why Zed's Parallel Agents Won't Fix Your Real Bottleneck (And What Will)
Zed's parallel agents cut refactoring time 60% on independent modules but introduced conflicts on shared dependencies. The bottleneck isn't speed — it's context window limits.
3 Ways to Switch Claude Code Models Instantly: /model, --flag, and ENV Variables
Anthropic's official guide reveals three methods to switch Claude Code models: /model command, --model flag, and ANTHROPIC_MODEL env variable. Choose the right model for each task.
How Intercom Ships AI Features 10x Faster with Claude Code and Rails
Intercom developers share battle-tested workflows for using Claude Code inside a large Rails codebase to build AI-first features rapidly.
AWS Bedrock's New MCP Tools Are a Game-Changer for Claude Code Users
AWS Bedrock has released new tools for the Model Context Protocol (MCP), enabling developers to build custom servers that connect Claude Code directly to AWS data and services.
The Claude Code Cheat Sheet You Need: 5 Commands That Save Hours
A comprehensive cheat sheet for Claude Code has been released, compiling critical CLI commands, MCP server setups, and workflow shortcuts to eliminate guesswork and speed up development.
Qwen3.6-27B: How to Run a 17GB Local Model That Beats 397B MoE on Coding Tasks
Qwen3.6-27B delivers flagship-level coding performance in a 55.6GB model that can be quantized to 16.8GB, making high-quality local coding assistance accessible.
Anthropic Bans Entire Organizations Without Warning — Here's How to
Anthropic banned an entire agtech org with no warning. For Claude Code users, this means your API keys and team access can vanish instantly. Here's how to build redundancy now.
Stop Losing Agent Context: Implement Session Memory Files in Your Claude
A simple pattern using structured markdown files to persist session state across context windows, preventing Claude Code agents from redoing work or making inconsistent decisions.