TL;DR: Giving LLMs access to a knowledge base is easy. Giving them scoped, permissioned, read/write access without handing over the keys to the kingdom is hard. Vault Bridge is a Rust middleware layer that sits between an Obsidian LiveSync database (CouchDB) and an MCP client, enforcing policy-as-code boundaries. The code is available at https://github.com/nareto/vault-bridge. The […] The post…
zkPass allows to unlock web2 data for web3 applications, with privacy. Scroll down to get the full technical deep dive. What is zkPass? zkPass is a protocol that uses Zero-Knowledge proofs to let you prove facts about your private Web2 data (from any HTTPS website) to Web3 applications. You can verify your identity, reputation, or […] The post zkPass.org: a technical deep dive appeared first on…
DE is hard and often requires for ad-hoc code changes to deal with the idiosyncrasies of the specific dataset. LLMs could offer a big help in assisting and eventually automating these tasks. The big players to watch out for are those with established low-code DE solutions, especially those already intimate with ML such as anomalo. The post Reimagining LLMs: one industry they will change forever…
I’ve heard some valid criticism of blockchain tech: it is a very inefficient database, there’s nothing substantially new people are doing with it, DeFi is self-referential. All of these have some truth in them. On top of this the industry is over-hyped and inundated by startups with millions in funding and flashy websites with a […] The post If you take away the hype, blockchains remain mega-cool…
Topic Modeling is an unsupervised learning procedure similar to clustering. In this post I give a brief overview of Topic Modeling, present my library transformertopic and apply it to scraped news about COVID The post COVID news topics appeared first on Renato Budinich .
Topic Modeling is an unsupervised learning procedure similar to clustering. In this post I give a brief overview of Topic Modeling, present my library transformertopic and apply it to scraped news about COVID The post Topic modeling with transformers: farewell LDA appeared first on Renato Budinich .
I was planning to add profile pictures to my now defunct social-app for musicians Riff on That and I wanted to offer a randomly generated picture as a default option. I had a look around for existing solutions in python and couldn’t find anything to my liking, so I came up with randimage. This is […] The post Easily create cool random images in python with randimage appeared first on Renato…
Two learning paradigms The traditional paradigm for learning is how all Schools and Universities work: at the outset you define a step by step program and you follow it linearly. Each chunk of the learning builds on the previous and you are guaranteed that, if you follow it diligently until the end, in general you […] The post A new way of learning quickly appeared first on Renato Budinich .