HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deevelton

no profile record

Submissions

Show HN: Can an AI model fit on a single pixel?

github.com
8 points·by deevelton·3 maanden geleden·10 comments

Show HN: A tool to make AI show evidence inline

github.com
2 points·by deevelton·3 maanden geleden·0 comments

Show HN: "Have your LLM talk to my LLM"

github.com
1 points·by deevelton·3 maanden geleden·1 comments

Show HN: A shot tracking app for hockey teams

github.com
6 points·by deevelton·3 maanden geleden·1 comments

comments

deevelton
·vorige maand·discuss
a tool that helps me work in hallucination-sensitive contexts

https://github.com/dvelton/eyeball
deevelton
·3 maanden geleden·discuss
one of my teammates experimenting with something along these lines :) https://github.com/jessephus/model-mosaic
deevelton
·3 maanden geleden·discuss
awesome! thanks for checking it out
deevelton
·3 maanden geleden·discuss
Not sure what happens if you start scaling this, but curious too. Would love to see someone who actually knows ML try it.
deevelton
·3 maanden geleden·discuss
Increased default epochs to 2000 instead of 500, I think that fixed it but let me know if you still run into this.
deevelton
·3 maanden geleden·discuss
Thanks; does this fix it? https://github.com/dvelton/ai-pixel/commit/ba04e1c649e0ec99b...
deevelton
·3 maanden geleden·discuss
This was just a fun thought experiment.

Feed it two inputs (e.g. chance of rain and wind speed; this is one of the examples in the demo) and it learns to answer a yes/no question like "bring an umbrella?" It's a one-neuron binary classifier with three learned parameters: two weights and a bias. Those three numbers map directly to Red, Green, and Blue. Save the model: you get a 1x1 PNG. Load the pixel: you get your classifier back. The color is the model.
deevelton
·3 maanden geleden·discuss
I wonder if an animation with the prompts/edits inline and the text morphing might be an interesting UI…fun stuff to think about. Contributions welcome! https://github.com/dvelton/trace
deevelton
·3 maanden geleden·discuss
This was just a small experiment, but as a teammate and I watched our respective agents (each loaded with its owner’s context/preferences/etc) negotiate directly with one another to schedule and agree on lunch plans on our behalf, there was definitely a feeling that what we were watching was the tip of an iceberg.
deevelton
·3 maanden geleden·discuss
Parents in my son's hockey league used to track shots on goal with pen and paper during games, to help coaches both during and after the games. It was tedious and the data was hard to use afterward.

Not a developer, so I used AI to build a free web app to replace it. You tap where on the rink each shot came from, tag whether it was a goal or save, and at the end of the game you get a full report with shot maps, heatmaps, and per-player breakdowns. Works on your phone, no account needed.

It's not fancy tech, but it's pretty rewarding to see it actually in use by the team and now even spreading to other teams in the league :)
deevelton
·3 maanden geleden·discuss
was curious how it might look if we started seeing prompts/steering inline with the finished product: https://dvelton.github.io/trace/examples/the-post.html
deevelton
·4 maanden geleden·discuss
Maybe it’s just personal deja vu, but in current discussions of vibecoding v software engineering I keep seeing parallels from the debates 20 years ago when blogs began proliferating: the bloggers v “real journalism” arguments.
deevelton
·4 maanden geleden·discuss
Have been curious what it could look like (and whether it might be an interesting new type of “post” people make) if readers could see the human prompts and pivots and steering of the LLM inline within the final polished AI output.
deevelton
·4 maanden geleden·discuss
This hits home for me. Lawyer, not developer here. Implementation was never a hard part for me, it was an impossible part. Now that the time/cost needed to experiment with prototypes has dropped to near zero I've been been spending a lot of time doing exactly what you describe (steering, brainstorming). I find it fun but I do it mainly as a bunch of personal side projects. Can understand how it might feel different for users when the stakes are much higher (like when it's part of the day-to-day in a real job).
deevelton
·4 maanden geleden·discuss
Have been spending so much time in the terminal lately for the first time in my life (non-developer here) that made this for fun to spruce it up: https://github.com/dvelton/terminal-profile-studio
deevelton
·6 maanden geleden·discuss
Experimented very briefly with a mediation (as opposed to a litigation) framework but it was pre-LLM and it was just a coding/learning experience: https://github.com/dvelton/hotseat-mediator

Cool write-up of your experiment, thanks for sharing. Would be interesting to see how results from one framework (mediation, whose goal is "resolution") differ from the other (litigation, whose goal is, basically, "truth/justice").
deevelton
·6 maanden geleden·discuss
Didn’t expect to see this on HN. Thanks for checking it out though. Not a developer, just a lawyer at GitHub, this repo was me playing around with the GitHub Spark tool.