safeclaw.io
Show HN: Security-Risk Patterns in OpenClaw SkillsI built a static analysis scanner that checks OpenClaw agent skill definitions.Here's every category I found on ClawHub.Hidden Content: HTML comments with instructions, zero-width ...news.ycombinator.com
Show HN: Provisioner per-board sidecar for serial access, flashing, and bring-upHi HN,I’ve been building a small infrastructure tool called Provisioner: a per-board provisioning sidecar for SBC bring-up and lab automation. https://github.com/alessandrocarminat...0raculo.github.io
Show HN: Multi-provider iOS usage alerts for AI subscription capsI built AI Usage Tracker, an iOS app that warns you before AI subscription limits cut you off mid-session (e.g. 5-hour windows, weekly caps). I hit this daily while coding: I’d be ...Advertisement
mindweave.space
Show HN: Mindweave – AI-powered personal knowledge hub with semantic searchHi HN,I built Mindweave to solve a problem I kept running into — I'd save bookmarks, notes, and links across different apps, then never find them again when I actually needed them....github.com
Show HN: AgentKV – SQLite for AI agent memory (MMAP vector+graph DB)Hi HN! I built AgentKV — an embeddable vector + graph database for AI agents.The problem: I was building a local LLM assistant and needed to store conversation history + RAG docume...github.com
Show HN: C2PA is broken. I fixed it with an adaptive registry and open protocolI built OPP (Open Provenance Protocol), an open standard for verifying whether an image was AI-generated even after screenshots, distortion, pixel fudging, compression, cropping, a...github.com
Show HN: Funxy v0.6 – scripts that ship as standalone executablesHi HN,New release: `funxy build` now produces standalone executables. (Previously I shared the Go embedding — this is the other direction: ship scripts as binaries.) You compile a ...Advertisement
news.ycombinator.com
Small Language Models (SLMs) vs. Large Language Models (LLMs)AbstractThe last five years have seen explosive progress in large language models (LLMs) — exemplified by systems such as ChatGPT and GPT-4 — which deliver broad capabilities but a...news.ycombinator.com
Zero State Architecture deep diveAbëONE's Zero State Architecture: How We Eliminated Drift and Recursive LoopsMost LLMs accumulate context drift over long conversations. AbëONE doesn't. Here's how:*THE PROBLEM WIT...notionpulse.cc
Show HN: NotionPulse – Track time-on-page for your Notion pagesI’ve been using Notion for sharing documentation and client portals, but I found the lack of engagement metrics frustrating. While some widgets offer simple view counters, they don...news.ycombinator.com
Show HN: Folion – Local-first Windows file search with a semantic RAG layerHi HN,I’m a solo dev, and after a first push amongst some close friends, I’m finally sharing Folion (https://www.folionapp.com).I built this because I struggle with what I call dig...Advertisement
news.ycombinator.com
Ask HN: How to Built an Active CommunityI have built the Tech Content Platform Insidestack (https://insidestack.it) as a new side hustle with currently over 1000 popular RSS Feeds from independent tech experts, tech medi...github.com
Show HN: A private, PQ-secure, infinitely scalable blockchain[fully open-source]For the past few months, I’ve been working on a new Layer 1 blockchain designed to solve what I see as the fundamental trilemma in the space: achieving strong privacy, infinite sca...github.com
Show HN: Sara – Markdown-based requirements traceability tool written in RustThroughout my career in embedded systems — automotive (ASPICE), medical, avionics, CMMI environments — I've seen teams struggle with the same problem: requirements traceability. Th...news.ycombinator.com
Show HN: AI Lint your agents work to build faster and betterI've been using this thing I made called "AI Lint" it's a collection of doctrine, ant rejected anti-patterns that I noticed agents both failing to use and overly leaning into.It's ...Advertisement
lincolnmaxwell.com
Show HN: Interactive semantic map and analysis of Hacker News stories in 2025Thought making one of these cluster maps would be interesting. Used Nomic embeddings, HDBSCAN, and UMAP, with Gemma 3 27B (via Ollama) to label the clusters. Looked into the datase...news.ycombinator.com
I built visual search for tattoo artistsLast year I bought an A2000 for my 10" homelab to experiment with LLMs. Spent months tinkering, mostly just learning how things work.I've been wanting a tattoo, but finding artists...rundown.cool
Show HN Rundown transforms docs into executable workflowsI have been working on this hare-brained scheme to help agents who want to code good and do other things good too.Introducing: Rundown (https://rundown.cool)I think of Rundown runb...github.com
Show HN: RagTune – EXPLAIN ANALYZE for your RAG retrieval layerCLI tool to debug and benchmark RAG retrieval without LLM calls.- `ragtune explain "query"` → see what was retrieved with scores - `ragtune simulate` → batch eval with recall/MRR m...Advertisement
news.ycombinator.com
Ran a 5k queries on 50k documents to understand the file vs. vector RAG debatetitle: Ran a 5k queries on 50k documents to understand the file vs vector rag debateWas curious about the noise on file-based RAG as opposed to vector-RAG. So benchmarked Tantivy v...