The Cognitive Cycle

Watch the cycle.

Perceive to Act and back — every action becomes the next experience. The heartbeat of every Minds agent, traced live, stage by stage.

cycle://run/8f3alive
stage
0ms451ms902ms
dur
Signals in
Perceive

Raw experiences — queries, tool results, sensor reads — flow in. Deduplicated, scored for novelty, batched.

14 raw events · novelty Δ +0.41
cycle 8f3a · loop 01Σ 902ms · read-your-writes 1.000
Capabilities

What it does.

Every capability is production-grade. No flags, no betas — these ship the day you adopt Minds.

01
Perceive
Raw experiences deduplicated, scored for novelty, batched.
02
Attend
Salience-ranked spotlight — only what matters reaches consciousness.
03
Decompose
Triples to graph, episodes to memory, embeddings to HNSW.
04
Reason
HRM hierarchical planning + neurosymbolic fusion.
05
Learn
Reward-modulated Hebbian updates, EWC weight protection, homeostatic decay.
06
Act
ActionFeedbackAdapter closes the loop — every action becomes the next experience.
API

A few lines is all it takes.

The SDK reflects the conceptual model directly. No glue code, no orchestrator, no learning curve beyond the data shape.

exampletypescript
// Run the full cognitive cycle on an incoming experience.
const result = await minds.cycle.process({
  experience: {
    type: "user-query",
    text: "Why did Q3 revenue dip?",
    timestamp: new Date(),
  },
  profile: "full",   // or "analytical" | "minimal"
});

console.log(result.action);       // selected action
console.log(result.trace);        // per-stage trace
console.log(result.reward.delta); // pathway reinforcement
Specs

What it costs, what it guarantees.

Performance
Stages
6 pluggable (LIDA model)
Profiles
full · analytical · minimal
Cycle latency · full
~900ms end-to-end
Reward evaluators
Efficiency · Novelty · Completion
Pathway reinforcement
reward-modulated Hebbian + decay
Guarantees
Durability
fsync per WAL commit
Isolation
MVCC · snapshot
Audit
BLAKE3 Merkle chain
Encryption
AES-256-GCM per-namespace
Concurrency
100K+ ops/sec

Build it on Minds.

Start with the SDK. Ship in an afternoon. Run anywhere — Akasha Cloud, on-prem, or air-gapped.