Negentropy Lens logo

Negentropy Lens

Community
bencium
negentropy-lens

A decision-support framework that evaluates systems, architectures, and strategies through the entropy (decay) vs negentropy (growth) lens, while surfacing tacit knowledge gaps. Use this skill whenever the user is making architecture decisions, evaluating system designs, reviewing technical approaches, choosing between options, auditing existing systems, or planning strategies. Also trigger when the user explicitly asks to "apply the negentropy lens", mentions "entropy", "negentropy", "tacit knowledge", "knowledge engine", or "flip the switch". Nudge activation when you detect the user is at a decision point — even if they haven't asked for this lens — by briefly noting the entropic/negentropic dimension before proceeding.

Overview

Publisherbencium
Repositorybencium-marketplace
Skill namenegentropy-lens
Stars
432
Forks
58
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by bencium on GitHub. Read the source before you install it.

Installation

Install the Negentropy Lens AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/bencium/bencium-marketplace.git /tmp/bencium-marketplace
mkdir -p .claude/skills
cp -r /tmp/bencium-marketplace/negentropy-lens/skills/negentropy-lens .claude/skills/negentropy-lens
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Negentropy Lens in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Negentropy Lens on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Negentropy Lens is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Negentropy Lens

A thinking framework for evaluating decisions, systems, and architectures through two fundamental system states: entropy (decay, disorder, complexity debt) and negentropy (growth, compounding value, increasing order).

For the conceptual origins of this framework, see references/origin-essay.md.

Core Principle

Every system exists in one of two states. Every decision either accelerates entropy or drives negentropy. There is no neutral. Inaction is entropic. The goal is not to eliminate entropy — it is to recognize which state a system is in, surface what is hidden, and make deliberate choices about direction.

Term Definitions

On first use in every output, define these three terms inline using parentheses:

  • Entropy (the natural tendency of systems toward decay, disorder, and complexity without value)
  • Negentropy (the deliberate reversal of decay — growth, compounding value, increasing order)
  • Tacit knowledge (the unwritten, unspoken knowledge of how things actually work — assumptions, workarounds, and institutional memory that never make it into documentation)

After the first parenthetical definition, use the terms freely without repeating the definition.

The Two States

Entropy (Decay)

Signs of entropy in a system:

  • Complexity increases without corresponding capability gain
  • Knowledge lives in people's heads, not in the system
  • Workarounds accumulate; the handbook diverges from reality
  • Decisions optimize for slowing decline rather than enabling growth
  • "Not invented here" blocks adoption of better approaches
  • Technical debt compounds silently
  • Integration points multiply without clear ownership

Negentropy (Growth)

Signs of negentropy in a system:

  • Each component makes adjacent components better
  • Knowledge compounds — today's output improves tomorrow's input
  • Quality improves through engineering discipline, not heroics
  • Decisions create upward spirals: better decisions → better data → better decisions
  • The system reflects how the organization actually operates
  • Complexity serves capability; unnecessary complexity is actively removed

Decision Process

When evaluating any system, architecture, or strategic choice, follow this sequence. Organize first. Challenge second.

Phase 1: Map the System

Before judging anything, understand the landscape.

  1. Identify the system boundary — What are we actually looking at? A service? A platform? A team's workflow? An entire organization?
  2. Name the components — What are the moving parts? Data flows, services, people, processes, knowledge stores.
  3. Trace the flows — How do information, decisions, and value move through the system?
  4. Mark the interfaces — Where do components connect? These are where entropy concentrates.

Phase 2: Diagnose the State

For each component and for the system as a whole, classify:

  • Entropic indicators: What is decaying? Where is complexity accumulating without value? Where are workarounds hiding? What would break if the person who "just knows" left?
  • Negentropic indicators: What is compounding? Where does the system get better with use? What creates positive feedback loops?
  • Stasis traps: What looks stable but is actually slowly decaying? These are the most dangerous — they feel fine until they collapse.

Phase 3: Surface the Tacit Layer

This is non-negotiable. Every decision analysis must probe for tacit knowledge.

Ask these questions — of the user, of the design, of the system:

  • What assumptions are we making that we haven't stated? Most architecture decisions rest on tacit assumptions about load, team capability, business direction, or organizational behavior that never get written down.

  • What's "the way things really work" vs what the documentation says? If the system design assumes people follow the documented process, but they actually use workarounds, the architecture is built on fiction.

  • Where does institutional memory live? If critical knowledge lives only in specific people's heads, that's an entropic single point of failure. A negentropic design externalizes it into the system.

  • What would a new team member not understand? This is a proxy for tacit knowledge density. The higher the onboarding friction, the more tacit knowledge is load-bearing.

  • What are we not seeing because we're inside the system? Tacit knowledge includes blind spots. The "obvious" choices that go unquestioned are often the most entropic.

Phase 4: Evaluate the Decision

For each option or proposed design, assess:

  1. Entropy alignment — Does this decision slow decay or enable growth? Slowing decay (e.g., adding monitoring to a fragile service) is sometimes necessary but should not be confused with negentropy.
  2. Compounding potential — Does this create an upward spiral? Will this decision make the next decision easier, better informed, or more valuable?
  3. Tacit knowledge impact — Does this externalize tacit knowledge into the system, or does it create new tacit dependencies?
  4. Quality trajectory — Does this move toward engineering rigor or away from it? Are we productizing or patching?
  5. Reversibility — Entropic decisions tend to be hard to reverse. Negentropic decisions tend to create optionality.

Phase 5: Challenge

After organizing, push back constructively:

  • Flag decisions that feel negentropic but are actually just slowing entropy (the "better monitoring on a bad system" trap)
  • Identify where the user may be optimizing locally at the expense of global negentropy
  • Question whether the proposed approach addresses root causes or symptoms
  • Ask: "Is this making things that work, or making things work better?" — there's a difference
  • Surface the uncomfortable trade-off the user might be avoiding

Output Formatting

Adapt the format to context:

Architecture reviews: Use the full 5-phase process. Output a structured assessment with entropy/negentropy classification per component, tacit knowledge gaps identified, and a clear recommendation with trade-offs stated.

Quick decisions: Skip Phase 1 if the system is already understood. Focus on Phases 3-5. Be concise — a few sentences flagging the entropic/negentropic dimension and any hidden assumptions.

Content creation (articles, talks, consulting materials): Apply the entropy/negentropy vocabulary and framework naturally. Ground abstract concepts in concrete examples. Refer to references/origin-essay.md for the conceptual origins if context is needed.

Soft nudges (when detecting a decision point the user hasn't flagged): Keep it brief. One or two sentences noting the entropy/negentropy dimension. Don't derail the conversation — just surface the lens and let the user decide whether to go deeper.

Anti-Patterns to Watch For

  • Entropy cosplay: Adding complexity (new tools, frameworks, abstractions) that looks like progress but increases entropy. More layers ≠ more order.
  • Premature formalization: Trying to capture tacit knowledge by forcing it into rigid documentation. This kills the knowledge rather than unleashing it.
  • Negentropy theater: Refactoring for its own sake, over-engineering, "clean code" that nobody can read. The test is whether it compounds value.
  • Ignoring the tacit layer: Making architecture decisions based purely on explicit requirements while the organization actually runs on unwritten rules.
  • Symptom management: Interventions that manage the effects of decay rather than reversing direction. Monitoring a failing system, adding retries to a flaky service, hiring more people to compensate for a broken process. Sometimes necessary, never sufficient.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Negentropy Lens AI skill do?

A decision-support framework that evaluates systems, architectures, and strategies through the entropy (decay) vs negentropy (growth) lens, while surfacing tacit knowledge gaps. Use this skill whenever the user is making architecture decisions, evaluating system designs, reviewing technical approaches, choosing between options, auditing existing systems, or planning strategies. Also trigger when the user explicitly asks to "apply the negentropy lens", mentions "entropy", "negentropy", "tacit knowledge", "knowledge engine", or "flip the switch". Nudge activation when you detect the user is a...

Why use Negentropy Lens on TypingMind?

Because you install it once and use it with any model. Negentropy Lens is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Negentropy Lens in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/bencium/bencium-marketplace/tree/main/negentropy-lens/skills/negentropy-lens. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Negentropy Lens?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Negentropy Lens?

As many as you like. As long as a model supports skills, you can use Negentropy Lens with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Negentropy Lens AI skill free?

Yes. It is published on GitHub by bencium under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇