Ask HN: What are tools you have made for yourself since the advent of AI?
71–80 of 913 posts
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#72Normal browsers have built-in dev tools - this has built-in design tools. so I can visit my app, open up a surrounding canvas, pull fragments into the canvas, do some design-ish stuff, and merge it back into code. All in the same UI. It was cool enough that I'm going to release it, but for now it's very useful for myself.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#73Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#74It took more than a year. Why? Cloud infrastructure is too expensive.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#75I've done a lot of little things in Emacs since. Just minor things to improve my workflows or build up Chief of Staff type information flows.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#76llm-consortium: prompts multiple models in parallel, loops until confidence_threshold, and iteratively refines a response. This was inspired by a karpathy tweet [0] and the prototype created using another tool of mine: The LLM Plugin Generator plugin (essentially a curated collection of plugins for simonws llm cli as a few-shot prompt) The llm-model-gateway companion plugin lets you serve models from the LLM cli as a…
I think this is similar. Unfinished. https://github.com/mattjoyce/roundtable-consensus
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#77Some free side-loadable android apps: http://badcheese.com/android * Auto-Birthday - if you have a contact in your android contacts that has both a mobile number and a birthday in their contact info, you can choose to send them an automatic "Happy Birthday" message on their birthday at a specific time. Can do it with hundreds of contacts. Doesn't use hardly any battery or resources. * Wrecker - stupid simple "throw a…
> you can choose to send them an automatic "Happy Birthday" message on their birthday at a specific time. Nothing says “AI enthusiast” more than automating away social interaction.
It probably should message YOU rather than the person who's birthday it is, so you can send something personal.
Also coming up, automated wedding/funeral attendance by your personal humanoid robot designed to look and sound like you.
Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#78Re: Ask HN: What are tools you have made for yourself since the advent of AI?
#79- https://github.com/exlee/pikchr_pl - DiagramIDE (diagram amiga-style workbench where you can script Pikchr diagrams using TCL, Prolog, Pikchr or - recently mruby). Note: you need to navigate to actual crate for description. There are binaries built in case someone wants to try it.
- https://svg.axk.sh - semi manual SVG fitter so that I can easier vectorize AI-generated pseudovector images (who doesn't like 30kb SVG versus 1.8mb PNG?!)
- https://github.com/exlee/rik - this one makes me laugh every time I use it - it's an AI harness with text editor as an UI (i.e. it reacts to comment strings) - I gave it personality so it makes wacky comments but other than that it's very constrained agent (limited edition ;))
These are not vibe coded but AI made it much easier to slide through major friction points (e.g. for SVG fitter I really didn't want to reinvent fitting algorithms)