Dhruv
dhruv3006
AI & ML interests
None yet
Recent Activity
reacted to Crownelius's post with 🔥 2 days ago
My Huggingface journey has been a trip!
I wanted to take the time to thank each and every one of you for using my dataset and getting it to go as far as it did. Believe it or not, some neanderthal was and maybe still is trending on huggingface.
Not only did my dataset reach number one, my fine-tuned qwen3.5 model did as well. Top 10. Honestly, ain't much left to do here.
Y'all have given me the desire, no... the craving for more. I am absolutely obsessed with AI now. I want to tweak it... I want to take it apart, just to see what makes everything tick. I want to put it together like Frankenstein and his monster.
The only thing that's stopping this guy is compute. I don't mind spending every penny I have on this. I desperately want to drive AI forward, even just a little bit.
I never knew the clanker hater from a year ago would be saying this.
Thank you all from the bottom of my heart.
Looking forward to showing you what I'm cooking up next. @CompactAI is your only hint! upvoted an article 28 days ago
Training mRNA Language Models Across 25 Species for $165 reacted to theirpost with 🚀 2 months ago
Most API tooling is stuck in 2010.
They still assume every API request is a form: with a fixed layout, fixed sections, fixed mental model regardless of how your API actually works.
But is UI useful? Why do we accept all this copy-pasting, clutter, and inconsistency as “normal”?
- Headers that are not needed.
- Bodies that are not used.
- Params scattered across requests
And somehow we call that “API documentation.”
Most API clients are optimized for filling out forms, not for designing, understanding, or maintaining APIs.
hashtag#Voiden was built around a different idea:mThat APIs are systems.
And since systems are modular, the API client should be modular as well.
In Voiden, everything is a Block: Endpoints, headers, query params, bodies, files. You assemble requests from parts, reuse them across projects, and version them like code.
No fixed forms, No fake simplicity, No pretending APIs are paperwork.
If you think API tooling should evolve past “better forms,” Voiden is worth a look.
Take a look here : https://voiden.md/