init0
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
- Show HN: Gojju, a Fun Programming Language (hemanth.github.io)
Hey HN! I built Gojju, a programming language that cherry-picks my favorite features from 5 languages: - Python: List comprehensions, slicing - Ruby: #{interpolation}, postfix if, blocks - Haskell: |> pipe operator,…
- My 9-Year-Old Built His Own Gaming PC (h3manth.com)
- Show HN: MCP Web Host (mcphost.link)
Hey folks! I just launched https://mcphost.link/ a web-based MCP host that lets you connect to multiple remote MCP servers and interact with them through a simple chat interface. Key Features Multi-server support:…
- MCP Web Host (mcphost.link)
- Show HN: RAG in 3 Lines of Python (pypi.org)
Got tired of wiring up vector stores, embedding models, and chunking logic every time I needed RAG. So I built piragi. from piragi import Ragi kb = Ragi(\["./docs", "./code/\*\*/\*.py", "https://api.example.com/docs"\])…
- SEP-1865 MCP Apps Extension sample implementation (github.com)
- AI Agents Are the New Web Stack (h3manth.com)