Hi, anyone building a "second brain" / LLM wiki using ICM? I understand ICM is very good for defined tasks and workflows but what about using AI for researching and keeping general information?
Currently I run a second brain with the following folder structure:
|
| Convert to markdown file with MarkItDown (deleted afterwards)
V
|
| Using custom Wiki-ingest skill to extract important content and group by relevant topic | according to Google's OKF system |
V
- Wiki/ - Flat directory with derived knowledge from Sources/
An AI agent can navigate Wiki/ easily and efficiently using a separate Routing/ folder containing a INDEX.md file, which described which topics exists and a brief description. Each existing topic gets a <topic>.md file in Routing/ with links to actual pages in Wiki/ with a brief description.
Anybody who has a similar or different system? I am curious to learn from all of you!