Claude.ai
AdoptPlatforms
Anthropic's web app for interacting with Claude models.
Why it's here
Placed in Adopt: 84 article(s) of evidence from 9 source(s), led by product launches, with 15 in the last 30 days. Confidence 100%.
Evidence (17)
- 7The New Stack·8/12/2026product_launchAnthropic upgrades Claude for Chrome into a persistent Cowork session
Anthropic has updated its Chrome extension so Claude in Chrome now works as a full Claude Cowork client with conversations, skills, and connectors synced across Anthropic’s apps. The rollout is available to Max and Team users first, with Pro coming later; Enterprise is off by default but can be enabled by admins. Anthropic also says the browser agent carries prompt-injection risk and will still ask before purchases or sharing personal data.
- 6GitHub Blog·8/12/2026framework_updateAutoGPT adds agent-friendly repo gates for AI contributors
AutoGPT describes how it adapted its repository workflow for pull requests generated by AI agents, including Claude, Copilot, Codex, and internal tools. The project moved instructions into repo-local files and skills, and used template, test-plan, and coverage gates to steer agent submissions toward working changes.
- 6The New Stack·8/12/2026researchAnthropic adds asynchronous 'dreaming' to agent memory
Anthropic described a new memory-management approach for agents that combines persistent context files, in-band memory tools, and an asynchronous 'dreaming' process. The company says the system can consolidate memory, remove irrelevant information, surface recurring failure patterns, and suggest updates for human review.
- 3Simon Willison·8/12/2026researchFlorian Herrengt on AI-driven software engineering complexity
The excerpt quotes Florian Herrengt arguing that heavy use of AI tools in debugging and development can make software systems harder for teams to understand. He describes a situation where repeated AI-assisted fixes fail, documentation of data flow is unclear, and confidence in generated output may outpace actual understanding. The piece highlights concerns about cognitive debt and overreliance on AI in software engineering.
- 7The New Stack·8/11/2026regulationAnthropic adds invisible watermarks to Claude text
Anthropic said new Claude models will embed invisible, machine-readable watermarks in generated text across its API, coding tools, and supported cloud platforms. The move is meant to help trace AI-generated output and align with EU AI Act transparency rules, but Anthropic says the watermark is not strong enough to prove authorship and may not work in every workflow.
- 8Hacker News·8/10/2026researchClaude Improves a Bound Related to the Riemann Hypothesis
Anthropic says an unreleased research version of Claude helped improve a longstanding lower bound related to the Riemann zeta function, raising it from 41.6% to 67.2%. The work was validated by Anthropic mathematicians and accompanied by a formally verifiable proof, though the technique is not expected to solve the Riemann hypothesis itself.
- 3Hacker News·8/9/2026open_sourceDeveloper Retracts AI-Built Dark Hours Clone
A developer apologized after launching Dark Hours, a web utility that was found to closely resemble the open source app DarkHours.app, including a similar name and at least one reproduced bug. He redirected the domain to the original project, canceled plans for an iOS app, and said he would stop using AI in this way for future web projects.
- 6Simon Willison·8/4/2026framework_updatellm-anthropic 0.26 adds Claude 5 support and server-side tools
llm-anthropic 0.26 updates the Anthropic integration for Simon Willison's llm package, adding support for Claude Fable 5, Sonnet 5, and Opus 5. It also introduces server-side tools for WebSearch, WebFetch, CodeExecution, and AnthropicMCP, while updating streaming behavior for reasoning and tool events and simplifying thinking-related options.
- 6The New Stack·8/1/2026researchTemporal Raises AI Spending as CEO Pushes Company-Wide Adoption
Temporal says its spending on AI tools has grown about fivefold this year while revenue has doubled, though CEO Samar Abbas says the company cannot directly prove the two are connected. The company is requiring employees across functions to adopt AI tools and is using products such as Claude Code, Cursor, Claude Desktop, Notion with MCP, and Slack AI, while tracking vendor costs and limiting unproven open-weight models.
- 6Hacker News·7/25/2026framework_updateClaude 5 context engineering guidelines
Anthropic published guidance on how to structure context for Claude 5 generation models to improve reliability and output quality. The article frames context engineering as a practical discipline for building better prompts, inputs, and agent workflows around the model.
- 8Anthropic News·7/24/2026model_releaseAnthropic Launches Claude Opus 5
Anthropic introduced Claude Opus 5, its new default model for Claude Max and strongest model for Claude Pro. The company says it delivers major gains in coding, knowledge work, automation, and scientific tasks while improving cost-efficiency over Opus 4.8, though it still trails Mythos 5 on cybersecurity evaluations.
- 5Simon Willison·7/21/2026product_launchClaude Code Team Discusses Agentic Coding and Internal Use
Simon Willison’s fireside chat with Anthropic’s Claude Code team covers how Claude Code, Claude Tag, and Fable are used internally and how they are changing day-to-day software work. The discussion highlights stronger automation, smaller system prompts, more automated code review, and Anthropic’s practice of shipping features to employees first to validate retention and usefulness.
- 4Hacker News·7/19/2026researchHow one researcher cut AI agent token costs with shared subscriptions
A Quesma researcher describes building a deep-research pipeline for studying AI agent economics after an initial run exhausted a Claude Max plan in 30 minutes. The revised setup uses Claude Code as the main harness, with Codex and Antigravity added as headless subagents sharing memory through claude-mem, and cheaper models assigned to specific roles to reduce cost and improve verification.
- 7The New Stack·7/17/2026product_launchDoorDash launches dd-cli for autonomous agent ordering
DoorDash has introduced dd-cli, a command-line interface that lets AI agents search restaurants, compare prices, build carts, and place real orders directly on its platform. The launch expands DoorDash’s existing AI-assisted shopping tools by removing the human approval step, but it also raises questions about platform control, margins, and how agent-driven commerce will be routed in the future.
- 7InfoQ·7/15/2026product_launchAWS launches Claude Apps Gateway for self-hosted control
AWS and Anthropic have released Claude apps gateway for AWS, a self-hosted control plane for Claude Code and Claude Desktop. It centralizes identity, policy, telemetry, routing, and spending caps, and can route requests to Amazon Bedrock or Claude Platform on AWS.
- 7Anthropic News·7/14/2026product_launchAnthropic launches Claude for Teachers
Anthropic is offering verified K-12 educators in the US free access to premium Claude features through a new Claude for Teachers program. The product includes a Learning Commons connector, standards-aligned curriculum access, and teaching-focused workflows for lesson planning, differentiation, and classroom materials.
- 3Hacker News·7/13/2026open_sourceShow HN: CLI for converting YouTube guitar lessons into PDF tabs
A developer built a command-line tool that downloads a YouTube guitar lesson, samples frames, finds the tab region with Claude vision, and extracts the tab into a PDF. The approach relies on locating and deduplicating tab lines from frames rather than fully transcribing the music, and the author notes it has not been tested across many video types yet.