grep -r "anthropic" /news · homesearch
grep -rli "anthropic" /news

anthropic

Full-text search across 1 articles. Combine with topic and date filters; results sorted by relevance.

results 1
06:15
2026-05-24
dev.to
artificial-intelligence

Tried using the Claude Platform on AWS

The Claude Platform on AWS is now generally available, allowing users to access Anthropic's native Claude API directly through their AWS account with integrated IAM authentication, AWS billing, and CloudTrail auditing. N…

01:03
2026-05-24
dev.to
artificial-intelligence

AI Citations: how ChatGPT, Claude, Gemini cite sources

Based on the article, AI Citation optimization is a practice focused on structuring content so that AI engines like ChatGPT, Claude, and Gemini select it as a source, which is distinct from traditional SEO. The framework…

15:24
2026-05-23
dev.to
developer-tools

Why Zed Is Replacing VS Code in My AI-Augmented Workflow

Zed is a Rust-based code editor that offers significantly faster performance than VS Code by using a custom GPU-accelerated UI framework instead of Electron, making it ideal for AI-augmented workflows. It features native…

11:47
2026-05-23
dev.to
artificial-intelligence

Build AI Agents with Hot Dev

Here is a factual summary of the article: The article explains how to build AI chat agents with two distinct memory scopes using Hot Dev: a Personal Mode that remembers user-specific information across devices, and a Te…

11:47
2026-05-23
dev.to
artificial-intelligence

Build AI Agents with Personal and Team Memory in Hot Dev

The article explains how to build AI chat agents with two types of memory using Hot Chat: Personal Mode, which remembers user-specific information across devices and sessions, and Team Mode, which shares memory among all…

11:05
2026-05-23
dev.to
developer-tools

Why shadow DOM beat iframe for inline tooltips

The article explains that using Shadow DOM for inline tooltips in a Chrome extension is superior to iframes because it avoids font mismatch issues (like FOUC) and allows seamless inheritance of host-page font rendering w…

10:19
2026-05-23
dev.to
artificial-intelligence

Building a Private RAG System: Lessons from a Local-First AI Journal

The article details the technical architecture of DiaryGPT, a private, local-first AI journaling application that processes user data entirely on-device by default using Ollama for embeddings and language models. It expl…

09:04
2026-05-23
dev.to
artificial-intelligence

Agents Need Receipts, Not Just Better Prompts

The article argues that AI agents should produce structured "receipts" rather than just conversational outputs or raw logs, as these receipts provide essential evidence for trust, debugging, and accountability. It outlin…

20:14
2026-05-22
dev.to
artificial-intelligence

We didn't ship a feature, we shipped an agentic opt-in beta

The article describes how the company AgenticBoxes.email rapidly built and deployed an opt-in beta for an MCP server feature in under 12 hours, triggered by a customer request. Instead of a standard feature release, they…

14:53
2026-05-22
github.com
developer-tools

Launch HN: Superset (YC P26) – IDE for the agents era

Superset (YC P26) is a desktop application that orchestrates multiple CLI-based coding agents, such as Claude Code and Codex, across isolated git worktrees to enable parallel task execution without context switching. It …

12:00
2026-05-22
dev.to
developer-tools

Stop juggling AI SDKs in PHP — meet Prisma

Prisma is a lightweight, MIT-licensed PHP package (version 0.4) that provides a unified API for integrating over 25 AI providers across text, image, audio, and video domains, eliminating the need for multiple separate SD…

06:56
2026-05-22
dev.to
artificial-intelligence

📚 The Book Pattern: Progressive Disclosure for AI Agents

AI agents should interact with project documentation using the "progressive disclosure" pattern, modeled after how readers approach technical books. Just as a reader first scans the back cover, preface, and table of cont…