정의

란 무엇인가 LeanCTX?

LeanCTX(Lean Context의 약자)는 AI 에이전트를 위한 컨텍스트 엔지니어링 레이어입니다: 어떤 정보를 읽을지 결정하고, 전송할 내용을 압축하며, 학습한 것을 기억하고, 접근하는 것을 보호하며, 저장하는 것을 증명합니다. 따라서 모델 경계를 넘나드는 모든 것은 의도적이고, 압축되며, 증명 가능합니다.

The one-paragraph definition

LeanCTX (short for Lean Context) is the open-source context engineering layer for AI agents. One local Rust binary decides what agents read (10 read modes, 60–90% fewer tokens, ~13-token cached re-reads), remembers what they learn (persistent sessions, knowledge graph), guards what they touch (PathJail, secret redaction, budgets, injection detection), proves what they save (Ed25519-signed ledger, reproducible benchmark) and replays what they saw (git-anchored, signed context snapshots you can restore or share); an optional local proxy compresses what they send — every request’s system prompt, history and tool output, prompt-cache-safe on the wire. Compression — read-side and wire-side — is one of five subsystems, and every original stays locally retrievable. Works with 30+ AI coding tools via MCP and shell hooks; embeds in any agent via a versioned /v1 API with Python, TypeScript and Rust SDKs. Local use is free forever, enforced by CI.

It's not about tokens. It's about what matters.

이름

LeanCTX는 무엇의 약자인가요? 무엇의 약자인가요?

Lean Context입니다. 이 이름은 작업을 설명합니다: 원시적이고 노이즈가 많은 입력 대신 AI 에이전트를 위한 간결하고 정밀한 컨텍스트를 제공하는 것입니다.

LeanCTX
산문 및 제목에서 사용되는 브랜드 및 프로젝트 이름.
lean-ctx
바이너리, 패키지 및 CLI 명령.
Lean Context
이름이 확장되는 내용과 검색을 통해 우리를 찾는 검색어.

초기 언론 보도에서 나타난 오타인 "Lean Cortex"가 아닙니다. 프로젝트에 대해 작성하는 경우, 보도 자료에 복사 준비된 표준 문구가 있습니다.

네 가지 작업

읽기는 적게. 기억은 많이. 증명합니다.

LeanCTX가 컨텍스트 엔지니어링 레이어가 되는 순간 변화하는 네 가지 것들.

Without LeanCTX, your agent…With LeanCTX…The receipt
reads everything reads what matters60–90% less per read
forgets everything remembers across sessionsre-reads cost ~13 tokens
touches anything touches only what’s allowedPathJail · redaction · budgets
proves nothing proves every savingEd25519-signed ledger
can’t revisit what it saw replays any past stategit-anchored, signed snapshots

Token savings are the receipt. Context engineering is the product.

내부 작동 방식

다섯 개의 서브시스템, 하나의 바이너리.

아키텍처적으로 LeanCTX는 인지 컨텍스트 레이어입니다: 읽기, 명령어 및 검색 시마다 실행되는 다섯 개의 서브시스템. 압축은 그중 하나이며 — 컨텍스트 엔지니어링이 제품입니다.

01

인지(Perceive)

행동하기 전에 중요한 것을 파악합니다.

Read more
02

압축(Compress)

모든 토큰은 신호를 담고 있습니다.

Read more
04

라우팅(Route)

올바른 컨텍스트를 올바른 모델에.

Read more
05

거버넌스(Govern)

안전하고, 측정 가능하며, 강제됩니다.

Read more

주요 사실

수치로 보는 증거 주장 뒤에 숨겨진 수치들.

60–90%읽기당 토큰 감소
~13캐시된 재읽기당 토큰
10읽기 모드
95+셸 압축 패턴
30+자동 감지 AI 도구
26AST를 통한 파싱 언어

모든 수치는 재현 가능합니다: lean-ctx benchmark report .가 사용자의 자체 저장소에서 측정하며, 모든 절감액은 Ed25519 서명 원장에 기록됩니다.

이름, 가격, 제품. the product.

The short answers to the essential questions.

직접 저장소에서 작동하는 것을 확인하세요.on your own repo.

무료로 설치하고 lean-ctx setup을 실행한 후 10분 안에 첫 번째 측정된 이득을 확인하세요. 로컬 사용은 CI에 의해 영구적으로 무료입니다.

Support this project