Cast42 knowledge topics
Bundle OKF 0.2 · 31 conceitos · cast42/notes
Open source Repository Open in the app JSON README (API)
About
# Cast42 knowledge topics
Curated notes and concepts used by humans and agents. Start here, follow the
topic maps, and load individual concept files only when they are relevant.
## Core knowledge maps
- [Agent memory](agent_memory/index.md)
- [Agentic coding](agentic_coding/index.md)
- [Cognitive patterns](cognitive_patterns/index.md)
- [Knowledge management](knowledge_management/index.md)
- [Learning](learning/index.md)
- [Systems thinking](system_thinking/index.md)
## AI and technology
- [agi](agi/)
- [Agents](agents/)
- [Agentic search](agentic_search/)
- [AI adoption](ai_adoption/)
- [GenBI](genbi/index.md)
- [Local models](local_models/)
- [magma](magma/index.md)
- [OpenClaw](openclaw/)
- [Operating systems](operating_systems/index.md)
- [RAG](rag/)
- [Robot learning](robot_learning/)
## Organizations and craft
- [Coaching](coaching/index.md)
- [Communication](communication/)
- [Designing things people love](designing_things_people_love/index.md)
- [Management](management/i
Details
- Kind
- OKF bundles
- Topic
- AI, RAG & memory
- Publisher
- cast42
- Origin
- okf_github
- Category
- dados
- Version
- 0.2
- Last push
- 2026-09-08T18:27:24Z
- Repository state
- ativo
- Language
- Python
- Added
- 2026-09-08 22:11:44
- Updated
- 2026-09-08 22:11:44
- Origin id
cast42/notes:topics/index.md
README
# Notes This is my personal knowledge repository: a capture system around a portable Open Knowledge Format bundle. Read [`DESIGN.md`](DESIGN.md) for the repository's mental model, boundaries, knowledge flow, and invariants. ## Structure - `inbox/` contains the agent and human scratchpad for daily capture. - [`topics/`](topics/index.md) contains the OKF 0.2 knowledge bundle and its entry point. - `meetings/` contains dated meeting notes. - `refs/` contains reference material such as papers and links. - `_meta/` contains tags, the glossary, and conventions. - `scripts/` contains ingestion, maintenance, and validation tools. ## Knowledge Objects The bundle contains four complementary knowledge objects: - Sources capture information from a specific origin. - Concepts consolidate knowledge about an idea. - Investigations document reasoning about a specific question. - [Cognitive Patterns](topics/cognitive_patterns/index.md) capture reusable ways of thinking. Each object serves a different purpose. Cognitive patterns guide how humans and agents reason with concepts and sources. They do not replace evidence or duplicate factual content. ## Conventions - Use ISO dates: `YYYY-MM-DD.md` - Prefer short sections + bullets - Capture first, organize later - Use ordinary relative Markdown links between related concepts - Run `uv run --with PyYAML python scripts/validate_okf.py` after changing `topics/` See [the repository design](DESIGN.md), [the OKF repository guide](_meta/OPEN_KNOWLEDGE_FORMAT.md), and the [note format contract](_meta/NOTE_FORMAT_CONTRACT.md) for details. ## Sources and influences The [Claude Code Thinking Skills](https://github.com/tjboudreaux/cc-thinking-skills) repository informed the selection, combination, belief updating, pre-mortem, and hypothesis testing procedures in the cognitive patterns. The [local source note](topics/cognitive_patterns/2026-07-20_github_tjboudreaux_cc-thinking-skills.md) explains what changed and why patterns remain reasoning guidance rather than proof that an answer is correct. Sanjoy Mahajan's [*The Art of Insight in Science and Engineering*](topics/cognitive_patterns/2014-01-01_book_sanjoy-mahajan_the-art-of-insight-in-science-and-engineering.md) informed the decomposition, abstraction, approximation, easy case, and independent verification procedures in the cognitive patterns.