From ca29b73d630bb38b041543d3000110342854ba3e Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sat, 4 Apr 2026 13:59:01 -0700 Subject: [PATCH] Update README.md to enhance feature comparison and clarity - Revised the feature comparison table for OpenHuman and its competitors, improving descriptions and adding clarity to the open-source status, simplicity, memory capabilities, API complexity, extensibility, and desktop integrations. - Streamlined language for better readability and user understanding of OpenHuman's advantages. - Removed outdated sections to focus on current capabilities and improve overall document quality. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bd5eb7a15..9a6c5502d 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,15 @@ Architecture: [`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md). Contributor orient High-level comparison (products evolveβ€”verify against each vendor). OpenHuman is built to **minimize vendor sprawl**, keep **workflow knowledge on-device**, and ship **deep desktop** featuresβ€”not only chat. -| | Claude Desktop | OpenClaw | Hermes | OpenHuman | -| ---------------------------------------------------------------------- | ------------------------------------------------------ | ---------------------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------- | -| **Open-source** Is the codebase open to review? | 🚫 Proprietary client | βœ… MIT License | βœ… MIT License | βœ… GNU License | -| **Cost** How expensive is to run? | ⚠️ Subscription + **add-on** tool/API costs | ⚠️ Tied to **models & hosting** you choose | ⚠️ Tied to **models & hosting** you choose | βœ… **Cost optimized** with the option to run many things locally for free | -| **Memory & Knowledge Base (KB)** | βœ… Built-in **memory**; mostly **chat/session** scoped | 🚫 Often needs **plugins** for richer behavior | βœ… **Reflection** / task loops (typical) | βœ… **Local KB** + learning from **your** activity & data (GMail, Notion etc... via skills) & prompts | -| **API spagetti** How complex is it to hook mulitple features together? | 🚫 Claude bill + often **extra keys** for MCP/tools | 🚫 **BYOK** / **multi-vendor** common | 🚫 **Multiple providers** common | βœ… **One account**, **bundled** platform APIs | -| **Extensibility** | βœ… **MCP** (different model than sandboxed skills) | βœ… lugin Architecture (SKILL.md) | βœ… Plugin Architecture (SKILL.md) | βœ… **Rich Skills** with ability to have realtime updates, local DB & more | -| **Desktop integrations** | ⚠️ Desktop app & access to folders | ⚠️ Often **lighter** native surface | ⚠️ Often **lighter** native surface | βœ… **STT**, **TTS**, **screen intelligence**, **memory-aware autocomplete** and a whole lot more | +| | Claude Code/Cowork/Desktop | OpenClaw | Hermes Agent | OpenHuman | +| ------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------- | +| **Open-source**: Is the codebase open to review? | 🚫 Proprietary client | βœ… MIT License | βœ… MIT License | βœ… GNU License | +| **Simple**: Is it simple to get started? | βœ… Simple Desktop App + CLI | ⚠️ Terminal first and often complex | ⚠️ Terminal first and often complex | βœ… Simple, Clean UI/UX. Get started within minutes | +| **Cost**: How expensive is to run? | ⚠️ Subscription + **add-on** tool/API costs | ⚠️ Tied to **models & hosting** you choose | ⚠️ Tied to **models & hosting** you choose | βœ… **Cost optimized** with the option to run many things locally for free | +| **Memory & Knowledge Base (KB)**: Does the agent know you and your world? | βœ… Built-in **memory**; mostly **chat/session** scoped | ⚠️ Has a local memory but often needs **plugins** for richer behavior | βœ… **Reflection** / task loops (typical) | βœ… **Local KB** + learning from **your** activity & data (GMail, Notion etc... via skills) & prompts | +| **API spagetti**: How complex is it to hook mulitple features together? | 🚫 Claude bill + often **extra keys** for MCP/tools | 🚫 **BYOK** / **multi-vendor** common | 🚫 **Multiple providers** common | βœ… **One account**, **bundled** platform APIs | +| **Extensibility**: Can you add rich features into it? | βœ… **MCP** (different model than sandboxed skills) | βœ… lugin Architecture (SKILL.md) | βœ… Plugin Architecture (SKILL.md) | βœ… **Rich Skills** with ability to have realtime updates, local DB & more | +| **Desktop integrations**: Can it integrate into your desktop completely? | ⚠️ Desktop app & access to folders | ⚠️ Often **lighter** native surface | ⚠️ Often **lighter** native surface | βœ… **STT**, **TTS**, **screen intelligence**, **memory-aware autocomplete** and a whole lot more |