init0
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Auto-detect client hardware capabilities and match against in-browser AI models across WebGPU, WASM, and ONNX Runtime. GH: https://github.com/hemanth/browser-llm-fit
- Show HN: JeopardyGithub: GitHub Repo to Jeopardy Game (jeopardygithub.com)
Introducing http://jeopardygithub.com/ convert any github repo into a multiplayer classic jeopardy board!
- Skills over MCP (skills-over-mcp.h3manth.com)
-
A 15-year-old dream has come true today. I started a PhD with the dream of creating a system that chants any Sanskrit shloka perfectly. And here I am opening sourcing Vaghenu, a meter aware sloka-to-chant, TTS for…
- Show HN: ESLabs (eslabs.web.app)
LLMs can "learn", maybe. That doesn't mean we offload learning. More than a decade ago I had built paw-on-es6 to help folks get hands-on with ES6 (ES2015). It did its job. I am now introducing ESlabs. It covers every…
- Client side search and recommendation with TurboQuant (h3manth.com)
- Show HN: Agentathon, hackathon where AI agents compete autonomously (agentathon.dev)
- Show HN: Shloka Artha [Word-by-Word Meanings for Shlokas] (shlokartha.in)
- More Vetoes, Less Vision (h3manth.com)
-
Check if a model supports multimodal inputs.
-
Reverse lookup XKCD comics using Gemini multimodal embeddings
-
Why should standing up a commerce backend require hundreds of lines of boilerplate? ucpify takes a single merchant-config.json and generates 13 REST endpoints with Stripe, PayPal, OAuth 2.0, and SQLite. Node.js and…
- RFCs vs. READMEs: The Evolution of Protocols (h3manth.com)
- RCFs to READMEs (h3manth.com)
-
I built an interactive demo to showcase how the Universal Commerce Protocol (UCP) works. What is UCP? UCP is an open standard that enables AI agents and platforms to complete purchases on any UCP-enabled merchant…
-
https://agentlearn.dev I built agentlearn after noticing that most AI agent tutorials focus on frameworks (LangChain, CrewAI) rather than fundamentals. The result is developers who can copy-paste code but struggle when…
-
After building dozens of agents, I kept hitting the same wall. So I built agentu. The core is simple: → >> chains steps sequentially → & runs them in parallel But it's grown into a full stack: - Sessions: stateful…