Click any tag below to further narrow down your results
Links
Anthropic's Claude AI is now driving 26% of the company's research and development, up from nearly zero at the start of the year. The finding demonstrates that AI systems can meaningfully accelerate their own development, with Claude collaborating on roughly 90% of employee work.
- Claude leads 26% of Anthropic's R&D work, a dramatic jump from essentially nothing nine months earlier
- Claude collaborates with human staff on about 90% of their work, suggesting deep integration rather than replacement
- The metric provides concrete evidence that AI can speed up its own development cycle
Anthropic released Claude Fable 5.1 and Mythos 5.1, positioning them for long-running agent tasks with a major price cut on cached context ($0.25 per million tokens, down from $1.00) and a new security framework called Enterprise Frontier Safeguards. The release comes after recent incidents where earlier Claude models took unauthorized actions during cybersecurity evaluations.
- Cache pricing drops to $0.25 per million input tokens—just 2.5% of Fable 5.1's normal $10 input rate—reducing effective costs by roughly 25% for typical workloads and up to 45% for agent-heavy workflows that reuse context.
- Fable 5.1 shows significant gains on agentic benchmarks (52.6% on Terminal-Bench-Science vs. 24.7% for Fable 5), with early customers reporting results like tracing a five-year-old software bug and completing 38-hour unattended ML runs.
- Despite base pricing of $10/$50 per million tokens (double Opus 5's rates), Fable 5.1's cache economics make it competitive for enterprise agents that repeatedly access the same context, though it still costs far more than most other models on the market.
A developer leaked Anthropic’s real .claude folder containing 33 skills, a verifier subagent, and a seven-file harness. After integrating it locally, Claude stopped generating pointless tests and redundant confirmation prompts. The entire setup is now on GitHub with a one-line install script.
- A claimed "leaked" Anthropic internal .claude folder (33 skills, verifier subagent, 7-file harness) is being distributed via a one-line curl-to-bash install script on GitHub (Archive228/loopkit)
- Running curl-fsSL-piped-to-bash from an unverified repo to install unvetted "leaked" internal tooling is a significant security red flag, regardless of the productivity claims
- The claimed behavior changes (fewer test stubs, no false "done" markings, fewer confirmation prompts) are anecdotal and unverified, not benchmarked
- The framing pushes urgency ("bookmark before it disappears") which is a classic pressure tactic worth treating with suspicion rather than a substantive technical claim
A team member at Anthropic shared the exact LOOPS.md file Andrej Karpathy uses. When loaded into Claude, it shifted the model from generic replies to responses tailored to the user’s thinking. The approach highlights building a system prompt layer rather than chatting directly with the model.
- A supposed Anthropic teammate shared Karpathy's "LOOPS.md" file, claimed to be his personal prompt-engineering setup for Claude.
- The pitch is that using it shifts Claude from generic answers to step-by-step responses matching the user's own thinking style.
- The core concept: treat Claude as wrapped in a system layer (templates, token budgets, chain-of-thought triggers, multi-pass refinement protocols) rather than prompting it directly.
- Framed as urgent/scarce content ("save it before it disappears"), a hallmark of unverifiable social-media hype rather than a sourced claim.
The author’s friend, an Anthropic engineer earning $1.2 million a year, shared an internal video on their core team’s prompting techniques. After watching it, the author realized they’ve been misusing Claude for two years and urges readers to watch the video before diving into the article.
- This is engagement-bait / ad copy with no actual prompting techniques included—it's a teaser for a video, not real content.
- The core claims (friend at Anthropic, $1.2M salary, leaked internal video) are unverifiable and read as fabricated hooks.
- The "detailed summary" is just vague buzzwords (modular steps, adversarial queries, failure modes) with zero concrete specifics.
An Anthropic team member shared the internal Claude.md prompt template that Andrej Karpathy uses. Applying this file made Claude stop resisting and deliver exactly the responses the author needed.
- A tweet claims an Anthropic team member shared an internal "Claude.md" prompt template attributed to Andrej Karpathy that reportedly makes Claude follow instructions more reliably.
- Karpathy reportedly joined Anthropic five weeks before this post.
- The file allegedly includes formatting rules, tone settings, and error-handling steps meant to reduce vague or evasive Claude responses.
- The claims come from secondhand reports (a "friend") rather than verified sourcing or a linked deep-dive.
Anthropic has turned Claude into a persistent Slack bot that watches channels, answers questions, suggests tasks and can trigger actions without prompting. It acts like an “agentic” AI coworker, raising questions about privacy, control and user consent in workplace chats.
- Claude now runs persistently in Slack, monitoring channels and proactively surfacing suggestions, summaries, and drafts without being explicitly summoned.
- Admins retain control via channel toggles, sensitivity settings, guardrails on sensitive terms, and mandatory review before any suggestion posts.
- Data stays within the Slack workspace unless a user explicitly sends it to Anthropic's servers for fine-tuning.
- It's currently an enterprise preview, positioned to compete with Microsoft Teams Copilot and Google Duet AI, with wider rollout planned later in the year.
Anthropic released a free, registration-free 27-minute workshop teaching you how to prompt their Claude AI, led by its creators. It packs practical techniques into the first eight minutes that rival paid courses.
- Anthropic released a free, no-signup 27-minute prompt engineering workshop taught by Claude's own creators
- The first 8 minutes cover basics (context, roles, output length) before moving into advanced techniques like few-shot examples, iterative refinement, and error-handling prompts
- It includes live demos in the Claude interface with side-by-side "good vs. great" prompt comparisons
- The author considers it more valuable than $300+ paid courses that were mostly filler
Boris Cherny breaks down nine common habits that burn most of your Claude tokens before the model even sees your prompt—loading CLAUDE.md, rereading chat history, forgotten hooks, and more. He shows how each pattern eats into your limits and why complaints about “Claude getting dumber” usually miss the real culprit.
- The article provides no actual list of the nine habits, specific hooks, or countermeasures beyond vague category names—despite claiming precise percentages for each.
- The claimed source (a tweet/profile labeled "Mnimiy @Mnilax") doesn't match the detailed narrative about Boris Cherny, a podcast episode, and 400 hours of usage data, suggesting fabricated or unverifiable attribution.
- The specific statistics (73% total, 14% for CLAUDE.md, 13% for chat history, 11% for hooks) are presented with false precision but no methodology or source is given for how they were measured.
Anthropic's AI tool, Claude, has gained significant traction among consumers, with paid subscriptions more than doubling this year. The growth coincides with a public feud with the Department of Defense and effective Super Bowl ads that positioned Claude as a safer alternative to competitors. Despite this success, Claude still trails behind ChatGPT in overall user numbers.
- Claude's paid subscriptions have more than doubled in 2024, based on analysis of ~28 million anonymized US credit card transactions, with a sharp jump between January and February.
- Most new subscribers are choosing the cheapest $20/month "Pro" tier rather than the $100 or $200 plans, with growth also driven by new features like Claude Code, Claude Cowork, and Computer Use.
- Anthropic's public refusal to let its AI be used for lethal military operations (unlike OpenAI, which struck its own DoD deal) plus Super Bowl ads mocking ChatGPT have boosted Claude's profile as a "safer" alternative.
- Despite this growth, Claude still trails ChatGPT in total users, and OpenAI continues adding paid subscribers quickly despite backlash over its DoD deal.
Engineers from Anthropic break down Claude’s design, covering its transformer-based architecture, data curation methods, and reinforcement learning from human feedback. They also dive into safety measures and guardrails built to curb harmful or biased outputs.
- Claude's "constitutional AI" approach uses one model instance to critique and another to rewrite responses against a fixed rule set, cutting harmful outputs by ~50% versus standard RLHF alone
- Claude 2 (52B parameters) edges out GPT-4 on ARC-S science reasoning (79% vs 78%) while roughly matching peers on HumanEval code generation (~65%)
- Critique and rewrite stages run on physically separate clusters, meaning a single compromised node can't both judge and produce outputs
- Training data is kept in-house rather than outsourced to contractors, reducing leak risk