🦞🌯 Lobster Roll

Stories by jahala

Show HN: Tilth – I spent tokens so my agents would stop wasting them (~4k Rust) (github.com)
I&#x27;m an &quot;ideas person&quot; who messes around with AI on a low budget. I got tired of watching my tokens vanish and context windows filling up while agents fumbled around trying to find the right thing.<p>Agents don&#x27;t flail like they used to with shell tools, but there are still weak&#...
Enshittification - and how to resist it [video] (vimeo.com)
Show HN: Tilth v0.5.0 –> ~40% cheaper AI code navigation (160 runs, 3 models)
Smart code reading for humans and AI agents. Tilth is what happens when you give ripgrep, tree-sitter, and cat a shared brain.<p>β€”<p>v0.5.0 was about figuring out why models weren’t using tilth tools consistently β€” even when they were available.<p>Results vs baseline (built-in tools only):<p>Sonnet ...
Show HN: Mrkd – A native macOS Markdown viewer with iTerm2/VSCode theme import (github.com)
Using Opus 4.6 I built a markdown viewer for macOS that uses zero web technology. No Electron, no WebView β€” markdown is parsed with cmark-gfm and rendered directly to NSAttributedString via TextKit 2. The result is native text selection, native accessibility, and a ~1MB binary that launches pretty m...
Show HN: Tilth v0.3 – 17% cheaper AI code navigation (279 runs, 3 Claude models)
tilth gives AI agents structural code intelligence (tree-sitter definitions, callee resolution, smart outlining) via MCP. I benchmarked it on 21 code navigation tasks across 4 real repos (Express, FastAPI, Gin, ripgrep).<p>-&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;jahala&#x2F;tilth" rel="nofo...
Show HN: Reduce LLM token use by ~30% with this MCP/CLI tool(Claude benchmarked)
Smart code reading for humans and AI agents. Tilth is what happens when you give ripgrep, tree-sitter, and cat a shared brain. --<p>v0.4.4: Added adaptive 2nd-hop impact analysis to callers search β€” when a function has ≀10 unique callers, tilth automatically traces callers-of-callers in a single sca...
Show HN: O-O – HTML/bash polyglot files that rewrite themselves (update)
Update on o-o (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47052729">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47052729</a>) β€” polyglot HTML&#x2F;bash files that research and rewrite themselves.<p>New stuff: files sync to each other. Edit the CSS in any file, run --sync cs...
Show HN: Tilth v0.4.1 – 29% cheaper Sonnet, 22% on Opus (benchmark: 114 runs)
Smart code reading for humans and AI agents. Tilth is what happens when you give ripgrep, tree-sitter, and cat a shared brain.<p>--<p>v0.4.0 added search ranking, sibling surfacing, transitive callees, cognitive load stripping, smart truncation, and bloom filters. Got -17% on Sonnet, -20% on Opus.<p...
Buddhist concept of suffering explained with AI generated video and music (HQ) (youtube.com)
Show HN: O-O – HTML files that update themselves (github.com)
I just wanted access to information that updated itself at some interval, without having to run my own server, deal with databases etc. Its also nice that I can share files with others and it mostly just &quot;works&quot; since its html. I also wanted to have a bit of fun.<p>So .. No server, no data...