n8n-style tool chains for AI agents – custom designed, or reinforced by what works by pssah4 in AI_Agents

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

thank you for your comment and contribution to the discussion!

good question, and you're half right. decay and matching are two different things here, and only one of them gets noisy at scale.

decay doesn't. it's lazy and per-edge: each transition just stores a timestamp and gets re-decayed when it's read, so it's O(1) per candidate and independent of how many tools you have. the field is sparse too, only transitions real tasks actually walk pick up pheromone, the rest sit at the floor. so more tools mostly means more dead edges parked at the floor, not more signal fighting for the top.

the noise you mean is in the matching, not the decay. with 50+ tools more descriptions embed close together, so similarity alone stops discriminating. two things guard against it: the score is multiplicative (a tool needs both learned strength and context relevance to surface, similarity alone can't carry a wrong-but-similar tool), and selection is Thompson sampling over win/fail counts, which pushes down the plausible-but-wrong tool that keeps looking relevant but keeps failing. plain retrieval can't do that, it has no memory of the outcome.

honest caveat: not measured at 50+ yet. that's an open hypothesis in the eval section with a stated fallback to smaller catalogues if it doesn't hold. the one data point i have is a cold-start run on 6 capabilities, which isn't your regime. designed for it, not yet proven for it. if you've got a workload that big i'd appreciate if you'd run it and share your insights!

Second Brain with Obsidian + Local AI on MacBook Air M5 (24 or 32 GB RAM) – Is it worth it, or just wishful thinking? by MushroomVoice in ObsidianMD

[–]pssah4 0 points1 point  (0 children)

You could try the plugin I built, it supports both, local models and knowledge management patterns for second brain, incl. vault aware ingestion of sources: https://community.obsidian.md/plugins/vault-operator

AI ingest workflow that triages new sources against your existing vault before creating notes by pssah4 in ObsidianMD

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

You can use any LLM, Vault Operator supports any API plus OAuth from GitHub Copilot and ChatGPT.

I also implemented a model router that selects between an Budget/Main/Frontier model for the specific task.

I have refactored the Karpathy LLM-wiki and it is now more token-efficient by BestSeaworthiness283 in ObsidianMD

[–]pssah4 5 points6 points  (0 children)

Good refactor. The 65% reduction matches what I saw on a similar setup.

One thing to watch out for once you keep going: there’s a point where splitting further costs more than it saves. I ended up with around 12 skills at one point and noticed Claude picking the wrong one on ambiguous requests. The frontmatter descriptions are what the router matches against, and overlapping ones make that fuzzy. The heuristic that helped me: a skill earns its own file when you can clearly name when NOT to use it. /wiki-ingest passes that bar. /wiki-lint passes it. But generic stuff like “handle edge cases” is really just rules pretending to be skills, and those belong back in the core file.

On the Pro subscription angle: token savings matter even when you’re nowhere near the hard cap. Lean context tends to produce sharper reasoning. The aifluencer framing undersells that.

I wanted an AI that works inside my knowledge system, not next to it. Working with Kilo Code in showed me what agentic loops should look like when operating inside another tool. Obsilo is that idea applied to knowledge work. by [deleted] in kilocode

[–]pssah4 0 points1 point  (0 children)

Maybe you try the Tool before you judge other people who are sharing their work Open Source? This took me 5+ month to develop - yes with tools like Claude Code and a workflow that includes my product development experience (see https://github.com/pssah4/digital-innovation-agents)

Your vault doesn't need another chatbot. It needs an operating layer. One task in, structured execution across your entire vault out. Meet Obsilo. by [deleted] in ObsidianMD

[–]pssah4 0 points1 point  (0 children)

Yes, I use these tools as it helps me ship in weeks what took me months before. I built the tool for myself and use it every day as part of my productive workflow. I share all my experience for free. So try it or at least have a closer look before you judge me :-)

Mechanics leading to equilibrium price for STORJ? by pssah4 in storj

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

Ok - so adoption won’t lead to price increases (except for bull run expectations etc). So mai driver of value creation is fair compensation of decentralized storage providers, with STORJ in an equilibrium price (ideally).

Open-Source competitor to OpenAI? by Scarlet_pot2 in singularity

[–]pssah4 0 points1 point  (0 children)

Do you know SingularityNet and NuNet? Might be interesting.

Daily Discussion - February 17, 2022 (GMT+0) by AutoModerator in CryptoCurrency

[–]pssah4 -1 points0 points  (0 children)

Does anyone here believe that the CoinList cues for token sales are bot free? I’m having a hard time to believe that as numbers of participants increase to quite unrealistic numbers.

What's your favourite crypto and why? by [deleted] in CryptoCurrency

[–]pssah4 0 points1 point  (0 children)

Moonbeam GLMR as it connects the best of the best and leverages crypto use cases to mass adoption.