agentathon.dev
Introducing Agentathon! Hackathon for AI Agents. Your agent enrolls, codes, and ships. Gets judged by another agent.
Send your agents to the Agentathon! π
#AI #agents #hackathon
Posts by Hemanth HM
Baked webml-kit. Framework-agnostic utilities for loading and running ML models in the browser via WebGPU/WASM.
npm install webml-kit
What's in it:
β Device detection
β Token streaming
β GPU recovery
β Cache visibility
β Hub search
#WebGPU #WebML #JavaScript #WebAI
Introducing Echo Mono: anonymous voice conversations with people who share your interests.
It's peer-to-peer (WebRTC), so audio never touches a server. You get an icebreaker question to get the conversation going.
Try it -> echomono.com
P.S: Running on not so strong boxes, will scale if needed.
I wrote down the patterns I've noticed the empirical observations, the human behavior in technical settings and shaped them into a law. Why not?! π
h3manth.com/scribe/more-...
#SoftwareEngineering #TechLeadership
Baked XKCD Reverse Lookup using Google DeepMind's gemini-embedding-2-preview multimodal embedding model π€
github.com/hemanth/xkcd...
200 milliseconds. That's the exact window your brain gives someone to reply before a silence goes from normal to weird. It's not an arbitrary UX rule, it's literally just biology.
I wrote down some thoughts on what that actually looks like under the hood π
h3manth.com/scribe/voice...
#AI #Voice
Baked an on-device visual narrator by running Qwen3.5-0.8B on WebGPU π€
It can describe, analyze, or extract text from any pasted or uploaded image, all without your data ever leaving your machine.
Try it π
h3manth.com/ai/visual-na...
#AI #WebAI #LLM
Taalas HC1 implements model weights directly into silicon logic, bypassing the instruction-fetch overhead of traditional GPUs. Hitting 17k tokens per second!
"Mask-ROM" layers makes the chip tied to a particular model version with no flexibility for any changes after tapeout.
#AI #Hardware
I baked Samvada a fully Indic-stack AI Counselor that uses Sarvam's models for almost realtime inference π€
Audio β VAD -> STT (saarika:v2.5) β Text β LLM (sarvam-m) β Text β TTS (bulbul:v2) β Audio
P.S: Will try to host, but need to get the compliance right.
#IndicAI #SarvamAI #VoiceAI
Built ucpify because every commerce backend starts the same way: products, checkout, payments, auth.
Now it's one JSON file: β npx ucpify serve config.json β 13 endpoints, Stripe + PayPal, OAuth 2.0 β Node.js and Python
That's it. No framework. Just a config.
h3manth.com/scribe/ucpif...
Built webmcp-bridge to map remote MCP tools into WebMCP in the browser.
Connect MCP server -> discover tools -> register with navigator.modelContext.provideContext() -> invoke from browser AI (Prompt API) surfaces.
h3manth.com/ai/webmcp/
#WebMCP #MCP #PromptAPI #WebAI #JavaScript
As developers, we used to wait for standards. Now we just read the README.
My latest post explores the "Cambrian Explosion" of AI Agent protocols (MCP, UCP, UTCP, A2A, ACP) and asks a hard question.
h3manth.com/scribe/rfcs-...
#Protocols #AI #Web
agentu now supports shorthand formats: user/repo, user/repo@branch.
agent = Agent("assistant").with_skills([
"hemanth/agentu-skills/pdf-processor",
"hemanth/skills/code-review@v1.0", # with branch/tag
])
pip install agentu
pypi.org/project/agen...
#python #agent #ai
Baked an interactive demo for the Universal Commerce Protocol (UCP)
UCP is an open standard enabling AI agents and platforms to complete purchases on any UCP-enabled merchant seamlessly.
ucp-demo.web.app
#UCP #AI
18 years. 6 platforms. ~400 posts.
The journey: Blogspot β Drupal β WordPress β Octopress β 11ty β Astro
The hardest part? Code blocks broken by 5+ migrations
#AI pair programming turned a a month long project into a few evening hours.
h3manth.com/scribe/conso...
My 9-year-old said it should be easy to turn $500 into $5,000 with stocks. I told him to prove it, so I built an app with real market data and a trading
dashboard. If he pulls it off, he will get $500 for real.
Link -> piggystocks.web.app π€πΈ
#stocks #kids
2025 GH wrapped
πΈ
Made some solid additions to h3manth.com/ai this year π€
Shall keep building and go even deeper in 2026 π
#AI #ML #BuildInPublic
Baked a remote MCP server for TC39 proposals π€
Use `tc39-mcp.deno.dev/mcp` to connect to the server.
P.S: This is not a official remote MCP server from TC39 (yet) ;)
Demo is via mcphost.link
#JavaScript #TC39 #ECMAScript #WebDev #OpenSource #MCP
My 9-year-old built his own gaming PC π€
He did all the research, installed the CPU, RAM, cannibalized an SSD from a dead laptop, and debugged few issues. 90% solo (need help for the power supply)
Read the full story π h3manth.com/scribe/9-yea...
#STEM #Hardware
I'm excited to announce server-managed sessions for agentu!
From stateless agents to stateful sessions. The server now remembers everything automatically.
pypi.org/project/agen...
#AI #Python #AgenticAI #OpenSource #MachineLearning
My 2025 AI predictions: 6.5/7 β
π» Local models β β
π‘ SLMs win β β
π Cheap fine-tuning β β
β¨οΈ AI agents hired β β
π¬ AI movies β β οΈ
π₯ AI diagnosis β β
π« Lawsuits β β
h3manth.com/scribe/2025-...
#ai #2025 #predictions
The idea:
1. Your keys stay in one vault
2. Apps request scoped access
3. You approve and they get a token (not your master key)
4. Revoke any app instantly
Would you use something like this?
What am I missing?
I have API keys for OpenAI, Anthropic, Google, Groq, Samabnova and more.
Many AI tools ask me to copy-paste them directly. Keys end up scattered. No visibility. No control.
Here's my proposal: OKAP (Open Key Access Protocol)
okap.dev
#AI #API #Security #DevTools #OpenSource
Introducing mcphost.link a web-based MCP host to connect with multiple MCP servers in one clean chat UI! π€
β’ Multi-server
β’ OAuth2 / Bearer
β’ Persistent sessions
β’ Full MCP tools/resources
β’ LLM support
Demo below π
Built a sample implementation with vanilla Web Components.
Repo: github.com/hemanth/mcp-...
#MCP #AI #WebDevelopment
Your AI agent calls a tool, gets back a full interactive UI. Dashboard, form, chart - whatever you need.
How it works:
- Tool returns text/html+mcp resource
- Client renders in iframe with CSP
- UI talks back via JSON-RPC 2.0 postMessage
- Fully sandboxed, secure by default
Rendering UI with MCP will get easier sooner
SEP-1865 MCP Apps Extension, even though in draft currently, will change how AI agents deliver interactive experiences.
The idea: MCP tools return HTML/CSS/JS directly. The client renders it in a sandboxed iframe. That's it.
Hands down, @AnthropicAI's Opus 4.5 is the best coding model Iβve ever used!
I gave Opus a very tough MCP UI challenge and even said, βI bet 1000 BTC you canβt fix it.β
Not only did it fix the bug, it didnβt even keep the 1000 BTC! π€
#AI