Ask HN: What are tools you have made for yourself since the advent of AI?
1–10 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#2Currently working on a markdown search and wiki backed by Typesense, also has good web search, fetch, crawl. This will power my personal knowledge base system as an important step towards more leverage and better outcomes.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#3But I dont use "AI" to make them
I use a code generator
I like to use the smallest possible "toolchain", using the least possible resources, to build software tools
Ideally I want the tools to compile quickly on underpowered hardware
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#4Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#5Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#6Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#7It's a user daemon that runs on my machine and exposes a unix socket, and then a bunch of hooks in claude, zsh, vim, etc, that report directory and commands I've run and all that, pipes it to claude Haiku for summary, and then stores context in sqlite. It also exposes that data as MCP so I can use claude to say "hey what was I doing yesterday," or any arbitrary time range.
I find that in the age of using AI agents, "Wtf was I working on yesterday" is an even harder thing to remember for me, so this helps me kind of track everything with a database that a) has AI summaries already and b) can be accessed by AI as well as a CLI.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#8This one generates maps from OpenStreetMap data + some custom curated info in YAML: https://github.com/c0nsumer/trailmaps.app-map-generator
This one converts a basic chunk of OpenStreetMap data to an SVG so I can mark it up (by hand) in Adobe Illustrator to make specifically-styled print/PDF maps, such as what get installed at trailheads: https://github.com/c0nsumer/osm_to_ai
This one takes GPS recorded rides and builds custom/personal heatmaps serving up the map tiles so I can use them in map editing software: https://github.com/c0nsumer/local-heatmap-tile-server
And all of this has been put together to make the custom, local, specific-use-case maps that are at https://trailmaps.app (which, via local curation, are overall better mobile/online maps than many of the bigger auto-generated systems such as Trailforks, Gaia, RideWithGPS, etc, for visualizing local systems).
It's neat stuff where I understand all the inputs, outputs, and how most of it works, but AI tooling (Claude, mostly) has allowed me to bolt it together much faster than I would have writing it myself.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#9Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#10Static site generator for my blog, or at least bits of it.