Claude Security public beta: scans codebase, validates own findings, proposes patches

Anthropic just released Claude Security in public beta for Enterprise customers. Instead of rule-based pattern matching (fast, cheap, flood of false positives), it reasons through code like a security researcher — reading Git history, tracing data flows across files, and understanding business logic. The goal is catching vulnerabilities that only make sense in context, which pattern matchers structurally cannot find.
Key features
- Scans for high-severity issues: memory corruption, injection flaws, auth bypasses, complex logic errors
- Validates findings internally via adversarial self-verification before surfacing — Claude challenges its own results
- Proposes a concrete patch per finding, maintaining your code's structure and style
- Pushes findings to Slack, Jira, or any system via webhooks
- Lets you scope scans to specific directories or run them on a schedule
Design decision that matters
The standout architecture: every finding goes through an adversarial self-verification step before it surfaces. It's not just "AI finds bugs," it's "AI argues with itself before reporting." This dramatically improves signal-to-noise ratio compared to traditional scanners.
Human remains in control
Every patch requires review and approval before anything gets merged. Claude Security is built on the same models Anthropic uses to secure its own codebase — an honest signal of internal confidence.
Availability
Currently Enterprise-only. Team and Max plans coming later. This is early — AI-generated patches on critical systems need careful review — but the direction (AI that validates its own reasoning before surfacing results) is the right one for security tooling.
📖 Read the full source: r/ClaudeAI
👀 See Also

Current LLM Cost Comparison: Deepseek, Qwen, MiniMax vs OpenAI
A Reddit analysis shows Deepseek-V3.2 at $0.26/$0.38 per million tokens is approximately 10x cheaper than GPT-4 while delivering GPT-5 class benchmark performance, with Qwen3.5 and MiniMax-M2.5 offering competitive alternatives to Claude and OpenAI.

Claude API Cost Visibility Concerns for Indie Developers
A Reddit discussion highlights that Claude Sonnet API's lack of granular cost tracking may lead indie developers to drop it despite its quality, with bills of $400–$900 catching them off guard due to insufficient observability compared to AWS-style monitoring.

Qwen 3.6 27B at 52.8 tps TG on AMD MI50s: Full Precision, No MTP, No Quant
A Reddit user benchmarks Qwen3.6-27B on eight AMD MI50s (2018 cards) using a vllm fork with ROCm 7.2.1, achieving 52.8 tps TG and 1569 tps PP with full precision and no MTP.

Claude-Code v2.1.94 adds Mantle support, fixes critical bugs
Claude-Code v2.1.94 introduces Amazon Bedrock support via Mantle with the CLAUDE_CODE_USE_MANTLE=1 environment variable, changes default effort level to high for most users, and fixes 15+ bugs including rate-limit handling, macOS login issues, and plugin system problems.