Konsey: a multi-LLM council where a model can't verify its own output

작성자

카테고리:

← 피드로
DEV Community · Hakan Kılıç · 2026-06-11 개발(SW)

Hakan Kılıç

a single LLM to grade its own answer is a conflict of interest. So I built Konsey — a small, MIT-licensed orchestration CLI that runs several providers as a council.

How it works: independent providers each plan, an adversarial critic attacks the plans, and a *different* provider verifies the result. The rule is hard: the producer never verifies its own output. It's a 9-state loop (plan → critique → synthesize → execute → verify → decide) with an append-only DuckDB audit trail.

Why it might matter to you:

- Vendor-neutral: Claude, Codex, Gemini — or a local Ollama / llama.cpp model. Config-driven, one line to swap.
- Local-first: run fully offline; nothing leaves your machine (good for PHI/regulated work).
- Layered, opt-in safety: strict/medium/weak levels, secret + PHI scanning.
- Chat connectors (Telegram, Notion, Slack, WhatsApp) with the same risk gate on every channel.

Install (two deps, langgraph + duckdb):

Enter fullscreen mode Exit fullscreen mode

curl -fsSL https://raw.githubusercontent.com/eMediquality/konsey/v0.2.0/install.sh | KONSEY_REF=v0.2.0 bash


Repo + docs: https://github.com/eMediquality/konsey — feedback and contributors very welcome.

Enter fullscreen mode Exit fullscreen mode

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다