Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 16 min 44 sec ago

Show HN: Markdown in the Middle – proxy to convert HTML to Markdown

Tue, 02/24/2026 - 4:24am

I read Cloudflare's "Markdown for Agents" article and thought this would be really powerful if it could support internal websites, JSON content and dynamic Javascript sites.

I built this on my 35-minute BART ride to SF using my phone as the IDE (and a couple of hours of feature creep/testing). It's a combination MCP server + HTTP proxy that converts web content to markdown on-the-fly.

Key features:

* HTTP/HTTPS proxy with automatic HTML to markdown conversion * Token counting and caching to stay efficient * Content negotiation (only converts when Accept: text/markdown) * MCP server * JavaScript rendering for dynamic sites

Let me know what you think!

Comments URL: https://news.ycombinator.com/item?id=47134859

Points: 1

# Comments: 0

Categories: Hacker News

MasterAI RankWriter

Tue, 02/24/2026 - 4:24am
Categories: Hacker News

Alternative with Do

Tue, 02/24/2026 - 4:21am

I've been using DigitalOcean's App Platform as an alternative. As other mentoned, it's not exactly identical, but it's really close with the git-base deployments and etc. Anyone else can share their thoughts too.

Comments URL: https://news.ycombinator.com/item?id=47134831

Points: 1

# Comments: 0

Categories: Hacker News

It Was the Best of Times, etc.

Tue, 02/24/2026 - 4:20am
Categories: Hacker News

TeleCMI – Best cloud communication platform

Tue, 02/24/2026 - 4:16am

Cloud PBX for small business

Comments URL: https://news.ycombinator.com/item?id=47134782

Points: 1

# Comments: 0

Categories: Hacker News

Pinhead – Quality public domain icons for your map pins

Tue, 02/24/2026 - 4:14am

Article URL: https://pinhead.ink/

Comments URL: https://news.ycombinator.com/item?id=47134761

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Autonomous AI Agent Fleets

Tue, 02/24/2026 - 4:08am

Article URL: https://www.openlegion.ai/

Comments URL: https://news.ycombinator.com/item?id=47134730

Points: 4

# Comments: 3

Categories: Hacker News

An Interactive Intro to Quadtrees

Tue, 02/24/2026 - 4:05am
Categories: Hacker News

Show HN: Built an AI tool that routes tasks to agents, humans. Am I crazy?

Tue, 02/24/2026 - 4:04am

Hey HN. I've spent 10 years doing IT work, mostly infrastructure and scripting, the stuff nobody writes blog posts about. No CS degree. This is my first startup and I have no idea if I'm doing it right. Here's the problem that bugged me: every AI agent setup I looked at just blasts everything through GPT-4 or whatever the biggest model is. That's insane for 80% of tasks. You don't need a $0.03/1k token model to parse a CSV. So I built two things. Rhelm is a web app for organizing AI work visually, boards and tasks, kind of like Linear but for agent workflows. goClaw is a companion mobile app (coming to App Store and Play Store) that lets you talk to your agents from your phone. Text or voice. "Hey, spin up the data cleaning job" and it figures out which model to route it to based on what the task actually needs. The routing is the part I care about most. Task comes in, system looks at complexity, picks the cheapest model that can handle it. Sometimes that's a local model, sometimes it's an API call, sometimes it's "this actually needs a human." I built the core loop in about 4 days. I've been breaking and fixing it since. I'm not going to pretend I have everything figured out. I definitely don't. But I'm mass rounding off the rough edges and I'd rather ship something and learn from people smarter than me than sit on it forever. https://rhelm.io (waitlist is open) What am I missing? What would make you actually use something like this?

Comments URL: https://news.ycombinator.com/item?id=47134694

Points: 1

# Comments: 0

Categories: Hacker News

Be My Baby

Tue, 02/24/2026 - 4:02am
Categories: Hacker News

Show HN: AI Jam Sessions – MCP server that teaches AI to practice piano

Tue, 02/24/2026 - 4:02am

Built this as an experiment in giving LLMs embodied musical experience. It's an MCP server with 120 MIDI songs across 12 genres. Each genre has one fully annotated exemplar the model studies first. The rest are raw MIDI waiting to be learned.

The model can read sheet music, play songs through your speakers, view an SVG piano roll it can read back to verify what it played, and write to a practice journal that persists across sessions. Learning compounds over time.

Comments URL: https://news.ycombinator.com/item?id=47134676

Points: 1

# Comments: 0

Categories: Hacker News

Pages