Hacker News

Malleable Overview-Detail Interfaces

Hacker News - Tue, 03/25/2025 - 8:31pm

Article URL: https://arxiv.org/abs/2503.07782

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

Points: 1

# Comments: 0

Categories: Hacker News

Stars and Bars

Hacker News - Tue, 03/25/2025 - 8:17pm
Categories: Hacker News

Sandbox for Cisco

Hacker News - Tue, 03/25/2025 - 8:12pm
Categories: Hacker News

Show HN: Matrix-themed Nostr note composer

Hacker News - Tue, 03/25/2025 - 8:06pm

Article URL: https://enterthenostr.com/

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

Points: 3

# Comments: 1

Categories: Hacker News

Show HN: I built a Reddit MCP server for faster and better research in Claude

Hacker News - Tue, 03/25/2025 - 7:47pm

tl;dr: I built a Reddit MCP server to make LLM-based research tasks faster and more accurate — especially for use cases where up-to-date or subreddit-specific info matters.

I’ve been bouncing between LLMs for "deep research" tasks lately — trend discovery, digging into niche use cases, finding the right community for topic . Reddit usually has the best signal for these, but getting reliable results from an LLM is tricky.

A few recurring issues: - Hallucinated subreddits: even with simple questions like “What’s the best subreddit for ?”, models often return made-up names. - Knowledge cutoffs: LLMs miss recent or trending content and topics, even when it’s easy to find on Reddit (try asking Claude what MCP is…) - Slow web tools: ChatGPT’s “Deep Research” and similar products can work to get up to date info, but they’re slow — often taking 5+ minutes to answer anything but the most trivial queries.

To make this faster and more consistent, I built a plug-and-play MCP server that connects directly to the Reddit API. It exposes a small set of structured tools (search, fetch, browse) that LLMs can use to retrieve Reddit posts and comments in real time. It’s read-only for now to prevent any unintended side effects, but I might add write access in the future.

Here’s a demo showing a request that a regular LLM without any tools simply could not complete at all, and a tool like ChatGPT Deep Research will take >5 mins and return worse results: asking the model to find highly upvoted comments in niche LLM subreddits. Demo video (sped up ~3x to reduce file size): https://github.com/user-attachments/assets/a2e9f2dd-a9ac-453...

The model runs a toolchain with a set of structured queries first to identify “niche” subreddits, then looks for promising posts and comments, and iterates on this until it thinks it’s satisfied the original request. It then returns a grounded answer — all in <2.5 minutes.

You can run this locally with Claude Desktop or any other MCP client (I actually use it with AutoGen -- example in the repo) — just plug in your Reddit API keys and go. There’s more in the README if you want to try it out, and I’m happy to provide any help as the MCP ecosystem is… not mature yet. Despite being a professional software engineer, building an MCP server was a total PITA so happy to pay it forward and help anyone in need of some guidance for anything they’re building.

Would love feedback — especially if you’ve been working on research tools, using MCP in novel ways, have a use case for this, or things you want to see in this space.

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

Points: 1

# Comments: 0

Categories: Hacker News

Safeguarding Research and Culture

Hacker News - Tue, 03/25/2025 - 7:42pm

Article URL: https://safeguar.de/

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages