Back to browse
GitHub Repository

The missing cognitive primitive for AI agents. Decompose any text into classified semantic units — authority, risk, attention, entities. No LLM. Deterministic.

9 starsPython

Decompose – Split text into classified semantic units, no LLM, 14ms

by echology-io·Feb 17, 2026·1 point·0 comments

AI Analysis

●●●BangerBig BrainSolve My ProblemWizardry

Non-LLM deterministic semantic decomposition—14ms, no hallucination, MCP-ready.

Strengths
  • Zero LLM dependency eliminates hallucination and cost for structured extraction.
  • 14ms determinism makes it reliable for agent decision gates and compliance checks.
  • Authority/risk/attention scoring is domain-specific and genuinely useful for contracts/specs.
Weaknesses
  • Narrow initial focus on legal/spec documents; generalization to other text types unproven.
  • Requires manual classification rule tuning for domain shift.
Category
Target Audience

AI agents, contract review, legal tech, RAG pipelines, document intelligence systems

Similar To

Anthropic Structured Extraction · Haystack · Unstructured.io

Similar Projects