github.com
Show HN: Memv – Memory for AI Agentsmemv is an open-source Python library that gives AI agents persistent memory. Feed it conversations; it extracts knowledge.The extraction mechanism is predict-calibrate (Nemori pap...github.com
Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3I built a SQLite VFS in Rust that serves cold queries directly from S3 with sub-second performance, and often much faster.It’s called turbolite. It is experimental, buggy, and may ...news.ycombinator.com
Started as a simple GitHub side project, but it keeps on going foreverHey everyone,Not posting this as a “go upvote us” thing - genuinely just want to share what happened over the last couple of weeks.I started with a very simple idea.I was building ...Advertisement
github.com
Show HN: Looseleaf – Python notebooks where each cell is a .py fileI wanted a notebook that worked like my editor, not the other way around.Jupyter is great but the .ipynb format has always bothered me. It's JSON with embedded code — git diffs are...bennypowers.dev
Show HN: Backlit – Lit Web Component SSR for Drupal via Go and WASM, No Node.jsTwo years ago I posted about server-rendering Lit web components in Drupal using a Node.js sidecar container. It worked but felt like a proof of concept -- Docker, inter-container ...github.com
Show HN: Xybrid – run LLM and speech locally in your app (no back end, Rust)Hi HN,We built Xybrid, a Rust library for running LLM + speech pipelines directly inside your app, no server, no daemon, just one binary.We started building it while working on a p...lukan.ai
Show HN: Lukan – An open-source agentic workstation in a single Rust binaryHi HN, I've been building Lukan, an open-source (MIT) agentic workstation that runs entirely as a single Rust binary with zero runtime dependencies. I started this because I wanted...Advertisement
bing.com
The Gemini-powered features in Google Workspace that are worth usingGoogle has been steadily integrating Gemini across Google Workspace, embedding AI into Docs, Gmail, Sheets, Slides, Drive, and Meet. With so many updates rolling out, the real ques...github.com
Show HN: One, cross domain auto-researching knowledge graph Claude orchestratorhi, so straight to the point. i had claude code $20 for a while, and before upgrading i was always thinking about a way to make an "infinite context system", i also work... A LOT. ...github.com
Show HN: Unsloth Studio - Local Fine-tuning, Chat UIHey HN! We're excited to release Unsloth Studio - a culmination of many things we wanted to provide to the community - it includes:1. A Chat UI which has auto healing tool calling,...github.com
Show HN: Traul – Local-first search engine for all comms for AI agentsI built a CLI that syncs Slack, Telegram, Discord, Gmail, WhatsApp, Linear, Claude Code sessions, and Markdown files into a single local SQLite database — and gives your AI agent i...Advertisement
news.ycombinator.com
Ask HN: Ten YoE as a software engineer, what's next with LLMs coming in fast?I am a software engineer with 10 years of experience, currently working as a Lead React Native Engineer for a fin-tech app in London. I think it's pretty clear that LLMs are gonna ...docudesign.app
Show HN: DocuDesign – describe a design, edit text inline, get print-ready fileHey HN,Last weekend, I got invited to a hackathon in a spa in Stockholm, Sweden, hosted by Polar and Lovable.The idea of the hackathon was to build a startup in 24 hours from scrat...news.ycombinator.com
Show HN: GitDB – GPU-accelerated vector database with Git-style version controlGitDB is a version-controlled vector database. Branch, merge, diff, and time-travel your embeddings the same way git handles source code. No server, no Docker — pip install gitdb-v...news.ycombinator.com
Analyzing OpenClaw's 3-layer defense against prompt injectionI’ve been analyzing how open-source AI execution engines (like OpenClaw) handle prompt injection. The conclusion is concerning: when an Agent has tool access (shell, DB, web), Prom...Advertisement
albertapulsecheck.ca
Show HN: Open-data dashboard aggregating 143 feeds for Alberta municipalitiesI built a dashboard, Claude helped ;), that aggregates 143+ open government data feeds into a single view of Alberta's economy, covering 30 municipalities (~4.5M population).Data s...ragdoctor.dev
Show HN: RAG Doctor – CLI tool to diagnose broken RAG pipelinesHi HN,I’ve been working with a lot of Retrieval-Augmented Generation pipelines recently and kept running into the same debugging problem.When a RAG system produces bad answers, peo...isaacus.com
Show HN: Isaacus – the legal AI research companyHey HN, This is Isaacus, a legal AI research company that my brother, Abdur-Rahman Butler, and I, Umar Butler, founded last year and have been working full time on ever since.We ma...alexdk.com
Show HN: Sift – local hybrid search CLI in a single Rust binaryBuilt this for agentic workflows where you need repeatable, low-latency search over local codebases and docs without standing up a daemon or an indexing service.Pipeline is Expansi...Advertisement
moglang.org
Show HN: The Mog Programming LanguageHi, Ted here, creator of Mog.- Mog is a statically typed, compiled, embedded language (think statically typed Lua) designed to be written by LLMs -- the full spec fits in 3,200 tok...