You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Rename "Empathy Framework" to "Empathy" across website
- Update nav, headers, and CTAs to use shorter "Empathy" branding
- Update email templates and product names
- Update FAQ, pricing, book, and contributor pages
- Update metadata and manifest
- Fix pre-order references to reflect book is now available
- Keep "Empathy Framework" in legal pages for formal clarity
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: website/app/faq/page.tsx
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,25 @@ const faqData = [
8
8
category: 'General',
9
9
questions: [
10
10
{
11
-
question: 'What is the Empathy Framework?',
12
-
answer: 'The Empathy Framework is a production-ready 5-level maturity model for AI-human collaboration. It progresses from reactive responses (Level 1) to Level 4 Anticipatory Intelligence that predicts problems before they happen. It includes 30+ production wizards for software development and healthcare applications.',
11
+
question: 'What is Empathy?',
12
+
answer: 'Empathy is a production-ready 5-level maturity model for AI-human collaboration. It progresses from reactive responses (Level 1) to Level 4 Anticipatory Intelligence that predicts problems before they happen. It includes 30+ production wizards for software development and healthcare applications.',
13
13
},
14
14
{
15
15
question: 'What are the 5 levels of AI empathy?',
16
16
answer: 'Level 1: Reactive - Responds only when asked. Level 2: Guided - Asks clarifying questions. Level 3: Proactive - Notices patterns and offers improvements. Level 4: Anticipatory - Predicts future problems before they happen. Level 5: Transformative - Reshapes workflows to prevent entire classes of problems.',
17
17
},
18
18
{
19
19
question: 'What is Long-Term Memory?',
20
-
answer: 'Long-Term Memory is the built-in pattern storage system in the Empathy Framework. It enables AI to remember context, decisions, and patterns across sessions, creating true continuity in your AI-human collaboration and enabling Level 5 Transformative Intelligence.',
20
+
answer: 'Long-Term Memory is the built-in pattern storage system in Empathy. It enables AI to remember context, decisions, and patterns across sessions, creating true continuity in your AI-human collaboration and enabling Level 5 Transformative Intelligence.',
21
21
},
22
22
],
23
23
},
24
24
{
25
25
category: 'Licensing & Pricing',
26
26
questions: [
27
27
{
28
-
question: 'How much does the Empathy Framework cost?',
29
-
answer: 'The Empathy Framework is free for students, educators, and teams with 5 or fewer employees under the Fair Source License 0.9. For businesses with 6+ employees, commercial licensing starts at $99/developer/year, covering all environments (workstation, staging, production, CI/CD).',
28
+
question: 'How much does Empathy cost?',
29
+
answer: 'Empathy is free for students, educators, and teams with 5 or fewer employees under the Fair Source License 0.9. For businesses with 6+ employees, commercial licensing starts at $99/developer/year, covering all environments (workstation, staging, production, CI/CD).',
30
30
},
31
31
{
32
32
question: 'What is the Fair Source License?',
@@ -43,15 +43,15 @@ const faqData = [
43
43
questions: [
44
44
{
45
45
question: 'Which LLM providers are supported?',
46
-
answer: 'The Empathy Framework supports multiple LLM providers including Anthropic Claude, OpenAI GPT-4, Google Gemini, and local models via Ollama. The framework is designed to be provider-agnostic, allowing you to choose the best model for your use case.',
46
+
answer: 'Empathy supports multiple LLM providers including Anthropic Claude, OpenAI GPT-4, Google Gemini, and local models via Ollama. The framework is designed to be provider-agnostic, allowing you to choose the best model for your use case.',
47
47
},
48
48
{
49
49
question: 'What are wizards?',
50
-
answer: 'Wizards are specialized AI agents in the Empathy Framework that anticipate needs and predict problems in specific domains. The framework includes 16+ software development wizards (security, testing, debugging, etc.) and 18+ healthcare wizards (patient monitoring, protocol compliance, etc.).',
50
+
answer: 'Wizards are specialized AI agents in Empathy that anticipate needs and predict problems in specific domains. The framework includes 16+ software development wizards (security, testing, debugging, etc.) and 18+ healthcare wizards (patient monitoring, protocol compliance, etc.).',
51
51
},
52
52
{
53
53
question: 'How is the framework tested?',
54
-
answer: 'The Empathy Framework has 553 tests with 83.13% overall coverage and 95%+ coverage on core modules. It includes comprehensive unit tests, integration tests, and cross-platform compatibility testing.',
54
+
answer: 'Empathy has 553 tests with 83.13% overall coverage and 95%+ coverage on core modules. It includes comprehensive unit tests, integration tests, and cross-platform compatibility testing.',
55
55
},
56
56
{
57
57
question: 'What platforms are supported?',
@@ -63,7 +63,7 @@ const faqData = [
63
63
category: 'Use Cases',
64
64
questions: [
65
65
{
66
-
question: 'What can I build with the Empathy Framework?',
66
+
question: 'What can I build with Empathy?',
67
67
answer: 'You can build anticipatory AI systems for software development (bug prediction, security scanning, test generation), healthcare (patient monitoring, clinical decision support), and any domain where predicting problems before they happen adds value.',
68
68
},
69
69
{
@@ -97,7 +97,7 @@ const faqData = [
97
97
98
98
exportconstmetadata: Metadata=generateMetadata({
99
99
title: 'FAQ',
100
-
description: 'Frequently asked questions about the Empathy Framework, licensing, pricing, and technical details.',
100
+
description: 'Frequently asked questions about Empathy, licensing, pricing, and technical details.',
101
101
url: 'https://smartaimemory.com/faq',
102
102
});
103
103
@@ -129,7 +129,7 @@ export default function FAQPage() {
129
129
Frequently Asked Questions
130
130
</h1>
131
131
<pclassName="text-2xl mb-8 opacity-90">
132
-
Everything you need to know about the Empathy Framework
0 commit comments