From f6201d7f0db87c5051cb8f443583b2cc90b019ef Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Thu, 24 Sep 2026 14:18:07 +1000 Subject: [PATCH] sam-4screen-desktop 2026-9-24:14:18:7 --- .obsidian/workspace.json | 27 ++++++++-------- .../Security NPM packages tools.md | 0 100 Table of Contents/Areas.md | 8 +++++ .../310 Home Assistant/Navet - Dashboard.md | 2 +- .../AI Research and Techniques.md | 31 +++++++++++++++++++ .../Ai memory management.md | 4 ++- .../Ai planning flow control tools.md | 4 ++- 7 files changed, 60 insertions(+), 16 deletions(-) rename {300 areas/350 AI Pi Coding Agent => .trash}/Security NPM packages tools.md (100%) create mode 100644 300 areas/355 AI Research and Techniques/AI Research and Techniques.md rename 300 areas/{350 AI Pi Coding Agent => 355 AI Research and Techniques}/Ai memory management.md (99%) rename 300 areas/{350 AI Pi Coding Agent => 355 AI Research and Techniques}/Ai planning flow control tools.md (99%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ded2923..d1ef2f9 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -27,12 +27,12 @@ "state": { "type": "markdown", "state": { - "file": "010 inbox/50 Legendary Websites.md", + "file": "300 areas/310 Home Assistant/Navet - Dashboard.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "50 Legendary Websites" + "title": "Navet - Dashboard" } } ], @@ -70,7 +70,7 @@ "state": { "type": "search", "state": { - "query": "websites", + "query": "navet", "matchingCase": false, "explainSearch": false, "collapseAll": false, @@ -91,7 +91,8 @@ "title": "Bookmarks" } } - ] + ], + "currentTab": 1 } ], "direction": "horizontal", @@ -198,7 +199,7 @@ "state": { "type": "file-properties", "state": { - "file": "010 inbox/50 Legendary Websites.md" + "file": "300 areas/310 Home Assistant/Navet - Dashboard.md" }, "icon": "lucide-info", "title": "File properties" @@ -224,11 +225,17 @@ "templater-obsidian:Templater": false } }, - "active": "7066c9273c6fb936", + "active": "a912940b5902b787", "lastOpenFiles": [ + "300 areas/350 AI Pi Coding Agent/AI Design.md", + "010 inbox/50 Legendary Websites.md", + "300 areas/350 AI Pi Coding Agent/Security NPM packages tools.md", + "300 areas/355 AI Research and Techniques/Ai planning flow control tools.md", + "300 areas/355 AI Research and Techniques/Ai memory management.md", + "300 areas/355 AI Research and Techniques/AI Research and Techniques.md", + "300 areas/355 AI Research and Techniques", "300 areas/355 Ai Research and Techniques", "400 Personal Family/460 Family Archive/Harry Finn Trip Lorne Friends.md", - "010 inbox/50 Legendary Websites.md", "100 Table of Contents/Projects.md", "100 Table of Contents/Table of Contents.md", "100 Table of Contents/Tools & Software.md", @@ -248,10 +255,6 @@ "400 Personal Family/460 Family Archive/Harry China Trip.md", "templates/Tool.md", "templates/Subject.md", - "templates/Project.md", - "templates/Machine.md", - "templates/Index.md", - "templates/Container.md", "010 inbox", "300 areas/350 AI/Tools to try", "400 Personal Family/490 Garden Food Houses Farms Hobbies", @@ -261,8 +264,6 @@ "home/sam/obsidian/300 areas", "home/sam/obsidian", "home/sam", - "home", - "doc", "Untitled.canvas" ] } \ No newline at end of file diff --git a/300 areas/350 AI Pi Coding Agent/Security NPM packages tools.md b/.trash/Security NPM packages tools.md similarity index 100% rename from 300 areas/350 AI Pi Coding Agent/Security NPM packages tools.md rename to .trash/Security NPM packages tools.md diff --git a/100 Table of Contents/Areas.md b/100 Table of Contents/Areas.md index 3db2092..86679fe 100644 --- a/100 Table of Contents/Areas.md +++ b/100 Table of Contents/Areas.md @@ -57,6 +57,14 @@ Core infrastructure: machines, containers, networks, monitoring, backups. - [[Pi Agent Extensions & Skills]] - [[Pi Subagent]] +## AI Research & Techniques + +Research and techniques relating to AI — memory, planning, evaluation. + +- [[AI Research and Techniques]] +- [[Ai memory management]] +- [[Ai planning flow control tools]] + ## Web Pages & Tools To Try Evaluation notes for tools being considered. diff --git a/300 areas/310 Home Assistant/Navet - Dashboard.md b/300 areas/310 Home Assistant/Navet - Dashboard.md index 34b43a6..092266b 100644 --- a/300 areas/310 Home Assistant/Navet - Dashboard.md +++ b/300 areas/310 Home Assistant/Navet - Dashboard.md @@ -12,4 +12,4 @@ source_url: https://github.com/awesomestvi/navet # [[Navet - Dashboard]] This looks like a really nice dashboard and possible worth a look. -You can see the demo here https://awesomestvi.github.io/navet/demo/ \ No newline at end of file +You can see the demo here https://demo.navet.app/ \ No newline at end of file diff --git a/300 areas/355 AI Research and Techniques/AI Research and Techniques.md b/300 areas/355 AI Research and Techniques/AI Research and Techniques.md new file mode 100644 index 0000000..4bdbdda --- /dev/null +++ b/300 areas/355 AI Research and Techniques/AI Research and Techniques.md @@ -0,0 +1,31 @@ +--- +title: AI Research and Techniques +type: area +status: active +areas: [] +tags: + - area + - ai + - research +created: 2026-09-24 +updated: 2026-09-24 +--- + +# AI Research and Techniques + +## Description + +Research notes and techniques relating to AI — memory architectures, planning +and flow control, model evaluation, and related topics that are **not specific +to the Pi coding agent**. + +## Notes + +- [[Ai memory management]] +- [[Ai planning flow control tools]] + +## Related + +- **Area:** [[AI Pi Coding Agent]] + +*Created: 2026-09-24* diff --git a/300 areas/350 AI Pi Coding Agent/Ai memory management.md b/300 areas/355 AI Research and Techniques/Ai memory management.md similarity index 99% rename from 300 areas/350 AI Pi Coding Agent/Ai memory management.md rename to 300 areas/355 AI Research and Techniques/Ai memory management.md index 5cbbf30..a0473b7 100644 --- a/300 areas/350 AI Pi Coding Agent/Ai memory management.md +++ b/300 areas/355 AI Research and Techniques/Ai memory management.md @@ -1,8 +1,10 @@ --- created: 2026-08-03 15:42 modified: 2026-09-06 -type: area +type: subject status: active +areas: + - "[[AI Research and Techniques]]" tags: - ai - memory diff --git a/300 areas/350 AI Pi Coding Agent/Ai planning flow control tools.md b/300 areas/355 AI Research and Techniques/Ai planning flow control tools.md similarity index 99% rename from 300 areas/350 AI Pi Coding Agent/Ai planning flow control tools.md rename to 300 areas/355 AI Research and Techniques/Ai planning flow control tools.md index 75ecfbd..eaa6eba 100644 --- a/300 areas/350 AI Pi Coding Agent/Ai planning flow control tools.md +++ b/300 areas/355 AI Research and Techniques/Ai planning flow control tools.md @@ -1,8 +1,10 @@ --- created: 2026-08-03 15:43 modified: 2026-08-03 15:45 -type: area +type: subject status: active +areas: + - "[[AI Research and Techniques]]" tags: - ai - planning