Show HN: Portable RAG (Open Source)There's a class of text that's too big for a context window but too small to justify a vector database. A codebase, a folder of notes, a Slack export. I built a small library - rag...
Show HN: A .NET Web Framework on the Base .NET Core SDKI’ve been experimenting with building a web framework directly on top of the base .NET runtime without using the ASP.NET Web SDK.I'm calling it Wisp.The main motivation was frustra...
Show HN: Open-sourced AI Agent runtime (YAML-first)Been running AI agents in production for a while and kept running into the same issues:controlling what they can do tracking costs debugging failures making it safe for real worklo...
tarq.net
Show HN: Action Relay – Every App Intent as an MCP ToolAction Relay is an MCP server that reads the intent metadata Apple embeds inside every App Intents-enabled .app bundle and exposes them as MCP tools automatically. Execution is don...
Show HN: MemoryKit – Persistent memory layer for AI agentsMost AI agents forget everything when a session ends. MemoryKit is a lightweight Python library that gives any AI agent persistent memory across sessions. Three core methods: remem...
Show HN: Stash – AI-powered self-hosted bookmark managerI built Stash, a self-hosted bookmark manager that uses AI to automatically process your links.Paste a URL and it fetches the content, parses it, summarizes it, auto-assigns catego...