From 8ef6c645a1ae02820ea52849595f536daad2916c Mon Sep 17 00:00:00 2001 From: Durgesh Date: Tue, 10 Mar 2026 00:50:24 +0530 Subject: [PATCH] feat: add Anthropic Claude to AI resources --- .../artificial_intelligence/artificial_intelligence.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/artificial_intelligence/artificial_intelligence.json b/database/artificial_intelligence/artificial_intelligence.json index 386be1cc0..e64de2f9b 100644 --- a/database/artificial_intelligence/artificial_intelligence.json +++ b/database/artificial_intelligence/artificial_intelligence.json @@ -26,5 +26,12 @@ "url": "https://www.memfree.me", "category": "ai", "subcategory": "artificial_intelligence" + }, + { + "name": "Anthropic Claude", + "description": "A next-generation AI assistant by Anthropic for analysis, writing, coding and more.", + "url": "https://claude.ai", + "category": "ai", + "subcategory": "artificial_intelligence" } ]