Skip to content

Commit 4cb5da1

Browse files
GeneAIclaude
authored andcommitted
docs: Update marketing posts for v2.3.0 and ignore drafts
- Update LINKEDIN_POST.md with v2.3 features (ModelRouter, 80% savings) - Update SHOW_HN_POST.md with v2.3 messaging - Add docs/marketing/drafts/ to .gitignore (keep internal content local) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c27b9f9 commit 4cb5da1

File tree

3 files changed

+82
-125
lines changed

3 files changed

+82
-125
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ patterns/tech_debt_demo/
129129

130130
# Consolidated wizards (working directory)
131131
wizards_consolidated/
132+
133+
# Marketing drafts (internal only)
134+
docs/marketing/drafts/

docs/marketing/LINKEDIN_POST.md

Lines changed: 20 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,41 @@
1-
# LinkedIn Announcement: Empathy Framework
1+
# LinkedIn Announcement: Empathy Framework v2.3
22

3-
## The AI collaboration framework that predicts problems before they happen
3+
## Just shipped: AI that remembers you AND costs 80% less
44

5-
Today's AI tools are brilliant but broken for enterprise use.
5+
Every AI conversation starts from scratch. Preferences forgotten. Context lost.
66

7-
They're **stateless** — forgetting everything between sessions.
8-
They're **cloud-dependent** — your proprietary code leaves your infrastructure.
9-
They're **isolated** — unable to coordinate with other agents or teams.
10-
They're **reactive** — waiting for problems instead of preventing them.
11-
They're **expensive** — every query costs the same, regardless of complexity.
7+
And you're paying Opus prices ($15/M tokens) for tasks Haiku could handle ($0.25/M).
128

13-
I built the Empathy Framework to solve all five.
9+
I built Empathy Framework to fix both. v2.3 just shipped.
1410

1511
---
1612

17-
### What Makes Empathy Different
13+
**What's new:**
1814

19-
**Memory That Persists**
20-
Dual-layer architecture: git-based pattern storage for long-term knowledge (version-controlled, no infrastructure required), optional Redis for real-time multi-agent coordination. What one agent learns today informs decisions tomorrow. Works anywhere — students use just git, enterprises add Redis for team coordination.
15+
**1. Smart Model Routing (80% savings)**
16+
Auto-picks Haiku/Sonnet/Opus based on task complexity.
17+
Real numbers: $4.05/task → $0.83/task
2118

22-
**Enterprise-Ready**
23-
Your data stays local. Nothing leaves your infrastructure. Built-in compliance patterns for HIPAA, GDPR, and SOC2. Full audit trail — every action logged, exportable, searchable.
19+
**2. Persistent Memory**
20+
Preferences survive across sessions. Bug patterns accumulate. Your AI actually learns.
2421

25-
**Anticipatory Intelligence**
26-
Predicts issues 30-90 days ahead. Security vulnerabilities, performance degradation, compliance gaps — caught before they become urgent. Prevention over reaction.
27-
28-
**Multi-Agent Orchestration**
29-
Empathy OS manages human↔AI and AI↔AI collaboration. Specialized agents working in concert with trust management, feedback loops, and conflict resolution when agents disagree.
30-
31-
**Performance & Cost**
32-
Smart model routing: detection models triage, capable models decide. Plus persistent memory eliminates repeated context — no more wasting tokens re-explaining what your AI should already know. Sub-millisecond coordination between agents.
33-
34-
**Code Health Assistant** *(New in v2.2)*
35-
One command runs lint, format, type checks, tests, security, and dependency audits. Auto-fix safe issues. Track health scores over time. Find hotspots before they become problems.
36-
37-
```bash
38-
empathy health # Quick check
39-
empathy health --deep # Full analysis
40-
empathy health --fix # Auto-fix issues
41-
```
22+
**3. Claude Code Integration**
23+
`empathy sync-claude` syncs patterns to `.claude/rules/` — Claude Code loads your team's history at session start.
4224

4325
---
4426

45-
### For Builders
46-
47-
30+ production wizards included: security, performance, testing, documentation, accessibility, compliance.
48-
49-
Agent toolkit to build custom agents that inherit memory, trust, and anticipatory capabilities.
50-
51-
5-level progression built in — your agents evolve from reactive to anticipatory automatically.
27+
**Quick start:**
5228

53-
---
54-
55-
### Quick Start
56-
57-
```bash
29+
```
5830
pip install empathy-framework
59-
empathy-memory serve
6031
```
6132

62-
Two commands. For full features, Redis auto-starts. Long-term pattern storage requires zero infrastructure — it's git-based and lives in your repo.
63-
6433
---
6534

66-
### Pricing
67-
68-
| Tier | Price | Includes |
69-
|------|-------|----------|
70-
| **Free** | $0 | Students, educators, teams ≤5 employees |
71-
| **Commercial** | $99/dev/year | Full framework, priority support |
72-
| **Enterprise** | Contact us | Custom deployment, SLA, training |
73-
74-
Fair Source 0.9 licensed — auto-converts to Apache 2.0 on January 1, 2029.
75-
76-
---
77-
78-
### Use Case: AI Nurse Florence
79-
80-
We built Florence, a healthcare assistant, on Empathy Framework:
81-
- HIPAA-compliant memory with encrypted pattern storage
82-
- Clinical protocol support (SBAR, SOAP notes)
83-
- Enterprise-grade privacy controls
84-
85-
It demonstrates what's possible when AI has persistent memory and compliance built in.
86-
87-
---
88-
89-
### Get Started
90-
91-
**Install:** `pip install empathy-framework`
92-
93-
**GitHub:** https://github.com/Smart-AI-Memory/empathy
94-
95-
**Contact:** [email protected]
96-
97-
I'd welcome your feedback on the approach. What would make this useful for your team?
98-
99-
---
35+
**Links:**
36+
- GitHub: github.com/Smart-AI-Memory/empathy-framework
37+
- Live Demo: empathy-framework.vercel.app/tools/debug-wizard
10038

101-
*Built by [Smart AI Memory](https://smartaimemory.com)*
39+
What would you build with an AI that remembers—and costs 80% less?
10240

103-
#AI #DevOps #EnterpriseAI #ArtificialIntelligence #SoftwareEngineering #MachineLearning #AIOrchestration #DeveloperTools #OpenSource
41+
#AI #Python #Claude #DevTools #CostOptimization

docs/marketing/SHOW_HN_POST.md

Lines changed: 59 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,91 @@
1-
# Show HN: Empathy Framework AI collaboration with persistent memory
1+
# Show HN: Empathy Framework v2.3 – Persistent AI memory + 80% cost savings
22

3-
**Title:** Empathy Framework AI collaboration with persistent memory and multi-agent orchestration
3+
**Title:** Empathy Framework v2.3 – Persistent AI memory + smart model routing (80% cost savings)
44

5-
**URL:** https://github.com/Smart-AI-Memory/empathy
5+
**URL:** https://github.com/Smart-AI-Memory/empathy-framework
66

77
---
88

9-
I've been building AI tools for healthcare and software development. The biggest frustration? Every AI session starts from zero. No memory of what you worked on yesterday, no patterns learned across projects, no coordination between agents.
9+
I've been building AI tools and got tired of two problems: every session starts from zero, and I was paying Opus prices for simple tasks.
1010

11-
So I built the Empathy Framework.
11+
So I built Empathy Framework. v2.3 just shipped with major cost optimization.
1212

13-
**The five problems it solves:**
13+
**The 80% cost savings:**
1414

15-
1. **Stateless** — AI forgets everything between sessions. Empathy has dual-layer memory: git-based pattern storage for long-term knowledge (no infrastructure required), optional Redis for real-time coordination.
15+
New ModelRouter automatically picks the right model tier:
1616

17-
2. **Cloud-dependent** — Your code goes to someone else's servers. Empathy runs entirely local-first. Memory lives in your repo, version-controlled like code.
17+
```python
18+
from empathy_llm_toolkit import EmpathyLLM
19+
20+
llm = EmpathyLLM(provider="anthropic", enable_model_routing=True)
21+
22+
# Summaries → Haiku ($0.25/M tokens)
23+
# Code gen → Sonnet ($3/M tokens)
24+
# Architecture → Opus ($15/M tokens)
25+
```
26+
27+
Real numbers: $4.05/task → $0.83/task. That's 80% savings by just using the right model for each task.
1828

19-
3. **Isolated** — AI tools can't coordinate. Empathy has built-in multi-agent orchestration (Empathy OS) for human↔AI and AI↔AI collaboration.
29+
**The memory problem:**
2030

21-
4. **Reactive** — AI waits for you to find problems. Empathy predicts issues 30-90 days ahead using pattern analysis.
31+
AI forgets everything between sessions. Tell it you prefer type hints? Gone next time. Empathy adds persistent memory:
32+
33+
```python
34+
llm = EmpathyLLM(provider="anthropic", memory_enabled=True)
35+
36+
await llm.interact(
37+
user_id="me",
38+
user_input="I prefer Python with type hints"
39+
)
40+
# Survives across sessions
41+
```
2242

23-
5. **Expensive** — Every query costs the same, and you waste tokens re-explaining context. Empathy routes smartly (cheap models detect, capable models decide) AND eliminates repeated context — no more re-teaching your AI what it should already know.
43+
**New in v2.3:**
44+
45+
1. **ModelRouter** — Automatic Haiku/Sonnet/Opus selection based on task complexity
46+
2. **`empathy sync-claude`** — Sync learned patterns to Claude Code's `.claude/rules/` directory
47+
3. **Debug Wizard** — Web UI at empathy-framework.vercel.app/tools/debug-wizard that remembers past bugs
48+
49+
**How the memory works:**
50+
51+
- Git-based pattern storage (no infrastructure needed)
52+
- Optional Redis for real-time coordination
53+
- Bug patterns, security decisions, coding preferences all persist
2454

2555
**What's included:**
2656

27-
- **Code Health Assistant** (`empathy health`) — lint, format, types, tests, security in one command with auto-fix
28-
- **Pattern-based code review** (`empathy review`) — catches bugs before they happen based on your team's history
29-
- Memory Control Panel CLI (`empathy-memory serve`) and REST API
30-
- 30+ production wizards (security, performance, testing, docs, accessibility)
31-
- Agent toolkit to build custom agents that inherit memory and prediction
32-
- Healthcare suite with HIPAA-compliant patterns (SBAR, SOAP notes)
33-
- Works with Claude, GPT-4, Ollama, or your own models
57+
- `empathy-inspect` — unified code inspection (lint, security, tests, tech debt)
58+
- SARIF output for GitHub/GitLab code scanning
59+
- HTML dashboard reports
60+
- 30+ production wizards (security, performance, testing, docs)
61+
- Works with Claude, GPT-4, or Ollama
3462

3563
**Quick start:**
3664

3765
```bash
3866
pip install empathy-framework
39-
empathy health # Check code health
40-
empathy health --fix # Auto-fix safe issues
41-
empathy-memory serve # Start memory server
4267
```
4368

44-
That's it. Redis auto-starts for real-time features, but long-term pattern storage works with just git — no infrastructure needed for students and individual developers.
45-
46-
**Example:**
47-
4869
```python
49-
from empathy_os import EmpathyOS
50-
51-
os = EmpathyOS()
52-
53-
result = await os.collaborate(
54-
"Review this deployment pipeline for problems",
55-
context={"code": pipeline_code}
70+
llm = EmpathyLLM(
71+
provider="anthropic",
72+
memory_enabled=True,
73+
enable_model_routing=True
5674
)
5775

58-
print(result.current_issues) # What's wrong now
59-
print(result.predicted_issues) # What will break in 30-90 days
60-
print(result.prevention_steps) # How to prevent it
76+
await llm.interact(user_id="dev", user_input="Review this code")
6177
```
6278

63-
**Licensing:**
64-
65-
Fair Source 0.9 — Free for students, educators, and teams ≤5 employees. Commercial license $99/dev/year. Auto-converts to Apache 2.0 on January 1, 2029.
79+
**Licensing:** Fair Source 0.9 — Free for students and teams ≤5. $99/dev/year commercial. Auto-converts to Apache 2.0 on Jan 1, 2029.
6680

6781
**What I'm looking for:**
6882

69-
- Feedback on the memory architecture (git-based patterns + optional Redis)
70-
- Ideas for cross-domain pattern transfer (healthcare insights → software)
71-
- Integration suggestions (CI/CD, IDE, pre-commit hooks?)
83+
- Feedback on the model routing approach
84+
- Ideas for other cost optimizations
85+
- Integration suggestions (CI/CD, pre-commit hooks?)
86+
87+
GitHub: https://github.com/Smart-AI-Memory/empathy-framework
7288

73-
GitHub: https://github.com/Smart-AI-Memory/empathy
89+
Live demo: https://empathy-framework.vercel.app/tools/debug-wizard
7490

75-
Happy to answer questions about the architecture or use cases.
91+
Happy to answer questions.

0 commit comments

Comments
 (0)