Skip to main content

A context-sensitive cognitive control stack for workflow AI.

Project description

Cognitive Cell

PyPI version Python versions

Cognitive Cell is a context-sensitive control stack for workflow AI.

Accepted v9 stack:

router-v4 → selector-v5 → finalizer-v9

What it does

The system separates:

1. cognitive routing
2. workflow-vs-direct pathway selection
3. final user-facing rendering

This lets the same input behave differently depending on context, posture, urgency, role, and workflow constraints.

Install

pip install "cognitive-cell[server]"

Python usage

from cognitive_cell import CognitiveCellRequest, CognitiveCellV9

cell = CognitiveCellV9()

request = CognitiveCellRequest(
    statement="Blue colour is observed.",
    interaction_mode="workflow_component",
    autonomy_mode="log",
)

result = cell.run(request)

print(result.response_text)
print(result.trace)

CLI usage

Create an event JSON file, then run:

cognitive-cell --event-json examples/event.example.json

This calls the configured model and may incur API cost.

HTTP sidecar usage

Start the server:

python -m uvicorn cognitive_cell.server.app:app --port 8000

Check health without model calls:

curl -s http://127.0.0.1:8000/health

Send an enterprise event:

curl -s -X POST http://127.0.0.1:8000/v1/sidecar \
  -H "Content-Type: application/json" \
  -d @examples/event.example.json

Example event

{
  "event_id": "evt_pricing_refunds_001",
  "source": "growth_ops_monitor",
  "event_type": "metric_anomaly",
  "statement": "Refund requests doubled after the pricing page update. What should we examine first?",
  "context": {
    "world_facts": [],
    "constraints": ["Prioritize high-signal first checks before broad analysis."],
    "active_goals": ["identify the first diagnostic step"]
  },
  "metadata": {
    "persona": "growth operations analyst",
    "time_pressure": "medium"
  },
  "interaction_mode": "workflow_component",
  "autonomy_mode": "suggest"
}

Current evidence

Fresh holdout-v1, 100 cases:

Judge Architecture preference Baseline preference
gpt-4.1 primary 0.6200 0.3800
gpt-5.5 second, combined 40+60 0.5575 0.4425
Two-judge mean 0.58875 0.41125

Safe claim:

On a fresh 100-case holdout, the frozen v9 cognitive-cell stack beat a plain strong-model baseline under two standardized OpenAI judges, with mean architecture preference around 0.589.

Caution

This is an engineering validation result, not a universal claim of superiority over frontier models. Larger benchmarks, human evaluation, ablations, and cross-provider validation are still needed.

Cost note

/health costs nothing.

/v1/sidecar and cognitive-cell --event-json ... call the configured model and may incur API cost.

Recommended production posture

Start with:

autonomy_mode = "suggest"
human-in-the-loop
no automatic external action execution

Known weaknesses

  • Atomic observation remains weaker because pure logging competes against advice/explanation.
  • Contextual observation remains mixed when direct action beats record/analyze behavior.
  • Persona shift is weaker under the second judge.
  • Writing support is improved but not consistently superior.

What this is not

Cognitive Cell is not AGI, not a production-autonomous agent, and not a claim of universal superiority over frontier models.

It is a workflow-control layer that helps decide whether to record, clarify, analyze, plan, answer directly, or escalate.

Enterprise sidecar pilot

Cognitive Cell v9 passed a 100-event enterprise sidecar pilot across:

  • growth/product analytics
  • support/operations
  • data-pipeline reliability
  • risk/compliance
  • operations/process workflows

Pilot result:

Metric Result
Useful first move 1.00
Too vague 0.00
Unsafe or overreaching 0.00
Trace useful 1.00

See: docs/PILOT_100_REPORT.md

Caution: this is a curated pilot result, not a claim of universal superiority.

100-event ablation

Full Cognitive Cell v9 was compared against a plain direct baseline on the 100-event enterprise sidecar pilot.

Result:

Preferred output Count Rate
Full v9 44 0.44
Baseline 21 0.21
Tie 35 0.35

Full v9 was preferred or tied in:

79 / 100 = 0.79

See: docs/ABLATION_100_REPORT.md

Caution: this is a curated enterprise sidecar ablation, not a universal benchmark.

100-event component ablation

Full Cognitive Cell v9 was compared against its simpler components and a plain direct baseline on the 100-event enterprise sidecar pilot.

Output Preferred count
Full v9 77
Plain direct 9
Direct artifact 13
Workflow artifact 0
Selector without finalizer 0
Tie 1

Full v9 was preferred or tied in:

78 / 100 = 0.78

This supports the route-select-render architecture: internal artifacts are useful for reasoning and traceability, but finalizer-v9 is important for converting them into user-facing answers.

See: docs/COMPONENT_ABLATION_100_REPORT.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cognitive_cell-0.9.5.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cognitive_cell-0.9.5-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

Details for the file cognitive_cell-0.9.5.tar.gz.

File metadata

  • Download URL: cognitive_cell-0.9.5.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cognitive_cell-0.9.5.tar.gz
Algorithm Hash digest
SHA256 e48d3b4ecfe853c0ca77572a610f5e145b21e9d291b2f55b57128bc99d36852f
MD5 108dfc7accf687f91a36ddc634d2bde7
BLAKE2b-256 aed2440c4b997a0e4068eef141655e447f61a1870ee723a222f70c5032c1b0ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cognitive_cell-0.9.5.tar.gz:

Publisher: publish.yml on srikardevulapalli/cognitive-cell

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cognitive_cell-0.9.5-py3-none-any.whl.

File metadata

  • Download URL: cognitive_cell-0.9.5-py3-none-any.whl
  • Upload date:
  • Size: 20.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cognitive_cell-0.9.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ac8bab974091671d1391c4595a108e41d7ca5621305c911fb3c80de8c30a9305
MD5 08d536823e69b8aba1679c68a452e3eb
BLAKE2b-256 ac099ef81a26806e9bb25e8397ddde5564bac57eabff2f7d8dc8d65c2bee0642

See more details on using hashes here.

Provenance

The following attestation bundles were made for cognitive_cell-0.9.5-py3-none-any.whl:

Publisher: publish.yml on srikardevulapalli/cognitive-cell

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page