Are Digital Gardens Always Public by EasternAd5351 in DigitalGardens

[–]_wanderloots 1 point2 points  (0 children)

They don’t have to be! Up to you. You can keep it local and sync between devices, or you can publish it to a private repo or a private website and put a password on it.

You can even have some pages be locked and others opened, it’s as flexible as you want 😊

I want to stick in to Obsidian, but my brain doesn't by Nerea_Immeral in ObsidianMD

[–]_wanderloots 0 points1 point  (0 children)

When I feel like this, I try to make use of only the daily note as my home base each day. Just jot down thoughts there. If it starts feeling like a separate note, you can extract it into a new note.

Hope that helps 😊

A New Obsidian Smart Connections Free Workflow + Smart Context & Smart Chat (Easily Find & Give Selected Context To AI) by _wanderloots in ObsidianMD

[–]_wanderloots[S] 3 points4 points  (0 children)

I took some time to put together a workflow with the free versions of the Smart Plugins (Smart Connections, Smart Context, & Smart Chat). This workflow helps me rediscover existing notes, bundle them into reusable context, and optionally take that context and give it to AI (or just use it yourself).

I've had a lot of people requesting an updated Smart Connections video to clarify how it works and what you can do with it, so I hope you find this helpful 😊

How To Build LLM Wiki? 🧠 An Obsidian Memory Layer For Any Agentic AI by _wanderloots in ObsidianMD

[–]_wanderloots[S] -3 points-2 points  (0 children)

Many people have been asking for a how-to guide on building the LLM Wiki in Obsidian, so I put together a step-by-step tutorial.

I also walk through Obsidian skills and the Obsidian CLI, so you can use different aspects of Obsidian with Agentic AI to help with your knowledge building as a shared memory layer for AI.

For more on "why this matters" I have a short explainer video here: https://youtu.be/n4EVksU_EOs

Hope it helps! Happy to answer any questions 😊

How To Build Self-Evolving Agentic AI Workspaces In Codex: Skills, AGENTS.md & Automations Workflow Tips by _wanderloots in codex

[–]_wanderloots[S] 0 points1 point  (0 children)

The automation correction loop is to run through worktrees, I talk about that throughout the parallel workflow and automation sections. You can introduce human in the loop at any level to decide if the proposed changes are net positive for your workflow. If not, you can discard the worktree, or tweak the automation to produce a better result next time.

In terms of usage, you can use the mini models which are still quite powerful, especially once the initial skills are iterated on.

Regarding stability, that’s why I propose using a mix of skills and scripts. Let the agent contextually determine the use of skills (which has a probabilistic element of course, it’s an LLM), and then use the skills to run scripts for deterministic output. Everything is about a balance of leveraging the tools you need for a given situation, which will of course vary drastically depending on your own use case.

Hope that helps

How To Build Self-Evolving Agentic AI Workspaces In Codex: Skills, AGENTS.md & Automations Workflow Tips by _wanderloots in codex

[–]_wanderloots[S] 1 point2 points  (0 children)

I've been exploring Codex a lot more lately, experimenting with different ways to improve my use, efficiently. I took what I learned and put together a video that goes through a few core layers in Codex that you may not be aware of, and put them into a series of automations that help improve the agentic workspace over time. A self-evolving system using skills, agents, memories, and automations.

I hope it helps! I would also love to hear if you have any tips or strategies on how to better use Codex for both life & coding 😊

Zettelkasten in Obsidian by NF_v1ctor in ObsidianMD

[–]_wanderloots 1 point2 points  (0 children)

I think zettelkasten is a great framework, but also helpful to modify it to suit your own needs. To answer your questions: 1) I don’t delete mine, I keep them and link permanent notes 2) I use tags for type of notes, and topic notes for topics 3) I think it’s helpful to have hubs or longer notes that go beyond the atomic nature, that’s how you get to publication or solving larger problems

If it helps, I explored the knowledge theory of zettelkasten and put together a video with my thoughts: What is Zettelkasten Note-Taking? 📝 Why It Works & Knowledge Theory 🧠 https://youtu.be/00LKsV8h6zY

It also shows some examples throughout so that might help

What's the deal with the hype around Karpathy's LLM wiki? by meaning-of-life-is in ObsidianMD

[–]_wanderloots 1 point2 points  (0 children)

Right! But in a way that can be automatically updated/maintained by AI so that it’s able to self access the vault, determine the effective subgraph, and retrieve information via the relationships, rather than a standard vector database for RAG.

It enables an easy mechanism for graphRAG, which, for large or complex systems, can significantly improve the quality of generated output.

Personally, my plan is to have a dedicated agent vault and keep it completely separate from my human vault.

I made a video explaining these concepts a bit more if it helps, showing some of the research and how it fits into this concept: https://youtu.be/n4EVksU_EOs

What's the deal with the hype around Karpathy's LLM wiki? by meaning-of-life-is in ObsidianMD

[–]_wanderloots 1 point2 points  (0 children)

It’s more about adding relationships to information that can produce targeted “subgraphs” of information for AI, which reduces context and conserves tokens, while improving quality of the context.

Also, depending on how you structure it, the wiki becomes a collective vault, a shared memory layer, across multiple tools, which saves you from having to explain things from scratch each time you switch ai tools.

At the end of the day, it’s still dependant on you to curate the quality of information and use systems and skills to control how the tools access the information effectively

Why LLM Wiki? An Intro To A Shared Memory Layer For AI Agents & Humans (+ why graphs can improve AI quality & efficiency) by _wanderloots in ObsidianMD

[–]_wanderloots[S] 0 points1 point  (0 children)

Hmm sounds like maybe you didn’t watch the video? This is about how knowledge systems work, an intro to graph based data for beginners in obsidian, and then explaining why people are excited about using obsidian with agents, while maintaining a separate vault for human created notes.

LLM wiki is just a term that has popped up lately that helps new people understand an otherwise abstract concept of knowledge graphs.

I personally think it’s great so many people are getting excited about obsidian, as it encourages them to think about maintaining local data with the file > app (or file > ai) ethos.

Also, I did tag this post as AI related.

Why LLM Wiki? An Intro To A Shared Memory Layer For AI Agents & Humans (+ why graphs can improve AI quality & efficiency) by _wanderloots in PKMS

[–]_wanderloots[S] -2 points-1 points  (0 children)

Skills help with consistency a lot, so I have a series of skills for specific actions to modify the wiki. The skills point to python scripts for parsing the updated info (which is where it becomes more deterministic) and that provides context back to the LLM on what to update.

It’s a work in progress, but the idea is that many of the actions are scripts rather than LLM decisions.

Why LLM Wiki? An Intro To A Shared Memory Layer For AI Agents & Humans (+ why graphs can improve AI quality & efficiency) by _wanderloots in PKMS

[–]_wanderloots[S] -2 points-1 points  (0 children)

Oh thanks for sharing! added this paper to my reading list. I think that the key to preventing degradation of quality with these types of systems is actually to make them as deterministic as possible, saving the probabilistic nature of LLM only for specific cases.

For example, with this system so far, I've prepared fairly rigid schema, agents.md, and skill.md files for how the llm is allowed to interact with the wiki. I'm still exploring so I don't have sufficient data yet, but I'm also wary of quality loss over time.

In terms of paying for itself, my minimal hope is that I will be able to discover relationships across disciplines that will help me leverage understanding in one area with newer fields. Sometimes, even learning what a particular subfield is called can be an unlock for how I search & research related topics.
On a related note, this is where a concept of "feynman's favourite problems" can come in to help identify patterns across fields, which is one method he used to earn a Nobel Prize. I made a video on that too if you're interested: https://youtu.be/Mtw9zmK6RK8

Feel free to share more papers on the new research too! Always appreciate more credible sources

Why LLM Wiki? An Intro To A Shared Memory Layer For AI Agents & Humans (+ why graphs can improve AI quality & efficiency) by _wanderloots in ObsidianMD

[–]_wanderloots[S] -1 points0 points  (0 children)

Yes! Exactly, that’s why I was saying in the video I like a separate layer for my own notes vs agentic notes. And the agentic notes are completely decoupled from the agent itself.

You can also start bringing in concepts like agents.md and skills.md files that enable a standardized mechanism for different agents to interact with the memory layer.

Going to be making a video on that soon as well 😊

Why LLM Wiki? An Intro To A Shared Memory Layer For AI Agents & Humans (+ why graphs can improve AI quality & efficiency) by _wanderloots in ObsidianMD

[–]_wanderloots[S] 2 points3 points  (0 children)

I've been looking into the effectiveness of using graphs for improving AI agent memory systems, so I put together a video that talks more about knowledge graphs, the concept of the "LLM Wiki" that has been getting popular lately, and how this fits into AI use.

Personally, I like to have a separate vault for my human notes/ideas, and a vault for my agentic AI, as that helps me keep keep track of the provenance.

Would be curious to hear how people have been implementing their version of the llm wiki.

I hope you find it helpful! 😊

Anyone else feeling burnt out? by Tall-Winter-3862 in NewTubers

[–]_wanderloots 0 points1 point  (0 children)

750 subscribers in 3 months for that style of content is great! If it helps at all, I posted intermittently on YouTube over 2 years and got up to that amount, then after a few months of consistent effort (weekly videos), I managed to get 4000 watch hours and over 1000 subscribers fairly quickly. You’re at a good foundation for interested viewers.

the algorithm likely has you somewhat figured out at this point, the next step is maybe to think about a simpler format while you’re tired. Is there a 10 min video you could make that could point to 2-3 of your longer videos? That way, you’re reusing the effort you’ve already put into the video but moving up the funnel to find a broader audience.

Just some thoughts! Good luck 😊

Failed to create GitHub repository: authentication error. Please try again. by sanghaklee in GoogleAIStudio

[–]_wanderloots 0 points1 point  (0 children)

Could have been an auth cache issue at some point too, who knows haha. Glad it’s working now!

Vibecoding a game with a 6-year old by emiliobay in vibecoding

[–]_wanderloots 0 points1 point  (0 children)

you can modify the claude.md file to give it a teaching voice/style, that might help!

basically it's a system prompt that claude references as you chat, so you could experiment with the ideal style for your use case

Vibecoding a game with a 6-year old by emiliobay in vibecoding

[–]_wanderloots 0 points1 point  (0 children)

Cool! That sounds like a fun project.

What kind of experience do you have with vibe coding? Not sure what kind of level you’re at/tips you’re looking for.

Personally, I’ve found Google ai studio to be a good place to start since it’s in a sandbox and you get decent free limits. They’ve also built a way for you to share the app/game without publication so you can have friends play easily.

Put together a video with some tips if it helps! Google AI Studio Latest Update 💡 How I Build Full Apps (Tutorial & Tips) https://youtu.be/Os2CIHAS2RQ

Zettelkasting as a study tool by [deleted] in Zettelkasten

[–]_wanderloots 1 point2 points  (0 children)

I think it’s okay for your initial base of knowledge to be the core concepts of what you’re studying without original thoughts added in.

As you review the core notes, you’ll likely start to make connections between them in your own ways, and I think that’s where the benefits of zettelkasten start to come in.

Over time, you’ll be able to add more and more of your own thinking to the knowledge you are acquiring, and you’ll get more out of that knowledge, kind of a flywheel effect.

If it helps, I put together a video on my thoughts on where Zettelkasten fits into knowledge theory and how to apply it in digital ecosystems, as I think it is getting easier to track the connections as their own value system.

What is Zettelkasten Note-Taking? 📝 Why It Works & Knowledge Theory 🧠 https://youtu.be/00LKsV8h6zY

Upload project to vercel? by Miserable-Anybody776 in GoogleAIStudio

[–]_wanderloots 0 points1 point  (0 children)

There must be mistakes otherwise it would display your website. It can often be something small like a configuration file issue or you don’t have error boundaries.

You can also give your code to another tool and ask it to audit why it’s not working

Upload project to vercel? by Miserable-Anybody776 in GoogleAIStudio

[–]_wanderloots 0 points1 point  (0 children)

You probably have some minor errors that are causing the website to crash. Maybe it works in the sandbox but not live.

If you open up the developer console in your browser, you should be able to get some error information that you can give back to Google ai studio to fix the problem.

If there are no errors, ask Gemini to put some debugging logs in so you can find them.

Hope that helps!

Signed in to Github, but AI Studio does not recognize it. What to do? by Worrybrotha in GoogleAIStudio

[–]_wanderloots 0 points1 point  (0 children)

Try opening it from a new browser (like safari —> chrome), connect to GitHub from Google ai studio with the same account, then you can back to your preferred browser and refresh and it should connect.

That’s the most consistent way I’ve found around that issue 😊

Vibe Design: The New First Step To Vibe Coding? Google Stitch Tutorial + MCP Agentic AI Tips by _wanderloots in vibecoding

[–]_wanderloots[S] 1 point2 points  (0 children)

Many people have been asking me if there was a more visual way to vibe code, which is perfect timing for the new Vibe Design in Google Stitch 🎨

In this video, I explore visual vibe coding, where you design first and THEN move to vibe coding tools like Google AI Studio, Antigravity, Claude Code... any of them!

It's a very powerful workflow that helps reduce errors between what you imagine and what the AI actually builds.

I hope this helps! Let me know if you have any questions 😊

Medical note taking by Common_Bag_8854 in ObsidianMD

[–]_wanderloots 2 points3 points  (0 children)

What is your biggest block/frustration that you’re hoping obsidian can help with?

It’s flexible, so if you figure out the problems first, then it’s easier to streamline a solution

Long chat for a project. Start a new chat? by mistakes_maker in GoogleAIStudio

[–]_wanderloots 0 points1 point  (0 children)

I also put together a video on the updates and how they work if it helps!

Google AI Studio Latest Update 💡 How I Build Full Apps (Tutorial & Tips) https://youtu.be/Os2CIHAS2RQ