terminal
howtonotcode.com
Anthropic logo

Anthropic

Company

Anthropic is an AI safety and research company focused on developing reliable and interpretable AI systems. It is designed for organizations and researchers interested in advancing AI technology while ensuring safety and ethical considerations. A key use case is the development of AI models that prioritize human values and safety.

article 78 storys calendar_today First seen: 2025-12-30 update Last seen: 2026-03-03 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

Stories

Showing 41-60 of 78

Production RAG playbook + LangChain 1.2.10 safeguards

Building production RAG got easier this week with a practical map of nine retrieval patterns and LangChain 1.2.10 fixes for token counting and context overflow. [9 RAG architectures](https://atalupadhyay.wordpress.com/2026/02/10/9-rag-architectures-every-ai-developer-must-know/)[^1] and a [prompt caching deep dive](https://atalupadhyay.wordpress.com/2026/02/10/prompt-caching-from-zero-to-production-ready-llm-optimization/)[^2] provide runnable labs and concrete optimization tactics. The [LangChain 1.2.10](https://github.com/langchain-ai/langchain/releases/tag/langchain%3D%3D1.2.10)[^3] and [langchain-core 1.2.10](https://github.com/langchain-ai/langchain/releases/tag/langchain-core%3D%3D1.2.10)[^4] releases add a token-counting fix and a new ContextOverflowError to harden pipelines. [^1]: Adds: Maps nine RAG patterns (Standard, Conversational, CRAG, Adaptive, Self-RAG, Fusion, HyDE, Agentic, GraphRAG) with diagrams and Python/LangChain labs (ChromaDB, optional Neo4j). [^2]: Adds: End-to-end prompt caching guide with provider-specific notes, labs (single/multi-turn, RAG), and production best practices. [^3]: Adds: Release notes including a fix for token counting on partial message sequences and internal provider rename. [^4]: Adds: Release notes adding ContextOverflowError (raised for OpenAI/Anthropic), improved approximate token counting, and minor docs/features.

calendar_today 2026-02-10
langchain openai anthropic chromadb neo4j

Agentic development lands in Xcode, GitHub Actions, and Google APIs

Agentic development is moving from proofs to practice across core tooling, with Xcode 26.3 adding in-IDE agents and MCP, GitHub piloting agentic workflows in Actions with guardrails, and Google introducing APIs that make assistants stateful and documentation-accurate. Apple’s latest Xcode adds deeper agent capabilities and first-class MCP integration, enabling Claude/Codex-style agents to plan, run builds/tests, and verify via Previews within the IDE [InfoQ](https://www.infoq.com/news/2026/02/xcode-26-3-agentic-coding/)[^1]. GitHub Next’s experimental Agentic Workflows bring locked-down, event-driven agents to CI using a CLI that compiles natural language into read-only, sandboxed Actions [Amplifi Labs](https://www.amplifilabs.com/post/css-scope-hits-baseline-github-agentic-workflows-oss-trust-tools)[^2]; meanwhile, Google’s Developer Knowledge API with an MCP server and the new Interactions API push assistants toward on-demand, canonical retrieval and managed, stateful steps for deep research [DevOps.com](https://devops.com/google-launches-developer-knowledge-api-to-give-ai-tools-access-to-official-documentation/)[^3] [Towards Data Science](https://towardsdatascience.com/the-death-of-the-everything-prompt-googles-move-toward-structured-ai/)[^4]. [^1]: Adds: release details on agent behaviors, MCP via mcpbridge, and verification in Xcode 26.3. [^2]: Adds: overview of GitHub Agentic Workflows model, guardrails, and repo automation scenarios. [^3]: Adds: specifics on the Developer Knowledge API, freshness guarantees, and MCP server integration. [^4]: Adds: explanation of Google’s Interactions API for stateful, tool-orchestrated agent flows.

calendar_today 2026-02-09
xcode anthropic claude-agent claude-code openai

Collab-first AI IDEs: Dropstone's Share Chat vs single-player agents

Collaborative AI coding workspaces like Dropstone’s Share Chat are challenging single‑user AI IDEs by letting PMs and engineers co-edit live contexts to push production-grade changes faster while preserving review control. [Dropstone’s Share Chat 3.0.5](https://medium.com/@epicprogrammer/the-23-minute-feature-how-dropstones-share-chat-is-breaking-the-ai-coding-hierarchy-9d6e4f93b303)[^1] contrasts with single-player agents by sharing a live reasoning+code state for real-time review/edits, targeting the “70% wall.” A practitioner comparison highlights day-to-day tradeoffs of [Cursor, Windsurf, and Claude Code](https://www.reddit.com/r/ClaudeCode/comments/1qzkwav/i_spent_the_last_month_rotating_between_windsurf/)[^2] [^1]: Adds: Explains Share Chat 3.0.5, live workspace links, and the “70% wall” with a concrete end-to-end example and workflow details. [^2]: Adds: Hands-on pros/cons and pricing context across Cursor, Windsurf, and Claude Code, including model access and collaboration features.

calendar_today 2026-02-09
dropstone blankline cursor windsurf claude-code

Operationalizing Claude Code: auto-memory, agent teams, and gateway observability

Claude Code’s new auto-memory and emerging multi-agent workflows, plus Vercel AI Gateway routing, help teams standardize AI coding while keeping usage observable and controllable. Auto-memory persists per-project notes in MEMORY.md, can be disabled via an env var, and has minimal official docs; see this [Reddit breakdown](https://www.reddit.com/r/ClaudeCode/comments/1qzmofn/how_claude_code_automemory_works_official_feature/)[^1] and [Anthropic memory docs](https://code.claude.com/docs/en/memory#manage-auto-memory)[^2]. To scale operationally, route traffic through [Vercel AI Gateway](https://vercel.com/docs/ai-gateway/coding-agents/claude-code)[^3], bootstrap standards with the [Ultimate Guide repo](https://github.com/FlorianBruniaux/claude-code-ultimate-guide)[^4] or this [toolkit](https://medium.com/@ashfaqbs/the-claude-code-toolkit-mastering-ai-context-for-production-ready-development-036d702f83d7)[^5], and evaluate multi-agent “Agent Teams” shown here [demo](https://www.youtube.com/watch?v=-1K_ZWDKpU0&pp=ygUSQ2xhdWRlIENvZGUgdXBkYXRl)[^6]. [^1]: Adds: Practical explanation of auto-memory behavior, 200-line limit, MEMORY.md path, and disable flag. [^2]: Adds: Official entry point for managing auto-memory. [^3]: Adds: Step-by-step config to route Claude Code via AI Gateway with observability and Claude Code Max support. [^4]: Adds: Comprehensive templates, CLAUDE.md patterns, hooks, and release-tracking for team standards. [^5]: Adds: Production-ready rules/agents methodology across common backend/data stacks. [^6]: Adds: Visual walkthrough of new multi-agent/Agent Teams workflows.

calendar_today 2026-02-09
claude-code anthropic vercel-ai-gateway claude-code-max agent-teams

Claude Opus 4.6 adds agent teams, 1M context, and fast mode; GPT-5.3-Codex counters

Anthropic’s Claude Opus 4.6 ships multi-agent coding, a 1M-token context window, and a 2.5x fast mode, while OpenAI’s GPT-5.3-Codex brings faster agentic coding with strong benchmark results. DeepLearning.ai details Opus 4.6’s long-context, agentic coding gains, new API controls, and Codex 5.3’s speed and scores, plus pricing context [Data Points: Claude Opus 4.6 pushes the envelope](https://www.deeplearning.ai/the-batch/claude-opus-4-6-pushes-the-envelope/)[^1]. AI Collective highlights Claude Code’s new multi-agent “agent teams,” Office sidebars, and head-to-head benchmark moves versus OpenAI, while Storyboard18 confirms a 2.5x “fast mode” rollout for urgent work [Anthropic’s Opus 4.6 Agent Teams & OpenAI’s Codex 5.3](https://aicollective.substack.com/p/the-brief-anthropics-opus-46-agent)[^2] and [Anthropic rolls out fast mode for Claude Code](https://www.storyboard18.com/digital/anthropic-rolls-out-fast-mode-for-claude-code-to-speed-up-developer-workflows-89148.htm)[^3]. [^1]: Roundup covering features, benchmarks, and pricing for Opus 4.6 and GPT‑5.3‑Codex. [^2]: Newsletter with details on "agent teams," 1M-context performance, Office integrations, and comparative benchmarks. [^3]: Report on the 2.5x faster "fast mode" availability and target use cases.

calendar_today 2026-02-09
anthropic claude-opus-46 claude-code openai gpt-53-codex

OpenAI’s next wave: GPT-5, AI-built models, and a $40B push

OpenAI is pairing renewed ChatGPT growth with an imminent model upgrade and AI-assisted model development, signaling a faster cadence toward GPT-5 and higher enterprise reliability. Altman flagged >10% monthly ChatGPT growth, a $40B round, ads, and an imminent model update to counter Anthropic’s coding gains in an internal push for momentum ([OpenAI’s Growth Gambit](https://www.webpronews.com/openais-growth-gambit-inside-sam-altmans-push-to-reclaim-momentum-as-chatgpt-hits-a-pivotal-inflection-point/))[^1]. WebProNews outlines GPT-5’s expected leap in reasoning, multimodality, and stability for enterprises, alongside OpenAI’s disclosure that its newest frontier model was substantially built using its own AI systems ([GPT-5 and the Great AI Arms Race](https://www.webpronews.com/openais-gpt-5-and-the-great-ai-arms-race-why-the-next-generation-of-language-models-could-reshape-enterprise-computing/))[^2] and ([The Ouroboros Moment](https://www.webpronews.com/the-ouroboros-moment-openai-says-its-newest-ai-was-built-by-ai-itself-and-the-industry-is-taking-notice/))[^3]. [^1]: Adds: internal growth, funding scale/valuation, ads, and “imminent model update” context vs Anthropic. [^2]: Adds: what GPT-5 aims to improve (reasoning, context, multimodal) and enterprise implications. [^3]: Adds: AI-built-AI development details and safety/oversight considerations.

calendar_today 2026-02-09
openai chatgpt gpt-5 anthropic softbank

UK/NY AI rules meet adversarial safety: what backend/data teams must change

AI governance is shifting from voluntary guidelines to binding obligations while labs formalize adversarial and constitutional safety methods, raising new requirements for evaluation, logging, and incident reporting. The UK is proposing mandatory registration, pre‑release safety testing, and incident reporting for frontier models enforced via the AI Safety Institute, moving beyond voluntary pledges [Inside the Scramble to Tame AI: Why the UK’s New Regulatory Push Could Reshape the Global Tech Order](https://www.webpronews.com/inside-the-scramble-to-tame-ai-why-the-uks-new-regulatory-push-could-reshape-the-global-tech-order/)[^1]. New York is advancing transparency and impact‑assessment bills for high‑risk AI decisions [Albany’s AI Reckoning: Inside New York’s Ambitious Bid to Become America’s Toughest Regulator of Artificial Intelligence](https://www.webpronews.com/albanys-ai-reckoning-inside-new-yorks-ambitious-bid-to-become-americas-toughest-regulator-of-artificial-intelligence/)[^2], while labs push adversarial reasoning and constitutional alignment to harden model behavior [Inside Adversarial Reasoning: How AI Labs Are Teaching Models to Think by Fighting Themselves](https://www.webpronews.com/inside-adversarial-reasoning-how-ai-labs-are-teaching-models-to-think-by-fighting-themselves/)[^3] [Thoughts on Claude's Constitution](https://windowsontheory.org/2026/01/27/thoughts-on-claudes-constitution/ct assessments, and penalties. [^3]: Explains adversarial debate/self‑play and automated red‑teaming as next‑gen training/eval methods. [^4]: An OpenAI researcher’s critique of Anthropic’s Claude Constitution and implications for alignment practice.

calendar_today 2026-02-09
openai anthropic google-deepmind meta uk-ai-safety-institute

Codex 5.3 vs Opus 4.6: agentic speed vs long‑context depth

OpenAI's GPT-5.3 Codex and Anthropic's Claude Opus 4.6 arrive with distinct strengths—Codex favors faster agentic execution while Opus excels at long-context reasoning and consistency—so choose based on workflow fit, not hype. Independent hands-on comparisons report Codex 5.3 is snappier and stronger at end-to-end coding actions, while Opus 4.6 is more reliable with context and less babysitting for routine repo tasks, with benchmark numbers and capabilities outlining the trade-offs in real projects ([Interconnects](https://www.interconnects.ai/p/opus-46-vs-codex-53)[^1], [Tensorlake](https://www.tensorlake.ai/blog/claude-opus-4-6-vs-gpt-5-3-codex)[^2]). Opus adds agent teams, 1M-token context (beta), adaptive effort controls, and Codex claims ~25% speed gains and agentic improvements, underscoring a shift toward practical, multi-step workflows ([Elephas](https://elephas.app/resources/claude-opus-4-6-vs-gpt-5-3-codex)[^3]). [^1]: Adds: Usability differences from field use; Opus needs less supervision on mundane tasks while Codex 5.3 improved but can misplace/skip files. [^2]: Adds: Concrete benchmarks (SWE Bench Pro, Terminal Bench 2.0, OSWorld) and scenario-based comparison for UI/data workflows. [^3]: Adds: Feature deltas (Agent Teams, 1M context, adaptive thinking) and speed claims/timing details across both launches.

calendar_today 2026-02-09
openai anthropic gpt-53-codex claude-opus-46 claude-code

Agent Skills + System Memory for Consistent, Domain-Aware Agents

Packaging domain knowledge as reusable agent skills and pairing it with system-level memory makes AI coding agents follow your conventions, integrate with your SDKs, and avoid costly context churn. Define Skills as SKILL.md packages with metadata, instructions, and optional scripts that distribute across Claude, Cursor, and Copilot via a common layer like skills.sh, then apply pragmatic guidance on authoring domain skills ([DEV post](https://dev.to/triggerdotdev/skills-teaching-ai-agents-to-act-consistently-33f4)[^1]; [Medium guide](https://jpcaparas.medium.com/how-to-build-agent-skills-that-actually-work-35dcb9f9390b?source=rss-8af100df272------2)[^2]). Address the "limited loop" by adding durable, queryable memory to cut re-derivation and churn ([Weaviate blog](https://weaviate.io/blog/limit-in-the-loopons, and domain gotchas into effective skills. [^3]: Adds: Frames memory as a systems problem and proposes continuity to avoid agent churn and repeated work. [^4]: Adds: Evidence that pure in‑context learning is unreliable, motivating persistent memory beyond prompt stuffing.

calendar_today 2026-02-09
anthropic claude cursor github-copilot skillssh

Agentic coding enters IDEs, CI, and docs with MCP and stronger guardrails

Agentic coding is moving into mainstream tooling as Xcode 26.3, GitHub Actions pilots, and new Google offerings converge on guarded, MCP-compatible agents across IDEs, CI, and authoritative docs. Xcode 26.3 expands integrated agentic coding for Claude and Codex, adds Model Context Protocol support, and lets agents verify UI via Previews for iterative fixes and planning.[^1] GitHub Next is piloting Agentic Workflows for Actions with strict defaults, while Google advances an agent‑first stack via Antigravity and a Developer Knowledge API plus MCP server that enables assistants to retrieve official docs at runtime.[^2][^3][^4] [^1]: https://www.infoq.com/news/2026/02/xcode-26-3-agentic-coding/ — Details on Xcode 26.3 agent capabilities, MCP support, and verification via Previews. [^2]: https://www.amplifilabs.com/post/css-scope-hits-baseline-github-agentic-workflows-oss-trust-tools — Newsletter coverage of GitHub Agentic Workflows and safety guardrails. [^3]: https://antigravity.im/ — Independent guide outlining Google Antigravity’s agent‑first IDE and multi‑agent orchestration. [^4]: https://devops.com/google-launches-developer-knowledge-api-to-give-ai-tools-access-to-official-documentation/ — Overview of Google’s Developer Knowledge API and MCP server for authoritative documentation retrieval.

calendar_today 2026-02-09
xcode anthropic claude-agent claude-code openai

Opus 4.6 Agent Teams vs GPT-5.3 Codex: multi‑agent coding arrives for real SDLC work

Anthropic's Claude Opus 4.6 brings multi-agent "Agent Teams" and a 1M-token context while OpenAI's GPT-5.3-Codex counters with faster, stronger agentic coding, together signaling a step change in AI-assisted development. Opus 4.6 adds team-based parallelization in Claude Code, long‑context retrieval gains, adaptive reasoning/effort controls, and Office sidebars, with pricing unchanged [Data Points](https://www.deeplearning.ai/the-batch/claude-opus-4-6-pushes-the-envelope/)[^1] and launch coverage framing initial benchmark leads at release [AI Collective](https://aicollective.substack.com/p/the-brief-anthropics-opus-46-agent)[^2]. OpenAI’s GPT‑5.3‑Codex posts top results on SWE‑Bench Pro and Terminal‑Bench 2.0 and helped debug its own training pipeline [Data Points](https://www.deeplearning.ai/the-batch/claude-opus-4-6-pushes-the-envelope/)[^3], while practitioners surface Claude Code’s new Auto‑Memory behavior/controls for safer long‑running projects [Reddit](https://www.reddit.com/r/ClaudeCode/comments/1qzmofn/how_claude_code_automemory_works_official_feature/)[^4] and Anthropic leaders say AI now writes nearly all their internal code [India Today](https://www.indiatoday.in/technology/news/story/anthropic-says-ai-writing-nearly-100-percent-code-internally-claude-basically-writes-itself-now-2865644-2026-02-09)[^5]. [^1]: Adds: Opus 4.6 features (1M context), long‑context results, adaptive/effort/compaction API controls, and unchanged pricing. [^2]: Adds: Agent Teams in Claude Code, Office (Excel/PowerPoint) sidebars, 1M context, and benchmark framing at launch. [^3]: Adds: GPT‑5.3‑Codex benchmarks, 25% speedup, availability, and self‑use in OAI’s training/deployment pipeline. [^4]: Adds: Concrete Auto‑Memory details (location, 200‑line cap) and disable flag for policy compliance. [^5]: Adds: Real‑world claim of near‑100% AI‑written internal code at Anthropic, indicating mature SDLC use.

calendar_today 2026-02-09
anthropic openai claude-opus-46 claude-code gpt-53-codex

Yahoo Finance spotlights momentum for Anthropic’s Claude Code

A Yahoo Finance piece signals growing momentum for Anthropic's Claude Code among developers, suggesting rising enterprise interest in AI coding assistants. The coverage of [Anthropic's Claude Code gaining traction](https://finance.yahoo.com/news/anthropics-claude-code-taking-over-025000342.html)[^1] underscores potential implications for engineering productivity and vendor selection. [^1]: Adds: Market-facing report highlighting perceived adoption trends and business context.

calendar_today 2026-02-07
anthropic claude-code yahoo-finance claude code-assistants

VS Code Copilot Chat v0.38 (pre-release): Claude GA, memory tool, and CLI integration updates

VS Code Copilot Chat v0.38 (pre-release) introduces Claude graduating from preview, Anthropic memory tooling (including local memory), a rename of /summarize to /compact with optional instructions, and Copilot CLI integration migration. See the extension’s pre-release notes for Anthropic memory tool support and checks, Claude graduation, /summarize ➜ /compact, subagent improvements, hooks stopReason/warningMessage, telemetry fixes, and the Copilot CLI integration migration [release notes](https://github.com/microsoft/vscode-copilot-chat/releases)[^1]. For enterprise enablement and procurement, this guide outlines how to subscribe to GitHub Copilot via Azure [implementation path](https://medium.com/@addozhang/subscribing-to-github-copilot-via-azure-enterprise-ai-programming-assistant-implementation-path-2504adeff1d8)[^2]. [^1]: Adds: Official v0.38 pre-release changelog with specific features and fixes. [^2]: Adds: Enterprise subscription route via Azure for rolling out Copilot.

calendar_today 2026-02-07
vs-code-copilot-chat github-copilot copilot-cli claude claude-code

Hands-on: Claude Opus 4.6 nails non‑agentic coding; GPT‑5.3 Codex lacks API

A 48-hour hands-on found Claude Opus 4.6 delivering perfect non-agentic coding results while GPT‑5.3 Codex looks strong in benchmarks but still lacks API access for validation. In this test-run, Opus 4.6 hit 100% across 11 single-shot coding tasks (including 3D layout, SVG composition, and legal-move chess) and contradicted popular benchmark narratives, while Codex couldn’t be reproduced due to no API access yet per this report [I Spent 48 Hours Testing Claude Opus 4.6 & GPT-5.3 Codex](https://medium.com/@info.booststash/i-spent-48-hours-testing-claude-opus-4-6-gpt-5-3-codex-004adc046312)[^1]. [^1]: Adds: hands-on results, examples, benchmark context, and note on GPT‑5.3 Codex API unavailability.

calendar_today 2026-02-07
claude-opus-46 gpt-53-codex anthropic openai terminal-bench

Pin Claude Code CLI to the stable channel for reliability on Windows

Switching Claude Code CLI to the stable update channel can resolve recent 'latest' channel issues reported on Windows. A user reports that running `claude doctor` to check the channel, switching it to `stable`, and then `claude update` fixed major Windows bugs in the CLI ([Reddit PSA](https://www.reddit.com/r/ClaudeAI/comments/1qxs2jk/psa_claude_code_cli_has_a_stable_update_channel/))[^1]. Pinning your CLI channel also improves reproducibility across dev machines and CI. [^1]: Adds: user-verified workaround with commands and context about 'latest' vs 'stable' channels on Windows.

calendar_today 2026-02-07
claude-code-cli anthropic windows cli version-pinning

Claude Code Opus 4.6 adds Fast mode and native Agent Teams

Claude Code now ships Fast mode for Opus 4.6 and native Agent Teams, plus a hotfix that makes /fast immediately available after enabling extra usage. Release notes confirm Fast mode for Opus 4.6 and the /fast availability fix, with setup docs for toggling and usage [here](https://github.com/anthropics/claude-code/releases)[^1] and [here](https://code.claude.com/docs/en/fast-mode)[^2]. Walkthroughs show how to stand up Agent Teams and add lightweight persistent memory so the agent keeps project context across sessions [here](https://www.youtube.com/watch?v=QXqnZsPLix8&pp=ygUSQ2xhdWRlIENvZGUgdXBkYXRl0gcJCZEKAYcqIYzv)[^3] and [here](https://www.youtube.com/watch?v=ryqpGVWRQxA&pp=ygUSQ2xhdWRlIENvZGUgdXBkYXRl)[^4]. [^1]: Adds: official v2.1.36/37 release notes (Fast mode enabled for Opus 4.6; /fast availability fix) and prior sandbox bug fix. [^2]: Adds: official Fast mode documentation and guidance. [^3]: Adds: hands-on demo and setup steps for native Agent Teams in Claude Code V3. [^4]: Adds: tutorial to implement persistent memory so Claude retains codebase context.

calendar_today 2026-02-07
anthropic claude-code claude-opus-46 fast-mode agent-teams

Anthropic Claude outage underscores need for LLM API resilience

Anthropic’s Claude models experienced a brief outage with elevated API error rates that caused Claude Code to throw errors, highlighting the fragility of single-provider LLM dependencies ([newsletter report](https://link.mail.beehiiv.com/ss/c/u001.NDEKvrcAp36_oNtoPadwAG91esdHLmabSnpMax7wgCsiGORjNCvDUp9Gw0VFLnyVwXRPuiDLzxNzDXPGUmSVGG25YNkkV8ycApTpQWqn8t9bQFPfsoQAYGppLhqC345Ub4AOkH6c8DgV-fKbVHYDEUTkqDxfilrEx72OM_GrDNE/4nv/XLFAwK_5TQaJxvH3RGB7Yg/h23/h001.alqlfPOSg9VCYsUs_5oPGflmI0ZZDq5l324cbx-T8mY)[^1]. For teams calling Claude in services, IDEs, or pipelines, plan for transient failures with timeouts, retries/backoff, circuit breakers, and fallbacks. [^1]: Adds: newsletter report on Claude outage and elevated API error rates affecting Claude Code.

calendar_today 2026-02-04
anthropic claude claude-code api resilience-patterns