惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
量子位
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
B
Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
A
About on SuperTechFans
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
H
Help Net Security
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - OpenCognit/Opencognit: The open-source AI agent ...
otnap · 2026-04-18 · via Hacker News - Newest: "AI"

x_banner

Build Your Zero Human Company.

The AI agent orchestration OS — CEO orchestrator, persistent memory, real execution, atomic budgets. Self-hosted. No cloud lock-in.

Commercial License Node.js 20+ TypeScript GitHub Stars

Star History Chart


⚠️ License Change Notice

This repository contains OpenCognit Community Edition v0.9.0, the final AGPL-3.0 release.

As of June 2026, OpenCognit is no longer open source. Active development continues under a commercial license as OpenCognit Pro.

The Community Edition remains available under AGPL-3.0 but is no longer maintained. Security patches and new features are exclusive to Pro.

Read the full announcement →


What is OpenCognit?

OpenCognit is an AI agent orchestration OS — not a chatbot, not a single-agent wrapper. It runs a virtual company of autonomous AI agents that work together without you watching.

You set a goal. The CEO agent breaks it down, assigns tasks to specialists, reviews their work with a built-in Critic loop, and escalates blockers — while you sleep.

You → Goal → CEO Agent → Dev Agent → Writer Agent → Researcher Agent
                 ↑               ↓              ↓
          Persistent Memory ←── Critic ←── Results ←────┘

OpenCognit Pro vs Community Edition

Feature Community Edition (AGPL) OpenCognit Pro
License AGPL-3.0 Commercial
Active Development ❌ Archived ✅ Continuous
Security Patches ❌ None ✅ Monthly
Docker Sandbox ❌ Blocklist only ✅ Mandatory isolation
PostgreSQL Support ⚠️ Experimental ✅ Production-ready
Audit Logging ✅ Full compliance trail
Per-Tenant Rate Limiting
SSO / SAML ✅ Enterprise
Support ✅ Email + Priority
Price Free From €29/mo

Core Features

  • CEO Orchestrator — Extended Thinking before delegation
  • Persistent Memory — MemPalace + Semantic + SOUL documents per agent
  • Critic Loop — Every output reviewed before "done"
  • Atomic Budgets — Hard limits enforced at the cent level
  • Task DAG — Dependencies auto-resolve, downstream tasks unlock
  • War Room — Live agent grid with real-time execution traces
  • Org Chart — Agent hierarchies, roles, and peer meetings
  • Plugin System — Custom adapters, widgets, API endpoints
  • MCP Server — Use OpenCognit from Cursor, Claude Code, Windsurf
  • CLI Executor — Live bash streaming with SSE

Quick Start (Community Edition)

⚠️ The Community Edition is provided as-is without support or updates.

# 1. Clone
git clone https://github.com/OpenCognit/opencognit.git
cd opencognit

# 2. Setup
bash setup.sh

# 3. Run
npm run dev

The UI opens at http://localhost:3200. The API runs on http://localhost:3201.


Get OpenCognit Pro

OpenCognit Pro is the actively developed, commercially licensed version with enterprise security, priority support, and regular updates.

Pricing

Plan Price Includes
Solo €29/mo 10 agents, 1 company, email support
Team €99/mo Unlimited agents, 5 companies, SSO, priority support
Enterprise Custom Unlimited everything, SAML, on-premise, SLA

👉 Start Free Trial →


Architecture

┌─────────────────────────────────────────┐
│           React 19 + Vite 6             │
│     Glassmorphism UI, Dark Mode         │
└─────────────┬───────────────────────────┘
              │ REST / SSE / WebSocket
┌─────────────▼───────────────────────────┐
│      Express 5 + SQLite/PostgreSQL      │
│  ┌─────────┐ ┌─────────┐ ┌──────────┐  │
│  │  CEO    │ │ Critic  │ │  Memory  │  │
│  │Orchestr.│ │  Loop   │ │  Palace  │  │
│  └─────────┘ └─────────┘ └──────────┘  │
│  ┌─────────┐ ┌─────────┐ ┌──────────┐  │
│  │  Task   │ │ Budget  │ │  Agent   │  │
│  │   DAG   │ │ Control │ │ Registry │  │
│  └─────────┘ └─────────┘ └──────────┘  │
└─────────────────────────────────────────┘
              │ Adapters (Anthropic, OpenAI, Ollama, ...)
┌─────────────▼───────────────────────────┐
│     LLM Providers + Local Models        │
└─────────────────────────────────────────┘

Tech Stack

Layer Technology
Frontend React 19, Vite 6, Tailwind CSS, Framer Motion
Backend Express 5, TypeScript strict, ESM
Database SQLite (WAL) / PostgreSQL
ORM Drizzle ORM
Auth BetterAuth + JWT fallback
Real-time WebSocket + Server-Sent Events
Validation Zod
Testing Vitest + Playwright

Why the license change?

OpenCognit started as an AGPL project to push the boundaries of autonomous AI agents. After 6 months of development, the reality is clear:

  • AGPL blocks enterprise adoption — legal teams reject it
  • No sustainable funding — 30 stars don't pay server bills
  • Competitors (Paperclip, CrewAI) have 1000× more resources with MIT/Apache

To keep building OpenCognit into a production-grade product, we need a sustainable model. The Community Edition remains free and open (AGPL). Pro funds continued development.

Read the full reasoning →


Community


License

This repository contains OpenCognit Community Edition v0.9.0, licensed under AGPL-3.0.

OpenCognit Pro is licensed under the OpenCognit Commercial License Agreement.

Copyright © 2026 Panto. All rights reserved.