Ask HN: What are tools you have made for yourself since the advent of AI?
11–20 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#12I also built this site for educating potential customers and other privacy professionals about the increasing tempo of CCPA enforcement actions driving compliance: https://ccpa.world/enforcement
I could have probably coded this from scratch quicker considering that it took me two weeks to remove all of the hallucinated imaginary enforcement actions against real companies and also the citations to non-existent California law that the models kept injecting into my enforcement summaries.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#13Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#14Just a more helpful discord chat generally. It also gaslights you too!
Here is the tool: https://git.sr.ht/~asibahi/hoopoe
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#151. A dashboard that tracks my personal metrics (github, strava, todo completion, flossing)
2. A eink display for that dashboard
3. A realtime node graph that shows a codebase (and/or its diffs) in a way that I can visualize what functions call which, and under what conditions
4. A agent that automatically fills out government forms and creates invoices for my friends brewery based on the delivery notes in their google calendar.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#16It creates its own copy of your workdir for the agent to play in, and then you pull changes out ala git diffs or commits.
It's a MASSIVE time saver, and I use it as my daily driver.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#17But no honestly, unfortunately most tools I did for myself are not for hobbies but something that I needed for work... like this one (https://github.com/crmkit/crmkit) most recently.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#18Not exactly a tool, but I also made pelohard.com which ranks the most recent Peloton classes by difficulty. Updated twice daily.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#19I've vibe coded multiple helpful apps and websites for recording data. But longer term, I'm building with its help an internal research system to organize, search, compare, analyze, and esp reuse all the large amounts of data my firm produces, with the public materials without constantly starting over in separate ChatGPT or Claude conversations.