We built rudel.ai after realizing we had no visibility into our own Claude Code sessions. We were using it daily but had no idea which sessions were efficient, why some got abandoned, or whether we were actually improving over time.<p>So we built an analytics layer for it. After connecting our own s...
Hey HN -- I'm a solo dev. Built this because I got tired of AI crawlers reading my HTML in plain text while robots.txt did nothing.<p>The core trick: shuffle characters and words in your HTML using a seed, then use CSS (flexbox order, direction: rtl, unicode-bidi) to put them back visually. Bro...
I kept copying multi-line commands from ChatGPT/Claude/READMEs and getting `command not found` errors when pasting into my terminal. Bracketed paste mode doesn't help β it prevents line-by-line execution, but the content itself still arrives broken (stray `$` prompts, split continuati...
Hey HN!<p>We built Notte, a browser infrastructure and agents platform.<p>Many of our users automate UI workflows or extract data from sites that donβt have APIs. In practice, we noticed that once an agent understands how a site works, parts of the task can often run without a browser by interacting...
GitHub:
<a href="https://github.com/themankindproject/imgfprint-rs" rel="nofollow">https://github.com/themankindproject/imgfprint-rs</a><p>imgfprint is a Rust library for deterministic image fingerprinting and image similarity detection.<p>Features:
- perceptu...
I built Smart Local Search β a privacy-first local AI search tool.<p>It finds files, photos and code by describing them.<p>Everything runs locally:
- no cloud
- no telemetry
- open source<p>GitHub:
<a href="https://github.com/dan99nik/smart-locale-search" rel="nofollow">https:&#x...
Hey HN,<p>Im a first year CS student and ive been working on building my own SaaS API Monitor for the last 2 weeks but I've hit a road block or moreso I'm inna situation..<p>I've been posting about my product on various sites but have recieved next to no new users.<p>So I've deci...
Built ollamon, an htop-style terminal monitor for Ollama nodes. It shows installed and running models, CPU/RAM/disk usage, GPU metrics, access-log-based latency/request telemetry, and lightweight operational insights in a terminal UI. macOS GPU data is sourced from agputop, and the go...
Iβve started an open-source experiment called CodeCortex.<p>The idea is simple:<p>AI coding tools repeatedly re-learn the same repository structure every session.<p>This wastes tokens and often misses architectural dependencies.<p>CodeCortex explores a different approach:
build a persistent knowledg...