---
id: "concept-cross-category-reasoning"
type: "concept"
source_timestamps: ["00:12:23", "00:13:06", "00:16:20"]
tags: ["reasoning", "data-silos"]
related: ["concept-open-brain", "concept-agentic-memory", "framework-fundamental-loop"]
definition: "An agent's ability to connect insights across disparate domains of a user's life because all data resides in a unified database."
sources: ["s21-ai-tool-memory"]
sourceVaultSlug: "s21-ai-tool-memory"
originDay: 21
---
# Cross-Category Reasoning

## Definition
An agent's ability to connect insights across disparate domains of a user's life because all data resides in a unified database.

## The Problem with Siloed Apps
Most personal apps are **silos**: a meal planner doesn't know about your home maintenance schedule; your CRM doesn't know about your job hunt. Each app jealously guards its own database.

## The Open Brain Difference
Because [[concept-open-brain-d21]] stores all facets of a user's life in a single database, the agent can look across tables in one query.

### Speaker's Example
The agent can notice that the dishwasher hasn't been serviced in six months (maintenance table) and proactively suggest stocking the fridge with easy-to-clean meals (meal planning table) because a maintenance visit is imminent.

This kind of inference mimics high-level human intuition — but it operates **autonomously** and without the recency bias described in [[concept-agentic-memory]].

## Operational Loop
Cross-category reasoning is the agent-side activity in [[framework-fundamental-loop]]. The agent surfaces; the human decides; the agent executes.


## Related across days
- [[concept-implicit-context]]
- [[concept-honing-effect]]
- [[concept-agentic-memory]]
